I am sending HTTP POST to SSL server using wininet apis. I want to wrap these apis to C# using P/Invoke because original code in C#.How do i wrap these apis to c# . I tried however it wasn't worked. I am doing this one for windows mobile and smatphones.
LPCTSTR lpszAgent = _T("CeHttp");
DWORD dwError;
DWORD sizeInResult, sizeOutResult...
Hi
I am wondering what does "Bounds" do?
like you can do
label1.Bounds = new Rectangle(100,100,100,100);
I can't find any information on it(seems sometimes so hard to find information for windows mobile stuff).
Does bounds include "Size"?
Like would it be redundant to do this?
label1.Size = new Size(100, 100);
label1.Bounds = ne...
Hi
I made my application in the windows professional sdk. Now I would like to see how my application looks in none touch screen applications.
How do I change my emulator to run a standard mobile phone? I have both professional and standard installed.
...
Hi
I am wondering how do you re show a hidden windows form(in this case a windows mobile form but probably done the same way in windows forms).
Like Say I do this
Load Form 1
Click on a Button to Load Form 2 up
Click on a button to load Form 3 up and hide Form 2.
Click on a button to close Form 3 up and show Form 2.
I know how to hid...
Hi
I have a panel that has lots of labels and checkboxes. I want to grab all these controls and resize them?
How would I do this? Would this be like going through the panel for all the controls then resizing them?
Or do you think it would be better to re render the whole form again with the new sizes. However this would require me to...
Hi,
I am writing a Camera driver driver for a Windows Mobile platform.
I have a problem with an application that shows the preview correctlly but at a very low rate (maybe 1 or 2 frames /sec).
After investigation, I could see that frames are coming ok from the sensor (every 45ms) but when a HW event occurs for that frame to be stored,...
Hi ,
I am working on files and folder ....How i can get the creation time of the file folder even millisecond bcoz i am facing files folder created on same second..i am able to get hr:min:sec but getting millisecond as zero when i use Fileinfo or Directoryinfo.creationtime.millisecond.....
Plz how can i overcome this prob...
I'd like to read the contents of another process listview control in windows mobile. To do this, I need a pointer to some free memory to that process in order to put the values there (and then read them from my process). This can be done in normal Windows or Win32 with the VirtualAllocEx function.
However, this function is not supporte...
Hello guys.
I need to develop an application for mobile devices. I'm good in .Net and have no time/willing/money to learn any other libraries/frameworks. So I decided to create my application using .Net CF (is it good choice?).
What most popular devices are capable to run .Net CF application these days? I know only Windows Mobile devic...
Hi
I have something that looks like this
H1 H2
CHK1 N1 D1
CHK2 N2 D2
CHK3 N3 D3
CHKN NN DN
1 2
3 4 5
6 7 8
9 10 11
// control positions if you had a counter counting with the foreach loop.
So H1 & H2 are just some labels, Chk is checkboxes and N & D a...
Hi
I am trying to make a windows mobile application and for some reason the SuspendLayout keeps crashing.
How it is crashing is this. I go to my login page for my app. I then rotate the phone to landscape and login.
I then press the "OK" button that should close this new form I went to. I then am back to the the login page and I rotat...
Hi
I need my dates to be in U.S date format. How do I change it so when I do DateTime converts it does this format?
In asp.net I put some globalization thing in the web.config but got no clue when it comes to mobile phones.
...
HI..
is there any way to convert HTML and its associated images to MHTML in windows mobile...
Thanks
...
Hello,
Given a Windows Mobile 6.1 smartphone with Bluetooth I want to register it as a mouse.
Basically what I do now:
Start the Bluetooth service on device with Guid {00001124-0000-1000-8000-00805f9b34fb}
Connect from desktop PC to device.
Result:
Device is detected with all services including the HID one but there is no driver ...
I need to find a way to remote & communicate between windows pc and windows mobile via C#.
What is the best way to do it via C# ?
...
hi
how to get computer IP that connect to my Pocket-PC ?
i need to see this IP in my Pocket-PC.
i work on VS2008 C# Windows-mobile
thank's in advance
...
hi
How to connect to webService on my PC from PPC - but this PC not connect to network ?
(the PPC is connected to the PC through ActiveSync)
thank's in advance
...
I need to show a Hijri Date time picker in windows mobile. .netcf 2.0
System.Threading.Thread.CurrentThread.CurrentCulture is not defined in .net cf 2.0
I have set the controla panel regional settings correctly but the date time picker still shows gregorian dates.
How can I get a Hijri date time picker in windowxs mobile.
Thanks.
...
We have a piece of legacy code in C# .NET, targetted for the Compact Framework. We would like to turn this code into an ActiveX control, which has to run on the .NET Compact Framework under Windows Mobile 5. Is it possible to implement such a control? If so, can anyone provice a good resource that explains how this can be done?
I have a...
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 vol bar graph window as an alphablend image in wince 6.0 then how shall i obtain? Bec...