- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
10 Posted Topics
[QUOTE=ana_eht;1185592]u know all my problem is that when i have a variable for color like this : dim rang as string = cmbcolor.getitemtext.selecteditem() then i cannot put this rang in this : gr.DrawLine(Pens.rang, X1, Y1, X2, Y2) it does not accept variable so i have to repeat so many lines …
Is the DataGridView Bound or Unbound , could you please be more specific , and if you can post the code to fill your datagridview
if dr(0).ToString() =Txtsearch.Text or if dr(0)=val(Txtsearch......
The Connection String you are using is referring to [QUOTE]C:\Users\KISH\Documents\Visual Studio 2008\Projects\Final Year Project Learning program with HCI\Final Year Project Learning program with HCI\Database2.mdb[/QUOTE] If the database location on your tutor PC is located on Root , change the path to c:\Database2.mdb , if it is going to be in …
From the way I see it , your approch is correct , form_closing fires up when the form is about to close , question is , what information are you trying to pass , I assume that you are passing some options from the toolwindow to the main window , …
[QUOTE=dre-logics;1184986]I want a row to add data grid view that is linked to dataset and datatable. Aftet that I want to that [COLOR="Red"]new row [/COLOR]in the first cell i want to put a new value (data) [CODE] myConn.Open() myCommand1.CommandText = "select * from groups" myCommand1.Connection = myConn myAdapter1.SelectCommand = myCommand1 …
[QUOTE=BillyMagnum;1188272]I'm new in the vb world(and these forums so please excuse me if i'm posting in the wrong area) and I've done some minor java stuff but I'm just not sure at all on arrays. I have to have the user input or select a flight number and my txtBoxes …
[QUOTE=octavia;1187763]Hi everyone, i'm new in VB.NET. I tried some sample program using Visual Studio .NET 2005. I just add new data source (which is MS Access file) to my VB Windows program. I used Data Source Windows to create database objects on the form. But after i debug, i can't …
My Advice : Do your own coding , if you encounter any problem while writing the code , refer to the community for help but don't ask the community to do your homework for you , for one : I believe most of us are busy writing their own programs, …
[QUOTE=Lee21;1184876]guyz, I want to know on how to convert small letter to capital letters. I want to convert every letter automatically once I press the keyboard. Hope you help me this guyz.. Im going to wait for your replies..[/QUOTE] [CODE]Dim s As String = "SOME STRING" s = s.ToUpper ' …
The End.
y2_sub