November 7th, 2003 10:09 PM
make a batch file then start the batch file in vb it will work
October 14th, 2003 06:29 PM
October 14th, 2003 05:57 PM
im trying to make txtHide.Text and txtshow.text the same text
October 14th, 2003 05:28 PM
this is friends code but i am having problems with it too!
Option Explicit
Public strHidden As String
Private Sub cmdHide_Click()
strHidden = txtHide.Text
txtHide.Text = ""
frmShow.Show...
September 29th, 2003 06:19 PM
tHaNks
i wish i had a forum like this when i was learning batch and stuff they took days to answer and most of the time they couldn't
September 29th, 2003 06:09 PM
lol im only 11 and now starting vb6 (i know baTch html & javaS)
September 29th, 2003 05:52 PM
Private Sub Command1_Click()
Dim GotCode As Boolean
GotCode = GetSetting(App.Title, "Settings", "GotCode", False)
If Text1.Text = "546" Then GoTo la1 Else GoTo no:
la1:
If Text2.Text = "879"...
September 29th, 2003 05:25 PM
how do i make it so u only have to type it in once??
September 28th, 2003 05:36 PM
thank i will figure it out
September 28th, 2003 04:43 PM
thanks is there also a way i can stop it from being copy?
September 28th, 2003 04:30 PM
What if you only want to stop a certain process from starting? without deleting it by stoping it each time??
September 28th, 2003 03:49 PM
On some games and programs they have a key code. Well how can i make my program ask for a keycode? please help
thanks!
September 28th, 2003 03:45 PM
September 28th, 2003 01:52 PM
umm i only know how in XP goto Start > Run > Type command press enter then type shutdown /? and it will show you everything you can do then justt put shell "shoutdown -whatever -whatever" and it...
September 28th, 2003 09:42 AM
there's a easy way to shutdown all OS's only 3 lines
On Error Resume Next
Shell "rundll32.exe user.exe,exitwindows"
Shell "Shutdown.exe -s",vbMaximizeFocus -r