No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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]
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 …
[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 …
The End.