VS 2008 problems with navigating webbrowser on form1 from form2
I have webbrowser1 on form1. I would like for a user to be able to click a button on form2 and have that button do two things 1. navigate form1.webbrowser1 from one document to another (for the sake of...
View Article[RESOLVED] Project won't compile
hi yesterday my project worked fine but today as soon as I went to add more code it started crying and giveing thee error. Error 1 Two output file names resolved to the same output path:...
View ArticleIssue with looping a color change
I'm having an issue with my simon game that I'm updating. In a backgroundworker I'm looping through a list of button's, based on which button it is in the list, the button changes color, sleeps for a...
View ArticleVS 2010 Looking for the proper toolset to use
Hi Guys/Gals, Sorry for the newbie question... I've got stored procedure returning a number of fields and want to display them in "List like fashion" Rather than a datagrid. I attached a sample...
View ArticleHow to add DataColumns by looping through DataGridViewCheckBoxColumn
I have two forms in my project. They are named "Criteria" and "Screen". The Criteria form contains DataGridViewCriteria. The Screen form contains DataGridViewScreen. DataGridViewCriteria's first column...
View ArticleSearching for Lib (.dll)
Hi all, Im searching for Lib (.dll) that becomes string to expression. For example if we have function with an argument string: "3 + 1" we will get result: 4 as int for example ||||||| "(3+4)*2 +5" ,19...
View ArticleHow can I send text from a virtual keyboard i made in VB.net to another program?
I made a simple virtual keyboard to use with my remote on my HTPC to input text, you use the arrow keys to select which selection of keys you want to use then you press corresponding number key on the...
View ArticleRefresh datagrid view?
I have a datagrid that is bound to a table in my database (SQL Compact Edition). I can insert, update, delete data to/in/from the database, and the datagrid DOES update EVENTUALLY, however; it seems...
View ArticleVS 2010 Reading bits in Big Endian format.
I have never had to bother with Big Endian format before. Recently, my work has required me to mess with it a bit and it's a complete headache. I understand that to convert from little endian...
View ArticleHow long does it usually take you to complete a project?
Hi VBForums, I am still learning alot and have been working on the same project now for about 3 months...but I have probably rewritten it from scratch 4 times, each time with different approaches and...
View ArticleVb.net 2010 Sort List(of String) : String with Integer
Hello Genius : can you help me how to sort string in List(of String) my code is PHP Code: Dim _lst As List(Of String) = New List(Of String)({"ob1", "ob5", "ob2", "ob3", "ob33", "ob10", "ob1",...
View ArticleApplication.doevents
I have this code for application to wait until web page source is downloaded: Code: sub main() Do Until downloadcomplete Application.doevents() Loop end sub Sub...
View ArticleDirectoryInfo Sorted
This works pretty good for my purposes but it would work better if the files ended up sorted by LastWriteTime. Of the few examples I've tried I can't seem to get the syntax correct. Code: Dim...
View ArticleReading and writing UTF8 file?
Hello This is probably an easy issue for experts but Google didn't help. I need to read a text file that contains addresses formatted thusly: Code: Address1 Address1 Address1 Address2 Address2 Address2...
View ArticleVS 2010 Huge application size?
Hi guys, I'm having a strange problem that never occurred to me before. I clicked the pause button in my visual studio a couple of days ago and it threw some warning or error, I don't remember what it...
View Articleproblem with keydown event
In my project which is a tile scroller similar to a JRPG, the user presses the arrow keys to move his sprite, home to open his menu and F1 for help. All these work flawlessly, but for some reason, when...
View ArticleAdding characters to file name to prevent overwriting?
Hi, I'm making a small application where the user inputs some files in a listbox, and then the files are converted and saved in a folder. However, I still don't know how to make it see if there are...
View ArticleHow to Read Command Line Commands to your program?
I probably phrased that in a very dumb way. What I mean is let's say my program is ping.exe (the ping tool) How would I make it so that when I type in "ping vbforums.com" my program can receive the...
View Articlemove button from one flowlayoutpanel to another
Hi All, I have been trying to use drag and drop to move a button from one flowlayoutpanel to another but have decided this will not work as I have to create a new button dynamically (as far as i can...
View ArticlePrinting a List Box
I am trying to get the contests of a list box to print. I have 4 colums in the list box with data underneath. here is my code. Code: Private Sub PrintDocument1_PrintPage(ByVal sender As...
View Article