CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Coderrrr

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,809

    make a batch file then start the batch file in...

    make a batch file then start the batch file in vb it will work
  2. Replies
    4
    Views
    584

    thanks

    thanks
  3. Replies
    4
    Views
    584

    im trying to make txtHide.Text and txtshow.text...

    im trying to make txtHide.Text and txtshow.text the same text
  4. Replies
    4
    Views
    584

    whats wrong wit my code?

    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...
  5. Replies
    17
    Views
    1,536

    tHaNks i wish i had a forum like this when i...

    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
  6. Replies
    17
    Views
    1,536

    lol im only 11 and now starting vb6 (i know baTch...

    lol im only 11 and now starting vb6 (i know baTch html & javaS)
  7. Replies
    17
    Views
    1,536

    Private Sub Command1_Click() Dim GotCode As...

    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"...
  8. Replies
    17
    Views
    1,536

    how do i make it so u only have to type it in...

    how do i make it so u only have to type it in once??
  9. Replies
    17
    Views
    1,536

    thank i will figure it out

    thank i will figure it out
  10. Replies
    17
    Views
    1,536

    thanks is there also a way i can stop it from...

    thanks is there also a way i can stop it from being copy?
  11. Replies
    15
    Views
    9,977

    Re: For example

    What if you only want to stop a certain process from starting? without deleting it by stoping it each time??
  12. Replies
    17
    Views
    1,536

    Key code, How do i add my project a keycode

    On some games and programs they have a key code. Well how can i make my program ask for a keycode? please help


    thanks!
  13. Replies
    4
    Views
    703

    wow thats cool = D

    wow thats cool = D
  14. Replies
    6
    Views
    1,809

    umm i only know how in XP goto Start > Run > Type...

    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...
  15. Replies
    6
    Views
    1,809

    there's a easy way to shutdown all OS's only 3...

    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
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured