Search results for query: *

  1. J

    File transfer sample code

    What solution did you have in mind? Suppose i connect using usb, would you have an idea of how it would work?
  2. J

    File transfer sample code

    The PDA is connected via bluetooth
  3. J

    File transfer sample code

    Hi, I need to transfer a file from a PDA to a PC. Its basically a text file. Anyone with a simple code to transfer a file from a pda to a pc? Cheers!!:)
  4. J

    Hiding or showing the keyboard on a PDA

    I'm using visual studio 2005. The input panel control has no .visible property. Setting .enables to true and false actually works. Thanks alot
  5. J

    Active sync code problem

    Hi, I've managed to successfully coded a PDA application which works just fine. I'm having a slight problem though. The software captures data and stores as flat files. So i want to transfer the data from the PDA to PC using activesync. I can do this through file transfer but i eould prefer...
  6. J

    Hiding or showing the keyboard on a PDA

    Hi, i've been writing some code almost concluding now. So i need to do some final touch ups on it. One of them is that i have a combination of controls. I have combos and text boxes for examle. So when i set focus on a textbox, i need to pop up the keyboard and when i set focus on the combo, i...
  7. J

    How do i unload a form without closing the whole application

    Apparently, hiding the form then loading the next form and closing the hidden form exits the whole application. This is the information that is displayed in the debug window. 'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded. 'WinApp': Loaded...
  8. J

    How do i unload a form without closing the whole application

    i have a small problem. I have an application that has several forms. Sort of like a questionnaire. So one form has a button called next to call the next form. This works well but how do i unload the complete form before moving to the next form. (me.close) exits the whole application
Back
Top