-
- Help Me! "HttpSendRequest"
by Jonason563412
- 5 Replies
- Last post
by AlexFeinman
- I'm development application with visual stdio 2005.
There is my code:
{
m_hSession = InternetOpen(L"Microsoft Internet Explorer" , INTERNET_OPEN_TYPE_PRECONFIG , NULL , NULL , 0); m_hConnectInternet = InternetConnect(m_hSession , L"192.168.1.1",NULL , NULL , NULL , INTERNET_SERVICE_HTTP ,0 , NULL);
hRequest = HttpOpenRequest(m_hConnectInternet , lpszVerb , lpszObj
-
- Checkbox causing Null Column Error on Save
by John G3
- 7 Replies
- Last post
by John G3
-
- SDI in C#.net
by Noobie and Newbie
- 4 Replies
- Last post
by Mario van Zeist
- Hi guys,
I have work with SDI in eVC++ 4.0 last time round. and i need to create an SDI using C#.Net this time. Device Application is based on WindowsCE 5
My question is.
How can I do a similar design in C#.net like in C++.
Thanks
Regards,
Jimmy
-
- Ping on WM5
by Quell
- 0 Replies
- Last post
by Quell
- Hey. The regular way of using ICMP to ping doesn;t seem to work from WM5 devices (i am pinigning the computer that the device is activesynced 2). Any ideas of any other way to create a reliable ping app Thx
-
- Security update for .net framework
by bobbymc
- 1 Replies
- Last post
by Ilya Tumanov
- I keep getting the security update for .net framework version 1 service pack 1. It never downloads and gives me a error message of 643...
Can anyone tell me either how to get this downloaded, if I need it, and if not how to get rid of the download message. If you can help please email me at bknight at onramp.net. I probably won't come back here because it's a mess to find the right forums.
-
- Save text from sidebar gadget
by naicul
- 5 Replies
- Last post
by naicul
- Is there any posibility to save a text that the user gives me to a file located on the computer Or is the gadget completly unaware of the OS's file system
-
- Getting the calling application path
by Andy Hough
- 3 Replies
- Last post
by Dan Elliott - MSFT
- Hi,
Is there anyway of finding the application name from a class I'm trying to build a configuration setting class (like the one in the full framework). It all works fine if it is called from the application .exe but if I call it from a class which has been created by the exe it does not work. The reason being that I get the path of the calling assembly and then add .Config to it get the settin
-
- [HELP]Can I expose the source codes of pre-installed sidebar gadgets in a book ?
by maekawa
- 1 Replies
- Last post
by ToddOs
- I am writing a book about the programming sidebar gadgets for Japanese and have noticed that it will be effective and useful for the readers to expose and explain the source codes of pre-installed sidebar gadgets.
I saw that the comment written in these files tell nobody can use the codes to other UI, and products too.
But I want to just only show these concise and meaningful examples.
-
- System.Collections.Generics doesn't exist
by Jordan111
- 3 Replies
- Last post
by Ilya Tumanov
- Using .Net CF 2.0 and for some reason the System.Collections.Generics namespace isn't available.
It is available to the standard framework, but not the CF.
Jordan
-
- How to deal with long text in ComboBox
by Tim_Mackey
- 2 Replies
- Last post
by Tim_Mackey
- hi, i'm working on an app aimed at QVGA screens and some of the items in a combobox are longer than the box can take so they get cropped. what do other people do in this situation the font size is already as low as is reasonable. truncating the text to an ellipsis isn't much use, and tooltips don't seem to be available and would probably just be annoying on a mobile device anyway. i read somewher
-
- Inter Process communication help..
by Salman Maredia
- 6 Replies
- Last post
by Christopher Fairbairn
- Hi,
I am newbie. using C++.net 2005 MFC " Windows Mobile 5.0". I want to send or post message to Application ABC through Application IPC1..
ABC is simple background program with WM_CLOSE method..
First,I run the ABC program and then i run the IPC1 program ... ABC program is running in the back when i Launch IPC1 program.
I have tried this .
BOOL CIPC1App::InitInstance
-
- Socket Problem
by Goshpiderman
- 2 Replies
- Last post
by Goshpiderman
- Hi everyone i have some problem with writing on a socket, i'm writing a file content in to te networkStream and it works fine when im using GPRS but it always failed if i use WiFi, i just split my file to some small chunk and write them into the stream and update some progressbar during these writings and works fine if my connection was working slow for example with GPRS but when my connection spe
-
- rcm2api32.dll -> Missing
by Quell
- 2 Replies
- Last post
by Christopher Fairbairn
- Hey, I have been looking for the rcm2api32.dll for a while now. I need one for a CE .Net 5.0 device. For some reason its not in the windows folder (it was there before) after i did a cold reset. Beside being rather weird i am not sure how to fix this problem since a google search returns all of 2 hits. I noticed that there is a rcm2api32.lib in the WM5 SDK, and i was wonderinf if anyone knew where
-
- Task scheduler in windows mobile 5.
by PrashantWaman
- 10 Replies
- Last post
by PrashantWaman
- Hi all, do we have interface to sechedule a task like ITaskscheduler interface for desktop application my requirement is to schedule a application to execute at scheduled time. it may be daily, weekly or at specified day. regards, prashant
-
- wireless network support and IPv6
by Panos_gr
- 8 Replies
- Last post
by Panos_gr
- hey all, I am trying to write an application in C# for passing some GPS data from my ipaq (6340, Win Mobile 2003) to my laptop through a wireless network (this is the first step from a bigger project). In a post i found out that the .NET CF 2.0 edition supports ipv6 but i cannot find any relevant documentation/information or example explaining what does it provide and how can i use it. Moreove
-
- Out of memory exception on WinCE5.0
by Kristian73
- 9 Replies
- Last post
by Kristian73
- Hi world,
I've a problem related of lack of memory.
Running application the memory is OK.
When I start to navigate inside the forms the momory continue increasing and an error "Out of memory" is
generated.
I thought the problem was the "not disposed bitmaps" so,
when I close the forms I'm disposing all the bitmap used but the problem have not solved.
In the
-
- Bug #25: Flyout will only show if Sidebar has focus.
by Jonathan Abbott
- 3 Replies
- Last post
by Jonathan Abbott
- Bug #25: Flyout will only show if Sidebar has focus. If you show
the Flyout via "System.Gadget.Flyout.show = true" and Sidebar
doesn't have focus, the "System.Gadget.Flyout.onHide" event immediately
fires. Added to the known bugs list with a Repro. I expect it's by design, but there's no mention of it in the MSDN documentation so I'm classing it as a bug. Firing the onHide e
-
- Just wrote my first gadget.
by Anthony_W
- 7 Replies
- Last post
by Anthony_W
- I have been doing software development professionally and personally so I decided to check out what this new gadget thing for Vista is. Well I finished up my first gadget which is just a simple combination of javascript and css. The link is as follows for the zip file that contains the gadget: http://www.anthonyw.net/SystemInfo.gadget.zip Additionally I have done some things with enumerating CPUs
-
- pocket pc popup control
by mufik
- 10 Replies
- Last post
by zbynda
- I made a new control. It is a popup window. I need to hide this popup when user clicks to other part of the form. How is the best way to do this
-
- Save state and exit never finishes
by lagu2653
- 14 Replies
- Last post
by lagu2653
- I downloaded and installed this package Device Emulator: ARMV4I BSP for Windows CE 5.0 . Then I followed the guide in the included RTF file, which rolls an SDK from my platform image and lets me use a device emulator screen with a 600 x 800 resolution. Everything works well but when I try to "Save State and Exit" a white rectangle with the text "Saving State..." pops up after 1
-
- Symbol Barcode functionality
by Naimish Dave
- 13 Replies
- Last post
by gotcf.net
- Hi,
I am trying to implement barcode functionality on my device (Sumbol MC70), I am using,
VS 2005
Compact FW 2.0
Symbol SDK 1.5 for .NET
Windows Mobile 5.0 Pocket PC SDK
I have referred Symbol developers guide and created a device application but its throwing NullReference error on Sysmbol.Barcode.ReaderDAta object creation line !!! I have marked that line wi
-
- Still Image Capture : Error in RenderStream Method of ICaptureGraphBuilder2
by Darshan Tapdia
- 1 Replies
- Last post
by rzvarych
- Hello All, I have written a Still Image capture application for pocket pc device after following sample code "CameraCapture" as given in SDK. This application is dialog based application in which i preview live video from camera .It works fine for the first time when i capture image. Actually What meant by first time is I capture image (triggering through vidoecontrol interface on still
-
- how can I use image box to create the mobile device first page
by Subandran
- 1 Replies
- Last post
by timg_msft
- hello,
how can I use image box to create the mobile device first page that allow the user to select any options like Messages, contacts, Camera and so on..
Please anyone help me.
Ragards
Subandran
-
- CaptureSMS not working...?
by Peaceful World
- 1 Replies
- Last post
by Saravanan V V
- Hi, I am developing smart device applications using evc, vs 2003, 2005 also. I need your help. I tried the CaptureSMS (downloaded from MSDN) sample application as they said. But it wasn't working. First I am telling about resources. I have i-mate device with SIM (in our country we are using GSM network, me aslo). What I did was first i compiled the MapiRule project and created two registrie
-
- Cell background does not display in html
by Gavin2
- 4 Replies
- Last post
by Gavin2
- Hi
I'm not sure if this is the correct forum. I am writing a help file for my Windows Mobile application. In my table I want to display images in some of the table cells. To achieve this I am using the Background tag, for example
Code Block
<table>
<tr>
<td background="Test.2bp">3</td>
</tr>
</table>