Click here to Skip to main content
15,918,624 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Application Task Bar Pin
progload25-Jul-04 6:07
progload25-Jul-04 6:07 
GeneralRe: Application Task Bar Pin
Michael R. Rich25-Jul-04 12:55
Michael R. Rich25-Jul-04 12:55 
GeneralOutOfMemoryException Pin
gthompson200524-Jul-04 16:57
gthompson200524-Jul-04 16:57 
GeneralRe: OutOfMemoryException Pin
Dave Kreskowiak25-Jul-04 2:07
mveDave Kreskowiak25-Jul-04 2:07 
GeneralRe: OutOfMemoryException Pin
gthompson200525-Jul-04 4:17
gthompson200525-Jul-04 4:17 
GeneralRe: OutOfMemoryException Pin
Dave Kreskowiak25-Jul-04 5:31
mveDave Kreskowiak25-Jul-04 5:31 
GeneralRe: OutOfMemoryException Pin
gthompson200525-Jul-04 6:17
gthompson200525-Jul-04 6:17 
GeneralSAVE DATA program in VB.NET Pin
Ahmad Rifai Yusuf24-Jul-04 15:44
Ahmad Rifai Yusuf24-Jul-04 15:44 
Please any body who might give an opinion about my Save Data ..!

MsgBox("Is Data Correctly Right ?", MsgBoxStyle.YesNo, "Confirmation")<br />
If MsgBoxResult.Yes Then<br />
   drcustoms = dtcustoms.NewRow<br />
   drcustoms("cstcd") = txtcstcd.text<br />
   drcustoms("cstnm") = txtcstnm.text<br />
   drcustoms("cstadrs") = txtcstadrs.text<br />
   drcustoms("cstphno") = txtcstphno.text<br />
   conn.Open<br />
endif<br />

the procedure is after the message box appear and the answer is "Yes" the field should save in the database, if the answer is "No" abort the save.

I'am the new bies and interesting in VB.NET programming. Please give an opnion
if any body know the right and the simple code program.

Best Regards,


Ahmad Rifai Yusuf
GeneralRe: SAVE DATA program in VB.NET Pin
Dave Kreskowiak25-Jul-04 2:09
mveDave Kreskowiak25-Jul-04 2:09 
GeneralRe: SAVE DATA program in VB.NET Pin
HiltonG27-Jul-04 1:11
HiltonG27-Jul-04 1:11 
GeneralSAVE DATA program in VB.NET Pin
Ahmad Rifai Yusuf24-Jul-04 15:24
Ahmad Rifai Yusuf24-Jul-04 15:24 
General.net framework Pin
fo0lish24-Jul-04 6:19
fo0lish24-Jul-04 6:19 
GeneralRe: .net framework Pin
Dave Kreskowiak24-Jul-04 9:08
mveDave Kreskowiak24-Jul-04 9:08 
GeneralRe: .net framework Pin
fo0lish24-Jul-04 10:06
fo0lish24-Jul-04 10:06 
GeneralRe: .net framework Pin
Dave Kreskowiak24-Jul-04 15:05
mveDave Kreskowiak24-Jul-04 15:05 
GeneralRe: .net framework Pin
fo0lish24-Jul-04 15:54
fo0lish24-Jul-04 15:54 
GeneralRe: .net framework Pin
Dave Kreskowiak25-Jul-04 2:02
mveDave Kreskowiak25-Jul-04 2:02 
GeneralMDI with main menu Pin
len_ems23-Jul-04 19:16
len_ems23-Jul-04 19:16 
GeneralRe: MDI with main menu Pin
Dave Kreskowiak24-Jul-04 2:49
mveDave Kreskowiak24-Jul-04 2:49 
GeneralRe: MDI with main menu Pin
len_ems25-Jul-04 19:42
len_ems25-Jul-04 19:42 
Generalprogramming network... Pin
donnylie23-Jul-04 18:24
donnylie23-Jul-04 18:24 
GeneralRe: programming network... Pin
Dave Kreskowiak24-Jul-04 2:50
mveDave Kreskowiak24-Jul-04 2:50 
GeneralArguments and processes Pin
mrdance23-Jul-04 15:23
mrdance23-Jul-04 15:23 
GeneralRe: Arguments and processes Pin
Dave Kreskowiak24-Jul-04 3:09
mveDave Kreskowiak24-Jul-04 3:09 
GeneralRe: Arguments and processes Pin
mrdance24-Jul-04 3:30
mrdance24-Jul-04 3:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.