| Thread | Last Post | Replies |
|
| i know that is a stupid question but i need know. - httpWebRequest | 17 Feb 2004 09:37 GMT | 2 |
private void button5_Click(object sender, System.EventArgs e) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create ("http://192.168.0.2/card/default.aspx?card="+textBox1.Text);
|
| drawing on a panel | 17 Feb 2004 08:24 GMT | 4 |
I have three transparent panels on my form. The three panels represent three layers. I would like to draw to those panels but since Panel doesn't support CreateGraphics()
|
| HTTPWebRequest async time out | 17 Feb 2004 03:33 GMT | 4 |
How do I make HTTPWebRequest time out after 5 seconds when it is called async? setting req.TimeOut seems to do nothing I tried to set a seperate timer but once the call to the server was made on
|
| language settings interfere with form load | 17 Feb 2004 00:22 GMT | 1 |
I post earlier that I had a problem loading a form on a new xda ii device. After 12 hours of pulling my hair out, I discovered the reason was that the device was set to English-Australia and my form was set to English-United States. Once the device was switched to ...
|
| Cannot establish a connection. Be sure the device is physically connected to the development computer | 17 Feb 2004 00:20 GMT | 1 |
Ok, the classic error when trying to deploy on an Intrinsyc CerfPod 255SE board (PXA255, WinCE 4.2) "Cannot establish a connection. Be sure the device is physically connected to the development computer"
|
| Regarding web service | 16 Feb 2004 23:44 GMT | 2 |
I have a question about webservices. When you add a web reference to a project ypu get a .wsdl, a .disco and a reference.map file as well as the proxy class. This reference points to the computer hosting the web service. Now I want to be able to configure the IP address that I have ...
|
| VB.NET for Pocket PC - does anyone live in London? | 16 Feb 2004 23:12 GMT | 2 |
I've got a college project to complete over the next few months to build a Pocket PC app in VB.NET. I'm just learning the language now, working my way through the tutorials now (Beginning VB.NET, Wrox). I'm finding it
|
| Need a great help seriously SIR? | 16 Feb 2004 22:20 GMT | 2 |
I am developing a software on Pocket PC but sill cannot find solutions for following obstacles. 1) In IE on Pocket PC, HOW TO USE HTML FILE OR ASP FILE TO OPEN AN EXC FILE IN THE POCKET PC?
|
| What does InstallShieldExpress do that VS.NET does not? | 16 Feb 2004 22:03 GMT | 4 |
I've been looking around for installers, as have a lot of people. Someone on this group suggested trying InstallShield as a way of getting the CF, SQLCE and MyApp all packaged together. Well I've installed the eval version of InstallShield, and yes it fits
|
| very Urgent: problem in RDA | 16 Feb 2004 21:06 GMT | 1 |
i want to pull data from two tables using RDA from SqlServer database which is on main server . when i write code objServer.Pull("LoginInfo","Select UserId,UserName,Password from
|
| Synchronizing data files with ActiveSync | 16 Feb 2004 20:16 GMT | 1 |
I want to synchronize data files in both directions. I'm using ActiveSync 3.7.1. I can't figure out how to do this from the documentation (which gives new meaning to the word "skimpy"). 1) Are there predefined folders I must use?
|
| PPC DIME Web Service ... Weird behavior :O | 16 Feb 2004 18:26 GMT | 1 |
Hi, I have a web service that uses DIME to send and receive files between pockrt pc and server. I have noticed very odd behavior. If I call the web service from a button click event it works the first time. However, if I click the button a second time it does not work. I get an "Out ...
|
| class object disposal | 16 Feb 2004 18:21 GMT | 1 |
Simple one - If I have a class that invokes a series of other objects, each calling their own objects and so on, do I have to explicity dispose of all of the objects or can I just kill the top level class and all of the resources will be released?
|
| Rotated text ? App in landscape mode | 16 Feb 2004 16:43 GMT | 1 |
How To draw rotated text ? I want to show an App in landscape mode and have to draw text -90 degrees rotated. but how to do this ?
|
| Text width | 16 Feb 2004 16:41 GMT | 4 |
Is there a way to determine how long (in twips) a given text string in a given font will be on the screen?
|