all groups > dotnet compact framework > august 2004 > threads for wednesday august 4
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
webrequest.getResponse() method hangs
Posted by prakash_ntech NO[at]SPAM rediffmail.com at 8/4/2004 11:47:21 PM
Dear ALL
I am write an application for pocketpc . I use visual studio 2003.
I want to get a response string of an ASP web request query
I try this function
Public Shared Function GetResponseStringA(ByVal RemoteURL As String)
As String
Dim StartTime As DateTime = DateTime.Now()
Dim... more >>
BindingManagerBase for the DataGrid
Posted by Ghost at 8/4/2004 11:33:34 PM
How do I get the BindingManagerBase for the DataGrid useing the DataGrid
instances BindingContext property (in C#)?
... more >>
DataSet Binding
Posted by Ghost at 8/4/2004 9:33:17 PM
I have DataGrid and toolbar with navigation keys.
Can anybody show me an example how do I make Binding with my navigation
keys?
I want to make these actions at runtime go to the first/prior/next/last
record, also I want get record wich is selected in DataGrid.
How do I program these ?
... more >>
installing on 2nd edtion gives old version warning
Posted by Yechezkal Gutfreund at 8/4/2004 9:17:11 PM
All the .NET CF applications we create (even with the update for PPC 2003
2nd Edition) are giving an error warning about being created for a OS prior
to PPC 2003 2nd Edition and "may not work".
The same thing happens for Microsoft applications such as PowerToys, etc.
The applications do inde... more >>
Open dialog
Posted by Ghost at 8/4/2004 8:34:13 PM
Is there any component to provide open dialog in Compact Framwork?
Or even how can I show dialog allowing user to open the file?
... more >>
My appliaction Path
Posted by Ghost at 8/4/2004 5:36:58 PM
How do I get my appliaction path on PPC?
... more >>
multithreading problem
Posted by Mark Irvine at 8/4/2004 11:30:51 AM
Hi,
I have a small app that uses a custom proxy to down load XML from a web
service. I using the HtpWebRequest/Response objects and the Begin methods.
Initially this process was started on the UI thread and everything worked
ok. However I want the UI thread to create a new thread and start t... more >>
DataGrid in Compact Framework
Posted by Ghost at 8/4/2004 11:15:24 AM
How do I bind DataGrid in Compact Framework to some dataset at runtime?
There is no SetDataBinding method:(.
And how can I see how many record is in DataSet?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Passing in a string for a Bstr* IN parameter in a DLL using CFCOM
Posted by andy_oldstuff NO[at]SPAM yahoo.com at 8/4/2004 10:06:08 AM
I would appreciate some assistance in how to pass a string to a DLL
that has one input parameter of type BSTR*.
I'm using CFCOM's "SetProperty" and this works fine for numeric
parameters or BSTR params but is failing on BSTR* params.
Any ideas as to what is going wrong or what I could do to ... more >>
newgroup question
Posted by John at 8/4/2004 9:28:18 AM
who can help me give microsoft newgroup about .Net Framework.
thanks,
... more >>
Killing running applications on pocketpc 2002
Posted by Roy Rodsson via .NET 247 at 8/4/2004 4:48:31 AM
Hi,
I have been trying to kill running applications on my pocket pc from code for a while now without success.
How do I (for instance) kill the Inbox application? or the poutlook.exe ?
I want to be able to unload both dll:s and exe files from the memory (from code) .
The api function FreeLi... more >>
howto register the Event in Dll
Posted by Jely at 8/4/2004 3:15:01 AM
hello all:
I have a dll file with some functions and events.
The functions can be use by
[DllImport("Mydll.dll")] extern function_name();
But , how to use the event in dll, could you tell me ?
thanks.
jerry.
... more >>
DataSet & Xml
Posted by Josh at 8/4/2004 2:45:13 AM
Hi,
Is it possible for a DataSet to read and write CDATA section to/from xml?
Is there a way to cause all text fields being exported from an sqlce db
table to be in CDATA sections?
thanks
Josh
... more >>
|