all groups > dotnet compact framework > may 2004 > threads for friday may 21
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Urgent: how to call a web service through a thirdly authenticated web page??
Posted by khanh NO[at]SPAM glassegg.com at 5/21/2004 10:31:18 PM
hi all,
We've been facing a difficult task that we need some wise advices
from other professional indeed.
Our client want before calling the webservice from 1 webserver, for
instance A, we must go through an authenticated web page on webserver
B which requires to input user name, password... more >>
form designer set font of label wrong ??
Posted by khanh NO[at]SPAM glassegg.com at 5/21/2004 8:27:07 PM
hi all,
We see a very weird situation, although we set the font of label
control on one machine to MS PGothic, 9pt but when get that version to
other machine, it return to default font of Tahoma, 9pt!!! May some
one point me out of this?
FYI: our development PC: WinXP, Windows 2003, VS.NE... more >>
Reflection Calls for Method Names
Posted by Joe Keller at 5/21/2004 6:49:32 PM
Hello,
Whenever an exception is raised in my code, I would like to pass along the
method name where the exception occurred to my custom exception handler so
that I can the origin of the error. Is there a way to use reflection to
determine the name of the currently executing method?
If n... more >>
Remotly run an exe
Posted by Tomer at 5/21/2004 5:39:32 PM
How can run an application from a ppc that connects to a pc by RF?
Do I need a pc application that listens to a certain port? if so, where can
I get help on constructing this app?
Thanks.
... more >>
Receive an Event an event from a c++ dll
Posted by Alex at 5/21/2004 4:37:15 PM
I woud catch the scan event raised when a barcode is readed from my symbol
ppt 8800.
This is the function that I would use:
DWORD SCAN_ReadLabelEvent(HANDLE hScanner,
LPSCAN_BUFFER lpScanBuffer,HANDLE hEvent,
DWORD dwTimeOut, LPDWORD lpdwRequestID
);
How can I receive the event in C... more >>
WebException
Posted by Neville Richardson at 5/21/2004 3:19:45 PM
I have tested a simple HelloWorld web service which works fine when called
from PCs or Browsers but when I call this service from a Smartphone or
PocketPC more than once I get a WebException. (Servers used are Windows
2003)
Any one experienced this problem? What is the solution?
Thanks
... more >>
Data as binary objects
Posted by Raj at 5/21/2004 1:16:02 PM
Hi
We have been analyzing/evaluating various options for data access on a PPC application. We are developing the app in C# and the database will be in SQL Server. Now we are staying away from web services because of configuration issues and that decision is almost finalized. We cannot store the dat... more >>
How do you I telnet from .NETCF application to desktop telnet server?
Posted by Jack at 5/21/2004 12:36:01 PM
How do you I telnet from .NETCF application to desktop telnet server? may you help me ... thank you
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Click event for PictureBox
Posted by Arn Cota at 5/21/2004 12:31:32 PM
I am trying to trap a mouse click (stylus tap) on a PictureBox component,
but it doesnt have such an event exposed. What are my options here? Do I
need to subclass this control and make my own? Is there another way to add
such behavior?
Thanks!
... more >>
execute one program from another
Posted by carmen at 5/21/2004 11:57:13 AM
Is it possible to execute one program from another? I don't know if there is
something like "shellexecute..."
Thanks
Carmen
... more >>
Can the CF be used with CE3.0 devices?
Posted by Mr B at 5/21/2004 10:53:10 AM
Can the CF be used with CE3.0 devices? I cannot successfully deploy to my
IPAQ HP3850 - runtime error "An unhandled exception of type
'System.MissingMethodException' occurred in System.Windows.Forms.dll"
Regards,
Steve
... more >>
Two classes sending data through 1 serial port
Posted by carmen at 5/21/2004 10:16:05 AM
I don't know how to get 2 classes sending data though 1 serial port. If I
open the port in one class, I get an error while opening the port in the
other class.
Thank you for your help.
Carmen
... more >>
Cant "re-open" my application
Posted by Mike at 5/21/2004 10:06:04 AM
I have a PPC data collection application that upon opening, entering data and closing will occasionally lock me out of re-opening the application and I have to soft reset to get back into the applicaiton. In other words when I try to tap the program icon nothing happens. A couple other clues..
1... more >>
Code Coverage and Automated Testing
Posted by Y. Sivaram at 5/21/2004 9:25:29 AM
Is there any code coverage tools and automated testing tools available for
the applications written in .NET CF? Any recommendations or suggestions will
be really appreciated.
Best Regards,
Y. Sivaram
... more >>
Display the <summary> in VB
Posted by skicow at 5/21/2004 9:21:03 AM
Hi
I know I can get the comment for a method to display when I mouse over it in VS.NET 2003 if I place the following code before the method
/// <summary
/// Sort grid by colum
/// </summary
/// <param name="col"></param
But how can I do this in VB? Can I do it in VB
Thanks
skicow... more >>
OpenNETCF.Notification can not get return value..
Posted by andrew_f_martin NO[at]SPAM hotmail.com at 5/21/2004 8:56:51 AM
Having looked through all the posts here and on OpenNETCF forums, I
seem to have similar issues to many of the posters. This is how I
setup the call:
This is how I set up the notEngine:
OpenNETCF.GuidEx guidEx = OpenNETCF.GuidEx.NewGuid();
notEngine = new NotificationEngine(new Guid(guid... more >>
How to capture native exception?
Posted by aliarifpk NO[at]SPAM hotmail.com at 5/21/2004 5:49:21 AM
Dear All,
I am using an un-managed code in my VB.Net application and some times
a native exception occured which is not captured by the Try/Catch
block.
How I may capture the native exception?
Regards,
Muhammad Arif... more >>
I have a architecture question.
Posted by Daren Hawes at 5/21/2004 3:51:38 AM
Hi,
I have a architecture question.
How would one structure an application along with a Pocket PC 2003
component
that work together to collect survey data.
My query is around the Sync and Data Holding parts.
I plan to use an XML file on the PPC as a survey template (Questions,
Questio... more >>
|