VS 2010 adding table to datagridview at runtime vb.net
can someone please help me how to insert the datas from the table to the datagridview at runtime in VB.NET 2010, i.e when a user runs the application he just need to enter the name of the table in a...
View ArticleVS 2010 Listview only gives ID in return
Dear all I created a listview and the only Item I get into this window is the ID of my db. if I check if the while is correctly implemented I can see that All the info of the given ID is presented...
View ArticleVS 2008 picturebox variables
how to have a variable that keeps track of how many pictureboxes i got, and when it reaches 0 a msgbox shows up i have 28 pictureboxes
View Articleset primary key to existing dataset
Hi. I have a database in access and some new data in excel. I need to compare the two databases, updating the access with the new items and updating existing ones (and leaving others as they are...
View ArticleVS 2010 Random item select in Listview
Hey! This is my code to select a random item in a listview: Code: Dim tmp As Integer tmp = Rnd() * ListView2.Items.Count - 1 ListView2.Items(tmp).Selected = True ListView2.EnsureVisible(tmp) It works...
View ArticleVS 2010 Not handling IF statement comparisons properly
I have a particular sub routine in VS 2010 that does not seem to be performing the comparisons in IF statement conditions properly. During debugging it seems to skip some entirely. A fellow developer...
View ArticleVS 2008 Visual Basic Application-Desktop Shortcut
Hi, is there a setting in visual basic 2008 to create a desktop shortcut when I publish a program? I saw a desktop shortcut setting in Visual Basic 2010, but not in the 2008 version. Thanks!
View ArticleGUI ideas for Election System (touchscreen)
Tried googling but haven't found some examples of screenshot of an Election System, could anyone here point out some links where I can get some ideas? What I am planning to do is to be able to...
View ArticleVS 2010 Passing data between projects (exe's) and execute function.
How can I pass data between projects but not the same solution file. ex. project1 = detects card inserted project2 = do the rest functions if project1 detects the card then project 1 will send data to...
View ArticleVS 2010 Quick question
On my login for my program i wanna hide the login when form2 shows i should i use me.hide ? but how do i suppose to fix it when they close the program in it runs in the task manger
View Article[RESOLVED] Freaky thing with Point type.
I've just noticed after all my time in VB.Net that the Point structure has a constructor that takes no parameters. The really freaky thing is that such a thing is supposed to be illegal. VB.Net doesn't...
View ArticleRunning a vb.net application online/ in web browser
Hi there, I didn't think this post was quite asp.net related as its a vb.net application that I have programmed and need to run on a web browser. I'm basically looking at a simple method for...
View ArticleVS 2008 Web Browser History
Hi, I have entered this code into my web browser's DocumentCompleted event. "Listbox1.items.add(webbrowser1.url.tostring) My.settings.history.add(webbrowser1.url.tostring)" Also, the history settings...
View ArticleVS 2008 Express Service pack1 Download
I have spent the past two days searching for an SP1 for VS 2008 Express. I need to install the Management Studio which requires the SP1. Is it possible to upgrade VS 2008 Express with an SP1? If not,...
View Articlequestion - VB 6 codes and Visual Studio 2010
good morning everyone .. i have a question :) please if anyone can solve it :) please do my question is what do i have to change in VB 6 codes to make it appropriate to visual studio 2010 .. ? can VB 6...
View ArticleVS 2008 Function that retrives a datatable from a sql statement VS2008 and MySql
Hi All i need a bit of help with the code in this function. basically what the function does is return a datatable which is a result of the Sql query that is sent to the function Although it works, I...
View ArticleVS 2010 Keyboard Tab Key Control
Hi, I have a form in which there are 11 text boxes and two button controls(Just example) ,I want the tab key control to be in the textbox1 when the form loads ,and then If I press Tab Key from keyboard...
View ArticleVS 2010 Projector control software
Hi, I want to control the projector through software with LAN/TCP, which i want to write in vb 2010 I wrote small code to send the command to projector to increase brightness. It is executing properly...
View Articleopen a new form from form 1
Hi! i create two form 1) customer and 2) chedetail now i want to open form chedetail from customer form with custid and both table has relation with custid thanks
View Articleupdate changes from DataGridView Back to DataTable
hi i have a datagridview in my form that it get Data from a datatable ( a dataadapter fill this datatable from a sql database ) i change some data in datagridview (for example add or delete some rows ,...
View Article