First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
programmatically clicking submit button
hi all.. is there a way can programmatically click the submit button on html page?? I tried sending key strokes thru sendmessage and postmessage but it doesnt work. Then i tried by submitting the html form. but it doesnt work. below is my sample code. SendMessage(hWnd, DTM_BROWSERDISPATCH, (WPA... 19 Jun 2008 01:22
CryptBinaryToString lib ???
Hi, Can anyone please tell me, which library contains link details to CryptBinrayToString ??? it is not in the Crypt32.lib :-( Kind regards ... 19 Jun 2008 01:22
Using XMLDOM in WinCE
Hi, I have an XmlTag which i am using as a light wrapper around a IXMLDOMNode this is so we can abstract an XmlTag as we support other OSes. I construct the XmlTag with a IXMLDOMNode and then get the child nodes which i then use to populate a std::vector of XmlTags. The code is below, i haven't include all th... 19 Jun 2008 01:22

Hi, I too have the same issue... I checked the settins and found that Compile for Architecture is set as ARM4 (/QRarch4). Actually, Which one i hav to set?? i am trying to build a win 32 app in 64 bit compiler in VS2005.. Pls help!!!!!!!!!! ... 19 Jun 2008 01:22
Need dll to convert sdf to dbf
Hi I have tables that I need to convert to dbf format from MS SQL Compact 2005 (sdf) format that reside on my desktop. I was hoping that I could embed the utility and call it from some code I put behind a button. Does anyone have anything like this or know where I can get it? Thanks The Mad Ape ... 19 Jun 2008 01:22
Cant write to a file!!!
Hi, I am trying to port my program TunePal: http://www.bryanduggan.com/TunePal.html To Windows Mobile Pocket PC to run on my Palm Treo 500v smartphone. I cant get this simple file writing code to work: void testFile() { FILE * fp = NULL; fp = fopen("\\temp\\test.txt", "w"); int r = fprintf(fp, "He... 7 May 2008 15:04
Application Directory
Hello People!! I need to know which was the directory in that my application was started. I use VB 2005 with pocket pc 2003 application. I need this to load a XML file, that file is in the same directory of the my application. thanks a lot! -- Rodrigo Defavari Desenvolved... 7 May 2008 14:14
VS2008 fails to generate dataset
I get the following error: "Custom tool error: Failed to generate code. Object reference not set to an instance of an object." Step to recreate error: 1. Create new project in Visual Studio 2008 2. Visual Basic - Smart Device - Smart Device Project 3. Target platform = WM6 Pro SDK, CF = Version 3.5 4. Add new... 7 May 2008 08:31
Add VScrollBar to Label
Hi! Is there any example of adding a VScrollBar to a Label? I'm using windows mobile 5.0 and netCF 2.0. Maybe creating a custom object with a label and a VScrollBar or adding to the form a label and a VScrollBar. I don't know how to manage the Scroll event. Thanks! ... 7 May 2008 06:40
Create mail with MAPI
Hi, I'm trying to use MAPI to create a clone of an email in my IMAP account. I can create the email with the headers and body, and I can reproduce a simalar MAPI Message Id (PR_MESSAGE_DELIVERY_ID). My email appears on my pocketoulook Inbox folder but when I do an IMAP synchronization, my email is marked as... 6 May 2008 23:28
First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68