VS 2012 Calling Modules
i am have written 4 modules and called them all at once when saving my application. Call Transaction_New_Validate() Call Decision_Validate() Call Client_Exist_Save() Call Client_Search() Call...
View ArticleVS 2010 simple code for a password to enter a form using a loop
Can anyone help me please I want to demonstrate using a simple loop for a password programme (ie the correct password must be enter to enter into a menu which has created as a form), the password can...
View ArticleVS 2010 Pass value back to MDI form from child from (class)
I have created a Windows Application in which one MDI form (frmMainForm) and several child form. Application is working fine but Now I want to breake the child forms in a class (.dll) and call them...
View ArticleQuery a data table
Hello: I am trying to query a vb.net datatable. In this case, the data table is dt4 and is created like this... HTML Code: ' Look at LUII Specific Data Dump ' Get the latest dated excel...
View ArticleDateTimePicker Control in DGV
I populate a DGV with datas. In which one of the column is Date. I want to add DTPicker to this DGV. If i click a row (Date column) the DTPicker should be visible and enable me to edit the row. I...
View Articleneed code of multiple socket in vb 10
hi sir i am beginner i need source code to connect socket multi times in vb 10. in client mode
View ArticleClickOnce Deployment with a SQL server DB
I am able to use clickonce to deploy my VB.net simple application. This is a learning application so it doesn't really do much except register people and have two tables. Now, I want to learn how to...
View ArticleVS 2012 (Express) Unable to satisfy all prerequisites for App
Creating a simple contact tracking app for a friend... Whipped it up and sent it to him. When he runs the Setup.exe he gets the error "Unable to satisfy all prerequisites for Gulfstream. Setup cannot...
View ArticleUpdate OrganisationID
Hi, I have a combo box which is populated from a dataset and the query that populates it is; Code: SELECT OrganisationID, OrganisationName FROM dbo.tblOrganisation Order By OrganisationName...
View ArticleVS 2010 Combining Data from Two DataTables
I have a Dataset that contains two data tables and I now need to merge them based on a "key" column which they both share. I'm wondering what the best way to do this is. I've researched a few methods...
View ArticleSummary Row Bottom of Datagrid
Well I have posted a picture with the issue. I cant seem to find any information about this. I'm taking a guess my only option will be to fill textboxes with the sum of each column. Since the datagrid...
View ArticleVS 2010 Finding a Row Within a Data Table
I'm trying to find a value a value within a data table based on a record I'm reading from another table. For example, I have a number called "PCS Visit" in my first table. While looping through the...
View ArticleHelp with using an index function for an array
Hello, I am new to VB and want to convert my spreadsheet functions into VB code but I am really battling. Basically I want to use an index function to form an array. I want the array so that I can use...
View ArticleVS 2012 Crystal Reports Login Credentials Issue
Hello everyone, long time no post! I've been playing around with VB more and more and finding out interesting features for application and I'm getting more enthusiastic every day :D However, the longer...
View ArticleHelp with loop through checkboxes in VB
Hello, I'm pretty much new to VB, haven't done any programing for many years - so please be gentle. I've set up a form with 50 checkboxes. To save 100's of lines of If .. Then code I wouild like to...
View ArticleVS 2012 [RESOLVED] Output warnings on Build
I have a program designed in VS2008 that I moved over to VS2012. I don't have a lot of experience with VB, but I do have enough to really screw things up. On build I'm getting several warnings that...
View ArticlePopulating textboxes from a textfile
I have a textfile that contains line1 line2 line3 line4 and I want to populate my textboxes (4 textboxes) with these lines from the textfile. Any help will be much appreciated! Thanks in advance! :)
View Articlespeeding up the HttpWebRequest POST speed
I have here a working HttpWebRequest code using POST method, but my problem is it is very slow. Sends a request every 1 second interval. Is there any way to speed this up? Here is my code: Code:...
View ArticleHow to add large data into Datagridview by using Bindinglist event ?
Hey Guys!! I want to upload large data from MS Access database into Datagridview by using Bindinglist event and i searched a lot but didnt get any proper resolution so can anyone suggest me with...
View ArticleVS 2010 I want to save the message if check box is clicked and save the text...
I want to save the radio buttons, I am using streamwriter to write the data in the form. I want to save male or female from radio button. I have defined Gender as function in the structure. So now how...
View Article