Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
Ranked #4K
~962 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for nathanpacker

Here is an article that should give you what you need: [URL="http://www.labnol.org/software/tutotials/copy-dos-command-line-output-clipboard-clip-exe/2506/"]http://www.labnol.org/software/tutotials/copy-dos-command-line-output-clipboard-clip-exe/2506/[/URL]

Member Avatar for johnny3d
0
172
Member Avatar for Fritzeh

Try this: [CODE=vb] Dim strPass As String = "123" ' The default password for exit Dim givenPass = InputBox("Please enter password to quit", "Quit?") If givenPass = strPass Then 'do nothing.. let them leave ElseIf givenPass = "" Then 'user click the cancel button MsgBox("You must enter a password.") e.Cancel …

Member Avatar for Fritzeh
0
660
Member Avatar for Superbigmac

[QUOTE=Superbigmac;351166]I would like to open a access database using VB.NET. However i want to be able to connect to a Access database at runtime and have this appear in the datagrid. how do you do this? [second request removed] Any help wil appreciated[/QUOTE] Hi, while you did not specify which …

Member Avatar for johnny3d
0
130

The End.