Forum: VB.NET Sep 19th, 2008 |
| Replies: 2 Views: 207 Closest match I have a list of numbers, say;
1, 2, 3, 4, 5
and i want to find the next biggest number to 3, obv the answer would be 4. ive tried every book i know, and MSDN, i cant find anything, is this not... |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 3 Views: 285 Re: command line switches I think i found the bit im looking for "My Project > Debug > Command line arguments" but im not sure on the syntax, any ideas? |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 3 Views: 285 Re: command line switches i need it start with the form maximized but i want to be able to start it from the comand line as minimized
so i can make it boot on startup
thanks tho |
Forum: VB.NET Aug 28th, 2008 |
| Replies: 3 Views: 285 command line switches i've written a program and i want to start it minimised using a switch like myexe.exe -minimized
and i cant seem to find anything that works,
im using VB.net 2008 btw |
Forum: VB.NET Jun 28th, 2008 |
| Replies: 0 Views: 479 Change Dataset Parameters Hi,
I was wondering (if possible) how to change the server address, port number, username and password of a dataset connection form within a form using textboxes.
Thank you for your help |
Forum: VB.NET Jun 24th, 2008 |
| Replies: 5 Views: 1,570 Re: VB.NET 2008, datagrid query RIGHT, incase anyone ever finds this thread again, microsoft had hidden the bit i was looking for in the depths of hell.
Step one
go to the DataSetDesigner
right click your DataTable
fill stuff out... |
Forum: VB.NET Jun 24th, 2008 |
| Replies: 5 Views: 1,570 |
Forum: VB.NET May 29th, 2008 |
| Replies: 5 Views: 1,570 Re: VB.NET 2008, datagrid query Even with a little modification im not sure that will work, this query has got to have an eliment in the QueryBuilder which the program can pass arguments to. thank you anyhoo |
Forum: VB.NET May 28th, 2008 |
| Replies: 5 Views: 1,570 VB.NET 2008, datagrid query Hi,
I’m writing a programme in VB.NET 2008 which uses an access database; I am trying to create a query which uses the value from a textbox say txtStudentNo, to query a DataGridView say grdInfo... |