Search results for query: *

  1. Wormlett

    Closing Help windows when main application closes

    after briefly thinking aobut it, this might work, im not really sure what exactly is going on though. use an if statement. and dim i as a variable public i as integer If (yourMain window).close Then i = 1 End if If i =1 Then (yourhelpwindow).close or something along those lines.
  2. Wormlett

    Default Button

    If I have a button or a Check Box and I want it so that when I press space it makes that button or control box activate how do i set that? for instance if i press space I want the value changed in the Check Box from unchecked to Check, how do i do this?
  3. Wormlett

    splash

    still get nothing happening...i even added it so it should pop up a message box just as a check, but that doesnt even pop up...
  4. Wormlett

    Fax

    I was wondering how i can create a form that will automatically send a fax when they press send? if anyone knows please! please help me!
  5. Wormlett

    Controlls..Plz helP!

    Hello, im using .NET studio and im trying to add a MAPI or WINFAX controll to the form, for a VB project. but neither of them are in my toolbox, can anyone tell me where to find them? or how to d/l them if i dont have them???
  6. Wormlett

    splash

    i added that script and if i press a key it doesnt do anything....any ideas?
  7. Wormlett

    splash

    Hello, i have a splash page in my program. that has some simple animation. pictures move and explode to the toolbar. but I was wondering how to make it so that if someone presses Enter, then it will skip to the end of the animation? This is what is going on with it right now....should i just...
  8. Wormlett

    Mapi

    i was wondering where i can download MAPI control, i dont seem to have it iwth my VB.net, is there somehwere you download it? thanks...
  9. Wormlett

    Attachments

    hi. i'm making a email program for an even bigger program. when you click the email button it pops up a form and you can email someone. everything works perfectly except the attach function. i can only attach one item at a time. as of now this is how it is laid out. If...
Back
Top