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

Search:

Type: Posts; User: XiaoToose

Search: Search took 0.01 seconds.

  1. Re: Using VB2005 to create an installer that includes a database

    so where do i go back and add the data base to?
  2. Using VB2005 to create an installer that includes a database

    i have this solution that i'm suppose to make an installer of, but because it calls a datebase and the database is not within the solution therefore it was not included in the installer.

    and my...
  3. Replies
    6
    Views
    9,555

    Re: calling files from resource folder

    thanks you
  4. Replies
    6
    Views
    9,555

    Re: calling files from resource folder

    But there is a need for me to loop it.

    its like this.. when the form shows up. it will have to detect the input to see if its right or wrong and loop to the next randomise picture.

    after 5...
  5. Replies
    6
    Views
    9,555

    Re: calling files from resource folder

    the links shows how to call individual files only

    i can get there, but how do i loop it after calling the file?
  6. Replies
    6
    Views
    9,555

    calling files from resource folder

    HI i need some help in using a picturebox to call pictures out of the resource folder and loop it

    previously i have coded:


    Me.PictureBox1.Image = Image.FromFile(Application.StartupPath +...
  7. Replies
    7
    Views
    8,247

    Re: VB 2005 shortcut button

    hmmmm...
    this is part of my code
    i wanna add that by pressing Ctrl -Z (ChrW(26)) it will call another form and closes the current form





    If e.KeyChar <> ChrW(13) And e.KeyChar <> "0"...
  8. Replies
    7
    Views
    8,247

    Re: VB 2005 shortcut button

    hmmm... to SHUJA ALI there is no Ctrl + T in the ASCII site that u've shown me...
    cant make out much.

    perhaps u could show me how i should write my code let say i wanna press Ctrl + B to do...
  9. Replies
    7
    Views
    8,247

    VB 2005 shortcut button

    i need some help in understanding shortcut button code as well as writing them

    i have created a button on a form that refuses to operate . the codes are right
    its enabled, visible. mouse not...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured