| Thread | Last Post | Replies |
|
| Deploying help file and helpfile link to /Windows directory | 11 Feb 2005 07:21 GMT | 1 |
Peghelp expects the helpfile to be in /Windows or at least the pointer file so the help file is listed when the device help system builds the help list. I haven't been able to find a fairly straightforward way to deploy my help file and the helpfile pointer (.lnk file) to the ...
|
| web services, basic authentication logout | 11 Feb 2005 06:55 GMT | 3 |
i have a ppc/netcf v1 application that gets data from a webserver running iis5. I set it up to use basic authentication over ssl. then I use netcredentials to set my user and password. now I can get data fromt the webservice.
|
| How to remove the OK button | 11 Feb 2005 02:56 GMT | 2 |
I am finding the Ok button in the top right corner of all my apps to be a real problem. Users are clicking that button instead of the proper action buttons on forms. How do I disable this button so that it does not show up in my PDA apps?
|
| SHFullScreen | 10 Feb 2005 22:31 GMT | 1 |
I'm using this (leaving out the declarations for this post) in the Form load of my main form: Capture = True Dim hwnd As IntPtr = GetCapture()
|
| How to save signature to a monochrome bitmap? | 10 Feb 2005 21:55 GMT | 7 |
Hi, All Signature capture is one of the requirements for my App. I saved signature to a 24 bitmap file, then i converted to monochrome bitmap and now i am stuck with saving it to a file.
|
| Soft-reset PocketPC... | 10 Feb 2005 20:41 GMT | 4 |
how could I do a soft-reset of the PocketPC in my application, using the .NET compact framework? it's possible? does anyone have already made something like that? thanks in advance,
|
| tool to inspect dlls | 10 Feb 2005 20:37 GMT | 3 |
What is the name of the tool that allows me to inpect dlls to check method signatures I cant find it.
|
| AddValueChanged functionality | 10 Feb 2005 18:16 GMT | 1 |
i played a bit with System.ComponentModel.PropertyDescriptor.AddValueChanged(...) and it seems that i receive notification only when property is changed by PropertyDescriptor's SetValue(). there is
|
| Asociate dinamically an event in VB.net | 10 Feb 2005 16:48 GMT | 1 |
I'm creating some radiobuttons and i want to asociate their events dinamically with a function. How can I do it? In c# there is no trouble, because it can handle with it: radiobutton1.click += new System.eventhandler(this.myfunction);
|
| Any good tech yourself VB.NET books? | 10 Feb 2005 16:25 GMT | 2 |
Anyone recommend any good books to teach yourself VB.NET. I am a family accomplished programmer in VB 6 and eVB. Maybe something like "Teach Yourself VB.Net in X days or less" or "VB.NET for dummies". Anything that would give me the basics so I can hit the
|
| /unsafe, any negative side effects? | 10 Feb 2005 15:26 GMT | 4 |
If we assume that the code inside my unsafe blocks are OK and don't do anything wrong (like screwing up memory blocks, leeks memory whatever).. ..can there be any negative side effects when re-compiling my old application using the /unsafe compiler switch which may cause bugs? I
|
| Rounding Issue - repost | 10 Feb 2005 15:14 GMT | 1 |
Sorry for the muli post (originally posted in microsoft.public.dotnet.framework) I ran into a problem with rounding and was wondering if anyone knows of a work around with out manually rounding numbers. Math.Round doesn't seem to
|
| Getting Comboboxes and Textboxes from Form | 10 Feb 2005 13:31 GMT | 1 |
HI NG! Is there a better way then this code below, to get all Textboxes and Comboboxes from a form: Private i as Integer
|
| Closing Application | 10 Feb 2005 12:50 GMT | 1 |
How can I make sure my application completly closes when a user either clicks on a close button or uses the X in the upper right corner of the device. I'm using VB.NET targeting windows mobile 200x. Thank you. Paul
|
| help file | 10 Feb 2005 08:56 GMT | 1 |
can anyone tell me how to add pic to my help file in the ppc? i add some pics in the help file, but the os keeps telling me can not open the page? cheers
|