Search:

Type: Posts; User: Insane Killa

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Thread: Flash

    by Insane Killa
    Replies
    0
    Views
    478

    how do you get your program to play a flash movie...

    how do you get your program to play a flash movie ? I tried using the shockwave flash add in thingy that was in the ctrl + t menu but that wanted a url for the flash or something, I want to know how...
  2. how do you get your program to get a list of...

    how do you get your program to get a list of files with a certain extension that are located in the same directory as your app into a listbox?
  3. Replies
    0
    Views
    467

    how do you transfer data from a webpage using the...

    how do you transfer data from a webpage using the microsoft internet transfer protocal and how do you download files using it?
  4. Replies
    4
    Views
    598

    Ok the I have a form which gets hidden and then...

    Ok the I have a form which gets hidden and then another form loads and is supposed to determe what it does due to the values on the last form from a combo box plus an option box or what ever there...
  5. Thread: Pictures

    by Insane Killa
    Replies
    1
    Views
    462

    Is there anyway to check the picture your program...

    Is there anyway to check the picture your program is loading colour property, so that for example if the pictures colour it 256 it will except the picture and if not it won't.

    also is there anyway...
  6. Replies
    4
    Views
    521

    say if there was a text box on an app and the...

    say if there was a text box on an app and the user made a change to that field how could you store the data inside the app so that it now used that text instead of having to have your app use text...
  7. Replies
    1
    Views
    561

    With common dialog control how do you get it to...

    With common dialog control how do you get it to get a folder rather than a file?
  8. Replies
    2
    Views
    546

    does anyone have a code that will resize the...

    does anyone have a code that will resize the forms background picture to the size of the form automatically no matter what size the form is?
  9. Thread: Pictures

    by Insane Killa
    Replies
    1
    Views
    562

    how do you load a picture from file into a...

    how do you load a picture from file into a picture box? I know how to do this with the common dialog control but I don't know how to do this with a set path.

    thanx
  10. Thread: textboxes

    by Insane Killa
    Replies
    2
    Views
    731

    'Heres a simple code that will import the 'first...

    'Heres a simple code that will import the 'first line.
    Dim Line1 As String

    Open "c:\project1.txt" For Input As #1
    Input #1, Line1
    ...
  11. Replies
    0
    Views
    611

    ok with the remote adminsistration tool I am...

    ok with the remote adminsistration tool I am building I've just found out the only it can connect to the other computer is if they have a dll file which comes with vb5, and the dll is to big to...
  12. Thread: .res

    by Insane Killa
    Replies
    1
    Views
    778

    In vb5 how do you make a resource file and get...

    In vb5 how do you make a resource file and get files into it?
  13. Thread: alt tag

    by Insane Killa
    Replies
    3
    Views
    826

    on some programs when your cursor goes over a...

    on some programs when your cursor goes over a button for example a little message similar to the alt tag in web pages pops up how do you do this in vb?
  14. Thread: Tabs

    by Insane Killa
    Replies
    5
    Views
    1,030

    I'm sure what their called but I've heard them...

    I'm sure what their called but I've heard them called tabs before, and that was the only brief way i could think of to describe it. On the top or in parts of apps there are these things which some...
  15. Thread: Tabs

    by Insane Killa
    Replies
    5
    Views
    1,030

    How do you make those tab like things on the top...

    How do you make those tab like things on the top of your programs, that are featured in most apps today?
  16. Replies
    1
    Views
    588

    I've asked this question before, but no answer...

    I've asked this question before, but no answer has ever worked to successfully.

    I have my app checking to see if there is an internet connection, but I want it to start timing the connection on a...
  17. Replies
    1
    Views
    674

    I've asked this question before, but no answer...

    I've asked this question before, but no answer has ever worked to successfully.

    I have my app checking to see if there is an internet connection, but I want it to start timing the connection on a...
  18. Replies
    6
    Views
    756

    In A Module Put This Code, This Is A Whole Module...

    In A Module Put This Code, This Is A Whole Module Code From An App I Built Sorry Can't Remember which part is to stay on top but chuck it all in and it will work.


    code:

    Declare Function...
  19. Replies
    1
    Views
    724

    the autostart code wouldn't work for me but thanx...

    the autostart code wouldn't work for me but thanx anyway aaron.

    so i was wondering does anyone have a code that will copy the a program thats in the same folder as the program the user is using.
    ...
  20. Replies
    1
    Views
    471

    the autostart code wouldn't work for me but thanx...

    the autostart code wouldn't work for me but thanx anyway aaron.

    so i was wondering does anyone have a code that will copy the a program thats in the same folder as the program the user is using.
    ...
  21. Replies
    3
    Views
    686

    Can anyone give me a code so that when my program...

    Can anyone give me a code so that when my program is run, it adds it self to the autostart registry so that it automatically starts when windows does?
  22. Replies
    3
    Views
    839

    Can anyone give me a code so that when my program...

    Can anyone give me a code so that when my program is run, it adds it self to the autostart registry so that it automatically starts when windows does?
  23. Replies
    4
    Views
    847

    I think this is the one dmuir is refering to: ...

    I think this is the one dmuir is refering to:
    http://www.planet-source-code.com/vb/default.asp?lngWId=1&blnFrm=true

    but could be a different one

    and this one does the same but with the white...
  24. Replies
    4
    Views
    642

    I think this is the one dmuir is refering to: ...

    I think this is the one dmuir is refering to:
    http://www.planet-source-code.com/vb/default.asp?lngWId=1&blnFrm=true

    but could be a different one

    and this one does the same but with the white...
  25. Replies
    4
    Views
    847

    I don't get you, do mean you want the background...

    I don't get you, do mean you want the background of the picture be transperant or what?

    because for a start there are only 2 types of pictures that support transparency and bitmap isn't one of...
  26. Replies
    4
    Views
    642

    I don't get you, do mean you want the background...

    I don't get you, do mean you want the background of the picture be transperant or what?

    because for a start there are only 2 types of pictures that support transparency and bitmap isn't one of...
  27. Thread: Sounds

    by Insane Killa
    Replies
    3
    Views
    785

    Yeah but i am in vb4 and when i go to add in...

    Yeah but i am in vb4 and when i go to add in manager theres nothing there!
  28. Thread: Sounds

    by Insane Killa
    Replies
    3
    Views
    575

    Yeah but i am in vb4 and when i go to add in...

    Yeah but i am in vb4 and when i go to add in manager theres nothing there!
  29. thanx Joacim that works so if i wanted to do...

    thanx Joacim that works

    so if i wanted to do the same with cursor keys would i put vbleft instead? but what would i replace the -1 with?
  30. thanx Joacim that works so if i wanted to do...

    thanx Joacim that works

    so if i wanted to do the same with cursor keys would i put vbleft instead? but what would i replace the -1 with?
  31. Thread: Sounds

    by Insane Killa
    Replies
    3
    Views
    575

    How do you get your sounds you want your program...

    How do you get your sounds you want your program to play, into the exe file so that you don't have to distrube sound files with your program
  32. Thread: Sounds

    by Insane Killa
    Replies
    3
    Views
    785

    How do you get your sounds you want your program...

    How do you get your sounds you want your program to play, into the exe file so that you don't have to distrube sound files with your program
  33. Replies
    1
    Views
    580

    Ok these questions are gonna make me look like a...

    Ok these questions are gonna make me look like a real dumb ass but i am so I'll ask anyway.

    1. what is a splash screen? I've heard alot about them but have actually understood what one does.
    ...
  34. Can you please give me an example of the first...

    Can you please give me an example of the first question?
  35. Can you please give me an example of the first...

    Can you please give me an example of the first question?
  36. Replies
    2
    Views
    636

    How Do You Make A Form Tranperant? And Is...

    How Do You Make A Form Tranperant?

    And Is There A Way To Make Just A Certain Spot On The Form Transperant??
  37. Replies
    2
    Views
    709

    How Do You Make A Form Tranperant? And Is...

    How Do You Make A Form Tranperant?

    And Is There A Way To Make Just A Certain Spot On The Form Transperant??
  38. Ok I Was Trying To Build An Elite Talker Im Hopes...

    Ok I Was Trying To Build An Elite Talker Im Hopes That After That I Could Then Work Out How To Make An Encryption Program. I Don't Know If Anyone Knows What An Elite Talker Does Or Not But Anyway,...
  39. Ok I Was Trying To Build An Elite Talker Im Hopes...

    Ok I Was Trying To Build An Elite Talker Im Hopes That After That I Could Then Work Out How To Make An Encryption Program. I Don't Know If Anyone Knows What An Elite Talker Does Or Not But Anyway,...
  40. Replies
    3
    Views
    814

    Can U Give Me An Example Code?

    Can U Give Me An Example Code?
Results 1 to 40 of 66
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width