ctacke

14,587
Reputation
713 views

Registered User

Name ctacke
Member for 1 year
Seen 6 hours ago
Website
Location Indiana, USA
Age 38
All around managed/embedded development masochist.
11h
comment Deploying an application to Windows Mobile Pocket PC
Then use that folder name.
11h
comment Can you specify the folder VS will use when debugging mobile apps?
You can change it to whatever location you want.
1d
answered SSL HTTPS connection for WM 6 :untrusted Certificate
1d
comment Fluid NumericPad Issue
What, exactly, is the question here? Can you put up a screen shot or something showing the "problem" or better describe it?
1d
comment c# pinvoke SndGetSoundFileList?
You have to manually marshal it.
2d
comment Bulk Insert In SQLCE
I guess I'm glad I never read the docs then. :)
2d
comment Does mobile 6 phones generate a .dll?
I'm not certain about nunit, but since managed assemblies are all loadable via reflection then it should be able to load and test the methods just like it does with DLLs. That's how mstest works. If that doesn't work, break the logic into a DLL that you can test.
2d
answered Does mobile 6 phones generate a .dll?
2d
answered Usage of Desktop C# DLL in windows mobile
2d
comment Usage of Desktop C# DLL in windows mobile
The desktop doesn't need the CF installed to consume a CF assembly. CF assemblies are retargetable and run under the full framework.
2d
answered Methods supported in windows mobile
Nov
24
accepted Different mscoree.dll entry points on the desktop & on a device?
Nov
24
accepted In Which Languages Can I Develop For Windows Mobile?
Nov
24
answered How to get RAS connection status on Windows CE 4.2 with Compact Framework 1
Nov
24
comment Windows mobile program without form
Of course. How else would you propose to do this? You can always create your own message pump (the Smart Device Framework has a Form-less pump as well) but you have to have some sort of loop to keep the app from exiting the entry method.
Nov
24
awarded  windows-mobile
Nov
23
comment How To Build a Interpreted Language With C#?
Reflection.Emit doesn't exist in the COmpact Framework.
Nov
23
answered Windows Mobile is hell for new developers? (If I’m not wrong)
Nov
23
comment Windows Mobile is hell for new developers? (If I’m not wrong)
I'm going to go out on a limb and say writing for Windows Mobilie is not straightforward nor easy, and if you don't know how to read C++ it's even more difficult.
Nov
23
answered Windows mobile program without form
Nov
22
comment C# Windows; How do I programmatically invoke an event?
If you have a hardware button that you want to click the button. That seems like an obvious one.
Nov
19
revised Where is Problem in my code to upload a file to server from windows mobile
added 455 characters in body
Nov
19
comment Where is Problem in my code to upload a file to server from windows mobile
Have you compared the two files at a binary level to see where they actually differ? is it something at the end? Between packets? Knowing what the corruption looks like will help you figure out what it is.
Nov
19
answered Cannot run unit tests for an application developed with Compact Framework for Windows CE 6.0 platform
Nov
19
answered Where is Problem in my code to upload a file to server from windows mobile
Nov
19
answered Can any one descride BingWM6.CAB used services in thire product?
Nov
17
accepted Build a Bitmap filling it with a smaller image.
Nov
16
answered Using maps on Windows Mobile
Nov
16
answered Bing maps used offline: cache tiles from its web service.
Nov
16
answered Build a Bitmap filling it with a smaller image.
Nov
16
comment Build a Bitmap filling it with a smaller image.
Wow, that would be unbelievably slow.
Nov
16
comment How to fake “Multitouch” for Windows Mobile?
And that touchscreen in the video is not on any WinMo device that has ever been or is currently being manufactured. Showing a technology in a video doesn't magically apply it to every device that exists.
Nov
16
comment How do I make VS2008 open Compact Framework forms using CF winforms designer.
Is this a problem with one specific project. or even new Smart Device projects?
Nov
15
answered Slow playing of Mp3 in Windows Mobile 6 SndPlaySync
Nov
14
comment Looking for tool that can see tables and data in sqlCE - in computer that isnt have Visual studio or SQL server
You could always write one. Oh, wait, you value your time? Maybe the people who wrote the tools do too.
Nov
14
answered Looking for tool that can see tables and data in sqlCE - in computer that isnt have Visual studio or SQL server
Nov
14
awarded  compact-framework
Nov
13
comment How do I support different Screen sizes in Windows Mobile?
+1 for this. Trying to handle orientation and resolution changes in code by moving and resizing is a nightmare. Much easier to just interface out the UI and create implementations based on queried screen resolution.
Nov
13
revised Custom listview control for windows mobile in c#
edited tags
Nov
13
answered Custom listview control for windows mobile in c#
Nov
13
answered WebBrowser control from ATL to c#
Nov
13
revised Support for compact framework in subsonic 3.0?
Added link. Removed salutations
Nov
13
awarded  Fanatic
Nov
12
comment Transferring Win32 API WndProc Key messages from one window to the other
So if you make a really, really basic app with just one Window and this handler, do you get the proper messages?
Nov
12
accepted Splash screen on windows mobile.
Nov
12
comment Transferring Win32 API WndProc Key messages from one window to the other OR keyboard problem with Windows Mobile Win32 API
Exact dupe of stackoverflow.com/questions/1716385/…
Nov
12
accepted Creating tooltip in Compact Framework
Nov
12
answered Creating tooltip in Compact Framework
Nov
11
comment Transferring Win32 API WndProc Key messages from one window to the other
these should be in the question itself, not in a separate answer
Nov
11
answered How to control screen brightness programatically?