Text from file to multiple Arrays
Good Morning, I am attempting to read this data from a text file and turn each line into a separate arrays... MIA JFK HNL LAX DFW -5 -5 -10 -8 -6 0 3 12 8 2.5 3 0 14 8.5 3.5 12 12 0 4.5 8.5 8 8.5 4.5 0...
View ArticleMoving to top of TreeView after ExpandAll()
Greetings: I am trying to move to the top of my TreeView control after expanding all. This means that I should see the highlighted node (0) after the ExpandAll is done. But nothing I have tried does...
View ArticleBest Approach to using multiple threads
I posted this in the C# forum, but this would also apply in the VB world as well. I wanted to get all possible suggestions, not just from a small subset of viewers. It is in regards to what approach I...
View Articleupgraded to vb 2013...now: 'provider is not registered on the local machine'
I was using vb2010 express and then upgraded to vb2013 express. Now all my database programs won't work. It gives me the error: provider is not registered on the local machine. I have googled and tried...
View ArticleHelp an newbie :)
Hey, this is a part from my (noob) spambot, this is the part to choose the 'spam count' (how much time the program should spam the text form textbox1) Attachment 97375 textbox1.text, where the user...
View Articlehelp with coding
Dear ADMIN, pls DON'T delete this thread, this is not an spambot for the spamming porpouse for me, I just want to know how to do it the best way, I already did it with adding "0" and increment it, but...
View ArticleVS 2010 How to open a webbrowser link in a new tab.
Hi everyone! I ran into a problem while creating a web-browser. Whenever I click on a link/button in the web-browser that redirects to a new page, IE pops up with the URL. I was able to open a tab and...
View ArticleVS 2010 Sharing Variables between Private Subs
I would like to declare a variable in one private sub and then call it in another. Is it possible to share variables like this without having to declare a global variable?
View ArticleVS 2010 Request of help - Probably simple. Read for info.
Hi, So this is probably the simplest code ever, however i've been told that to this i'd have to do a whole bunch of strange things, I have a file which has something which is datatyped boolean inside...
View ArticleVS 2008 Have the user resize the tab control during runtime
I don't know the proper words, but let me explain my question; If you take a normal windows file explorer.exe, on the left side you have a treeview and on right is a listview. If you hover your mouse...
View ArticleVS 2008 Error with font in Server 2012??
I have just installed Server 2012 .... with VS2008 on it... As soon as I run a specific projects I get an error message: Code: The error is: Font 'Microsoft Sans Serif' does not support style...
View ArticleVS 2010 Placing an Image on a Web Page
I am trying to place an image on a web page. I added an Image Control to a cell in a table in the web page. I have added the image to the Solution Explorer from the Windows Explorer. The file shows up....
View ArticleVS 2008 pass array to a sub
I have an array in a program, that I want to sort a portion of the array, and not the entire thing. Since user has several different options on how to sort the data, I felt like calling the same sub...
View ArticleSaving an existing Visual Studio project as a brand new project
I have created an extensive project/solution in Visual Studio Express 2012. I am prevented from saving that project (I get "the project file can only be saved into the project location") to a new...
View ArticleVS 2008 Mod function
I need a mod function, but don't see one in the math library. I have a program that pulls data out of a list of files for different samples and writes that data to a .csv file. My samles look like...
View ArticleQuestion on classes that inherit controls
Why is it that you must debug VS in order to "update" a class that inherits a control? For example: I create a class that inherits a panel I add a few custom properties before the control is listed in...
View ArticleVS 2010 FindWindow on class name
hello friends i have a application provided by my stock broker called DietOdin. i want to get data out of its MDI Child window by sending a simple Ctrl+C [copy] command so im planning to write a...
View ArticleSendMessage + WM_ACTIVATE = Problem
Ok i want to make a simple background clicker to a game called MUOnline (don't laugh here :P). I have managed to do that but my problem is that to be able to send the clicks to the client i have to...
View ArticleVS 2010 Determining which programatically created Button has been pressed
I think I've confused myself with this code !!! I am creating Buttons down my Form that are incrementally numbered using the following code. At the moment this is all I have, and the MessageBox will be...
View ArticleVS 2008 reposition the message.box
I've been on the web and got almost nowhere. I believe you need to use the hook function? I know it's not easy, I know it's not short in code. I know it's way over my head. I am just starting out. What...
View Article