Search results for query: *

  1. R

    Question Shell - doesn't work

    Hi all. I saw on MSDN site that Shell isn't available to compact programming. I am wondering how I can run a program from within my vb.net program. I'm using VS2005 and creating my program as a Windows Mobile 5.0 Pocket PC application. I'm connecting to an SQLCompact 3.5 database and the...
  2. R

    Question umm stuck trying to get application folder

    I've tried searching the net but to no avail. I'd like to get what folder my application is running in on my ce device. Examples I've seen don't work. I'm using VB.Net 2005 on a winmobile 6 device. can anyone help? regards, Ricky
  3. R

    Question Boolean formatting

    I'd like to be able to specify something other than true/false when dealing with booleans. At times I'd like to get it to show yes/no or on/off or even y/n I've searched the internet and alas I haven't seen anything. has anyone here dealt with this before? regards, Ricky P.S this is in...
  4. R

    Question datagrid alignment of columns

    I've scoured the net and it seems to me we can't custom align the columns of a datagrid in vb.net ce. Is there another way around it? I have a currency field that I'd like to align to the right. The grid is set to do left internally and we can't change it. The desktop version allows this...
  5. R

    Question Sendkey

    Hi all. I'm writing an app for work and have created a usercontrol that will pop up an alpha keyboard or a numeric. It returns a keypress via its KeyPressed event a char and boolean to indicate whether shift was pressed. That works fine. My problem now is to "poke" the char onto whatever...
Back
Top