If you want to customize the installer for Windows Mobile applications, you have to create C++ code.
I wanted to rename a file before the uninstall of a a previous version started.
codeUNINSTALL_INIT Uninstall_Init(HWND hwndParent, LPCTSTR pszInstallDir)
{
int result;
char oldname[]...
Hi,
I have this code in place in a on click event.
It moves the selected items from one list into another list.
But I want to alter it so that both this list and the target list have two columns (the second column being invisible on the form and containing a reference value that I will use in my...
I feel like such a dummy, but I can't get this simple function to work. I wanted to write a function, called Num2Name, that accepts a value, evaluates it, and returns a string based on the number.
See below:
Public Function Num2Name(ValveNumber)
Select Case ValveNumber
Case "2"...
I have a treeview that alphabetically displays records, but
instead of:
+ Anderson, Paul
+ Baker, Mike
+ Bonner, Terri
+ Jones, Hal
etc.
the customer would rather see:
+ A
+ B
+ C
etc.
and by expanding one of the top levels, only the names that start with that letter would appear.
+ A
- B...
In my form, I have a series of overlayed linked images that combine to form what looks kind of like a dart board, with bands of different colors in different positions. These colors change based on user input and I change the 'look' by setting one band to invisible and another to visible. This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.