|
How to obtain a alphablend image in wince 6.0 for a particular child window for n number of times? for example if i have a vol bar graph window which is for volume increase & decrease which is changed on click of vol+ or Vol- button so if i want to keep...
Started by Abhi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Reason from the documentation for why AlphaBlend wouldn't work for WinCE -- however CE sometimes likes.
|
|
Hi
is it posible to make beep in WinCE ?
i try and i get an error
Started by Gold on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The best way....
The .net framework methods for beeing are not available in the CF version of the framework .
It's amazing what 30 seconds with a search engine can turn up .
See this or this or this.
P/Invoke PlaySound or sndPlaySound or MessageBeep.
|
|
How I can show any message before the main form is loaded in Windows CE?? (I work in WinCE)
Started by Gold on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I haven't used WinCE, though, so I don't know if it would work.
A MessageBox.Show in that delegate.
|
Ask your Facebook Friends
|
Hi
i need to bind C++ dll to my C# WinCE program. (scanner dll)
how i can do it ?
thank's in advance
Started by Gold on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Using System.Runtime.InteropServices; // DllImport public class Win32 { [DllImport("User32.Dll")] public static extern void SetWindowText(int h, String s); }
Here is an article that discusses the topic... .
You need to use Interop to call into unmanaged code .
|
|
Pna Unlock For Wince 5.0 / 6.0 Devices, MAC OSX PNA MENU-480x272 WinCe make money Pna Unlock For Wince 5.0 / 6.0 Devices, MAC OSX PNA MENU-480x272 WinCe
Requirements: 480x272 WinCe 5.0 / 6.0 PNA
Overview: PNA Unlock for WinCe 5.0 / 6.0 Devices! Incl. ...
Started by IOJI on
, 10 posts
by 6 people.
Answer Snippets (Read the full thread at ipmart-forum):
Re: Pna Unlock For Wince 5.0 / 6.0 Devices, MAC OSX PNA MENU-480x272 WinCe thx man, just dl, will try in a moment Re: Pna Unlock For Wince 5.0 / 6.0 Devices, MAC OSX PNA MENU-480x272 WinCe delete file Re: Pna Unlock For ....
|
|
Hi,
how can I paint all rows in a datagrid with the value of field "age" = 30 in red?
I work in WinCE.
Thanks for any help!
Started by Gold on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd suggest going back to the example ctacke linked to and specifically looking at:
DataGridCustomColumnBase.DrawBackground
There it supports colouring a row in a particular colour for alternative... .
The answer hasn't changed since the last time you asked .
|
|
Hi everyone
I work with DB (SqlCe) in WinCE (C#)
After search and insert of 300 records, the terminal start to work very slow
What can I do to make it faster? Can I have a little sample?
Thanks for any help
Started by Gold on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So in our case, the solution.
Row) to take 22 ms on a WinCE device I'm working on at work.
|
|
I've got a native C++ application that I need to profile to diagnose performance issues. The only profiler I can find for WinCE is the Remote Call Profiler, which requires the application be built with the Platform Builder so the instrumentation hooks...
Started by Eric Farr on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
4) Selectively enable/disable sections of your code to measure how .
Are you using special WinCE APIs or 3rd party libs? because you can try to compile your application on WinCE) to time your own functions.
|
|
I'm porting an existing (mostly) cross-platform application to WinCE 4.2. The current entry point for the function is
int main(int argc, char *argv[]){}
I would like to keep this part as-is, and have the WinCE entry point simply call it. I believe something...
Started by drhorrible on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If I was doing this I would use std::vector you can modify to work
int WINAPI WinMain( HINSTANCE .
Correctly from when I was doing wince development I seem to remember something about lpCmdLine just with WinCE.
|
|
We have a range of PC demonstration programs for our microcontroller products. The programs typically connect to a USB HID chip on the microcontroller board. The USB chip acts as a communications bridge, allowing the programs to communicate with the micros...
Started by Journeyman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The Serial Port driver may not....
You may also encounter problems with the hardware access part .
The same be able to port your application to WinCE easily.
There isn't a Delphi version for WinCE, so you would need to rewrite the applications.
|