VS 2010 combine two textboxes text into listbox
im trying to combine lists from two richtextboxes through a string builder then add it ti listbox the problem is that with the final step , when i add result to listbox it add list to same line any...
View ArticleSorting List box But Exclude
OK so I have a DGV and a button that sorts the DGV based on a store Name to 2 Listviews, but what I would like to do is that if the Cell in the store name is blanks then to not add it to the sorted...
View ArticleZPL code expert please help
I earlier had a CPCL code to print on zebra printer in that we have a "GAP SENSOR" where in it will stop the print if it detects gap between two labels after the first label is printed but now we have...
View ArticleVS 2005 best way to go about this
so, i'm making a small text chat program that uses a WebClient and xml parsing on the returning text (PHP scripts from SSL/HTTPS server). First my 'heartbeat' was a timer, but that made the gui kinda...
View ArticleVS 2010 Local Time and Date Format
:wave: Hi All, My application saves data to access databases - the dates are saved in #31/12/2013# format. the application uses The Culture method to insert date/time to databases. it runs perfectly on...
View ArticleVS 2010 Help with Arrays and Stuff
Hello, I'm very new to Visual Basic and programming in general. I'm trying to create a miniature pacman game for an assignment however, I have run into a roadblock. Collision Detection. I am trying to...
View ArticleNeed help sorting a listview row.
I am trying to sort a listview row in ascending order. Any help would be great. I have no idea where to start, and can't find anything on the internet.Thanks
View Articleneed help with login code
this is the code i got to start with where i have a form with a user name and password on it a few things i need to be able to do which are when the user logs in i depending on who logs in depends on...
View ArticleVS 2008 FolderBrowserDialog Question
I am wondering if there is a way to make the FolderBrowserDialog box limited so it cannot change any folders while it is open (ex. copy, move, rename, etc.). If there is a way to stop these actions...
View ArticleUse control collection to identify fields at runtime
Hi, using VB 2010 with VS. I have around 200 fields in a database, represented by text boxes on a form. A listview control is used to select a database record, after which the text boxes are populated...
View Articlerichtextbox unable to find word using docymenttext on webpage?
i found the soulation, here it is : if richtextbox.contains = "milk" then search for "next" end if
View ArticleVS 2010 ListBox HELP
HI I need help with ListBox in vb ListBox1 if someone Select hello in ListBox1 open from2 how ?? can someone give me the code thanks
View ArticleHow to Create a Loop for Selecting Items in Listbox
Dear All, I am having a problem with my loop code and i need your help. Basically what i want to do is to that i have a listbox that contains all of the URL that i want to launch at for certain time...
View ArticleWould it be possible to (project idea)...
Is it possible/what would it require to develop an application similar to the Tamper Data plugin for Firefox or any other web traffic monitoring program? Is there any VB source code available for any...
View ArticleWindows 7. Framework 2.0 pre-installed?
A few months ago I installed Windows 7 on a new computer and then installed VS2010 and then attempted to open/work on a project that targeted FW2. The project wouldn't open saying that I had to install...
View ArticleFire MouseDown and MouseUp in same Event
Hello, I'm wondering if someone can help me. I have a ToolStrip in top of a form and i use it as a Title Menu with a label for Title and a Button to close the form. I use it because it's rendered with...
View ArticleError in vb.net project
I have a vb.net code which shows currently running application like what alt-tab does in windows. But i am getting some warning and it's not working properly.Download the code from <Link removed by...
View ArticleConvert string to date time format - Problem
HI All, I have problem with converting String to datetime format. Can u any one share sample code to do it.. Regards, Venkat
View ArticleDrag and Drop Microsoft Excel in Datagrid - Visual basic 2010 windows form
Hi All, I have worked on Drag and Drop of Outlook mails to Datagrid in Windows form in visual basic but no idea to do it for Microsoft Excel. Can anyone share sample code to for Drag and Drop of Excel...
View ArticleVS 2010 help on altering tables on vb.net
i have created a form which have DataGridView on it, it will bring up the tables from a Microsoft SQL Database. i managed to do it and even implement to insert values to the tables using insert button....
View Article