| Thread | Last Post | Replies |
|
| Getting Started Questions | 28 Feb 2007 18:08 GMT | 3 |
I'm a VB6 Developer who has recently purchased Visual Studio 2005. I've not actually developed anything in VS2005 yet. I have an immediate need to develop software for a handheld for the first time.
|
| Changing the icon for VB executable | 28 Feb 2007 16:57 GMT | 1 |
I am programming in VB 6.0. Can anyone tell me how I can assign an icon to my VB executable? The default icon is the boring little white box with a blue top. I would like to assign my own picture (icon) on my executable. Thanks!
|
| tooltips not always displaying | 27 Feb 2007 18:02 GMT | 4 |
Hello, I have a problem with an ocx written in VB... When it is run within a pure VB framework, all tooltips display properly regardless of interaction with other windows. When the ocx is embedded in a C++ program, the tooltips work fine until the user selects another window (as ...
|
| VB with 2.11 | 21 Feb 2007 07:00 GMT | 3 |
Hi all, and sorry for the dumb question. I just got my first tablet (a Pencentra 130). I downloaded several things hoping to get into programming with this, but, eMbedded VB 3.0 only shows Pocket PC 2002. Question is, what exactly do I need to get to develope for this?
|
| Using Shell to Launch program from within app | 16 Feb 2007 18:31 GMT | 6 |
Hello, I tried to assign a simple command to a button Shell ("\Windows\fexplore.exe") It doesn't matter what I try, the execution of this code in WM5 always returns an error saying the file does not exist. I even tried this:
|
| Set time from sntp server using vb | 16 Feb 2007 17:35 GMT | 6 |
I have developed a CE database app that will never connect to a PC using activesync. It pushes and pulls data via TCP/IP. I want to include code to check the local sntp server and sync the device's time (Dell Axims in this case) with the servers time. I cannot find any examples ...
|
| WM5 App Check For Running App? | 16 Feb 2007 16:15 GMT | 6 |
I have developed a simple DB app in WM5 using Dell Axims. When the app is launched, it takes several seconds before the first form loads. In that time, the user often tries to load the app again. I need code that will check for the app already running in memory so that I can ...
|