[RESOLVED] Cancelled Message not showing in BackgroundWorker...
Using VB 2010 and BackgroundWorker for the first time. If the User Clicks "Close" on the Form, the program cancels OK but I don't get the Cancel message in the RunWorkerCompleted routine. What am I...
View ArticleVS 2010 Checkboxes and CheckedListboxes to textbox.
Good day fine people, I hope this is the right place to post this... anyways, A few years back I cooked up a simple program I use basically compile custom user titles for a forum I am a part of (the...
View ArticleVS 2010 How To Code Wait Cursor When Progressbar starts ?
Hello Dear Coders, I'm trying to code wait corsur on full form when progressbar starts . Please let me know you understand what I meant :P
View ArticleVS 02/03 Use Merge field in word
I want to use the word Merge field with richtextbox in vb.net 2003. Can you help me? Attached Files WindowsApplication3.zip (29.5 KB)
View ArticleVS 2008 [VB.net]Get Files Based On Creation Date(Most recent created files)
I am trying to get a way to list all the files in a directory via datewise in descending order(Example 40 files) i.e most recent created 40 files only. I have searched throughout the internet, but...
View ArticleVS 2010 speech recognition
Hi I'm creating a voice control program and this is the first speech recognition program I have made. I have a problem in that if the user says "Jarvis what is (X)" then the program will run...
View Article[Help] Handle more than 1 client
Guys i'm making a tcp server that will handle incoming clients like a game server i just using simple code to handle clients but the problem it's handle 1 client each time if i reading message from...
View ArticleVS 2010 [RESOLVED] Help with Data Grid data to include calulated age
I'm needing some help here getting the information I need for the column rows of my data grid. All are read only. VS 2012 & MySQL DB This works but I need to calculate the age from DOB for a...
View ArticleSyntax error in SQL
Using VB 2010 Professional. I am trying to backup my Sql Server Database (for the first time) using the code below. I am getting a syntax error on the "SqlCmd.ExecuteNonQuery()" line which says...
View ArticleVS 2008 Copy Data from One DGV to another Group BY.Help
I Have Two Datagrids as shown in Picture.I want to copy Only TaxID and Tax Amount from first DGV to the second DGV but Group By TaxID and Sum (Tax) from First DGV by clicking a button for example.is...
View ArticleVS 2013 Understand what does String look like?
Hi Guys! I am converting a html table to datatable and and I want to guess the column types from string. Is there any ready function for this? I am starting to get sick of writing nested ifs and trying...
View Article[RESOLVED] Verion
I have a click once application (no idea if that makes a difference) and I want to publish the publish version, major/minor/build and revision. It only shows 1.0.0.0 when though in VB Studio it's...
View ArticleVS 2013 copy to another directory Help please
Hi, I am trying to copy my current file in my project to another directory, the file I am trying to move is going to be running when it should be copied if you understand, (I mean I think the problem...
View ArticleReporting tools for VB.net SQL Server
I use VB.net and SQL Server. I need to create reports for my application and would appreciate your input about the various tools available. In my application I have not used third party software and if...
View ArticleVS 2010 [RESOLVED] Referencing another project
I'm trying to add a contacts project to an existing project. I'm just practicing as I've never done it before, but I'm obviously doing something completely wrong As you can see from the attached image,...
View ArticleVS 2010 MSSQL 2000 DB Editing
Can someone give me example how to edit and view information from MSSQL 2000 database in text fields Example i have this info: First i need to display all accounts in a combobox that are in table...
View ArticleVS 2010 New Accounts Selection
Hi all, I am trying to write a program in VB.NET 2010 Express that will allow me to access User Accounts. I have managed, via the internet, to set up a login / register program, now I want to set up a...
View ArticleGet an element content by tag name and class
Hi. There is a element that just has class: HTML Code: <td class="a1">something</td> I want to copy it's content (something) from webbrowser to a textbox. How can I do this?
View ArticleVS 2008 Datetimepicker.value = First Day of First Month of my.Year. or Last...
I have two datetime pickers? In the first datetimepicker i want "First Day of First Month of my.Year" In the second datetimepicker i want "Last Day of Last Month (December) of my year.
View ArticleVS 2012 [RESOLVED] converting this code (dynamically created controls) so I...
I found some code online that is used for creating a Google Map in a WebBrowser control. My problem is that everything in it is dynamically created and I cannot refer to those controls from another...
View Article