Option Strict w/DataRow
I'm having trouble with the code below. The error I'm receiving is "Option Strict On prohibits operands of type Object for operator '+' on the 'dRows(0)("Ordered") += dRows(x)("Ordered")' and...
View ArticleVS 2010 MS interop and ACE versions question
I'll try not to make this to confusing. I just developed an app that uses an Access accdb database. All the workstations were suppose to have MS Office 2010 with Access installed. I installed the app...
View ArticleVS 2010 Help Connecting to a PIC (with ENC24J60) over LAN ethernet using...
Hi all, I'm trying to adapt a project. I have a PIC18F45K22 with an ethernet controller (ENC24J60) attached to it. It has been programmed with BASIC code to allow it to be a web-server. The basic idea...
View ArticleVS 2010 How can I export files out of another file?
I think I've posted this before but didn't get an answer I was looking for. I'm working with the main file from a game. It has everything in it, maps, guns, music, etc... What I want to do is make a...
View ArticlePrinting content in Listbox
I am trying to print the content in my listbox after the program is run (The courses that are typed in, Total hours, Quantity Points, Total GPA). It is opening up my printer options but printing a...
View ArticleVS 2010 Simple Question, combine a string + int. Seperate with a ; ...& then...
Ok so in one of my programs functions, I collect a STRING & an Integer (in two seperate variables), one after the other. Then do something with both of those. What I want to do is.....after getting...
View ArticleBigram program
Hey guys if anyone feels like helping me I would be soooo greatful I have no idea how to do this..... Write a program that gets the name of a file from the user. The program will open the file...
View Article[RESOLVED] VS 2012 - Add Records to SQL Faster
I have a routine that reads in data from a text file, sorts it, and then uploads anything new to the database. Here is my Insert code: Code: ' SQL COMMAND TO ADD ITEM Dim sqlCmd2 As New...
View ArticleVS 2010 One Question
hey experts, i have one single problem hope any of experts can solve im trying to run a thread multiple times at the same time, but with different values here is what i mean private sub listing() for i...
View ArticleVS 2010 get the position of one string in other string ... but a little diffrent
suppose have a string like this : "abcdsqr efgh(sqr)efg 655*sqr+876 resqrhhg sqrfdfd sqr uytu" i want to get the position of "sql" in this string .this string is shown in red color in the top main...
View ArticleSending data fron one DataGrid to another causes a OutOfRange Error
Code: Private Sub UpperBound_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles UpperBound.ValueChanged If loading = 1 Then Exit Sub End If...
View ArticleWebRequest Click Button
can you click a button on a website using webrequest ??? and if so then how is it similar to this login function ? PHP Code: Function Login(ByVal Site As String, ByVal Reffer As String, ByRef...
View ArticleVS 2010 Req: Hyperlink images on a large image
So I can hyperlink an image using Code: Process.Start("http://www.vbforums.com") If I have a large image with lots of small images on it how does one hyperlink each one of the small images or is this...
View ArticleVB 2010 Need help making program -- Lua Executer --
Hey, Thanks for reading So i am trying to make a program in Vb 2010 that executes a Lua script into a running process. I have an idea of the concept but i'm just unsure of what codes to use and how to...
View ArticleVB .NET Networking Class
I am having issues with my data being chopped (I am missing the tail). Also, I am receiving extra data. I have a few questions (actually a lot). Do you recommend any great pre-made networking classes...
View ArticleVS 2012 - Generic Function for Data Conversion
I think I traded posts similar to this topic with john (jmcilhinney) back in 2006-2007, but I can't find them anymore. I'm trying to get my head wrapped around Generics....again. My goal is to create a...
View ArticleVS 2010 Parsing large textfiles?
Hello, I'm trying to do something very basic, though the fact that the text file I'm using is around 152mb in size makes it a bit harder. I'm trying to parse out HTML tags from the file. My Regex...
View ArticleVS 2010 Implementing Youtube API into project
So I've downloaded the youtube api and what not. I have all my imports set. But my question is how do I actually use them. The "Get started" shiz doesn't really help. if you yourself have tried it I...
View ArticleBolding specific lines in textbox and indenting to the right side
I am trying to bold just certain lines in the textbox, not all of the output. And also am trying to pad a couple of lines all the way to the far right of the textbox, not all of the lines, to make it...
View Article