all groups > dotnet compact framework > april 2005 > threads for friday april 15
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
Invoking a form that was created on a separate thread
Posted by Dan at 4/15/2005 5:48:19 PM
Hi everyone
I have a class which parses an xml file and creates a form and its controls
from it, and I have recenlty moved this so that it happens on its own
thread, I know about controls that are created on a different thread to the
UI can not just have its methods called without using inv... more >>
print programatically, and wireless printers
Posted by Elmer CarĂas at 4/15/2005 2:17:20 PM
hi,
I have a problem, i need print such as a Client Order from a Pockect PC win
WinCE, but i dont know how do that.
If you have ideas, or links with information maybe y can do that.
And another question is i need use a printer that use BlueTooth technology,
you have ani idea about that?
... more >>
waitcursor after Splash Screen
Posted by GS-SE at 4/15/2005 1:33:02 PM
I'm using the information found here about creating a splash screen on a
separate thread.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/casoast.asp
Everything works find, the screen comes up and goes away. I kill the splash
thread near the end of the proce... more >>
why I cannot step into the webservice?
Posted by chunsheng at 4/15/2005 1:24:02 PM
I am debugging the code of a my webservice. When I try to step into(F11) the
webmethod call from the smartclient, it just steps to the next line.
With the same settings I can step into webmethod on normal framework client.
I think CF should support remote debugging, right?
thank you... more >>
How to Change device resolution to VGA?
Posted by Parham at 4/15/2005 10:29:07 AM
Hello,
How to change device resolution to VGA(640*480)? Is there any key in
registry? I have found this key:
[HKEY_LOCAL_MACHINE\Drivers\Display\GPE]
"LogicalPixelsY"=dword:00000060
"LogicalPixelsX"=dword:00000060
When I change LogicalPixelsY and LogicalPixelsX values to 96 or 192,
after a ... more >>
CAB files for .Net SP3?
Posted by Tim Johnson at 4/15/2005 10:10:48 AM
I've used the SP3 msi file on the desktop to install everything for Visual
Studio and the PDA, but I wanted to get just the cab file(s) required for
PDA installation for my users. On my system I saw C:\Program
Files\Microsoft .NET Compact Framework 1.0 SP3/ contains a file called
"netcf.al... more >>
Using DataGrid object in SmartPhone application
Posted by Fabio at 4/15/2005 6:27:02 AM
Hi to all,
I try to build an application for smartphone using a DataGrid object.
This is the problem. Visual studio .NET 2003 allow to put the object to a
form but when a see the code I find ad error: Object Datagrid does not exist.
Where is my error?? I try to include all library. Nothin... more >>
[Label] MouseMove
Posted by Rogerio Jun at 4/15/2005 6:05:02 AM
The mouse events doesn't work with LABEL ?
I use :
lblCliente.MouseMove += new MouseEventHandler(lblCliente_MouseMove);
but nothing happens.
Rogerio... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Emulator Windows CE - Again
Posted by Rogerio Jun at 4/15/2005 5:23:04 AM
I have a AMD Athlon XP 1800 with 512 MB RAM. When i running Emulator Windows
CE, it's very slow. What can I do to best perfomance the emulator ?
Rogerio... more >>
listview click
Posted by Jon Vaughan at 4/15/2005 12:00:00 AM
Hey all,
Im having what I thought would be a common problem , but I have search the
net and found no solution.
Im converting code from .net framework to the compact, in the listview I
would use the getitemat method of the listview to locate the clicked item ,
but this isnt available in t... more >>
Listivew1.Focused.Item
Posted by A_PK at 4/15/2005 12:00:00 AM
Hi, After I use Listview1.Focused.Item on the listview, the listview will be
selected, how can I make my listview itme unselected when I click somewhere
else.....
... more >>
|