all groups > dotnet compact framework > november 2005 > threads for tuesday november 29
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
Adding CF 2.0 to Platform builder project
Posted by Beggi Óskarsson at 11/29/2005 10:57:32 PM
I want to add CF2.0 to the platform builder 5.0, so I can add it to my
image. Is there an installation package available to do that?
... more >>
Textbox not receiving the focus
Posted by Echo at 11/29/2005 10:11:24 PM
Hi all. Maby someone can help me with a problem. I have a smart device
application that I have written. On one form(Form 1) is called first
and the contrucion of the form continues. Now before I show Form 1 I
call another form(Form 2) that checks that if the client needs to print
the incidents, ... more >>
textBox border
Posted by Thore Berntsen at 11/29/2005 8:09:28 PM
Is there any way to change the color of the border of TextBox control?
Thore Berntsen
... more >>
SQLConnection open
Posted by Verena Doll at 11/29/2005 5:36:45 PM
Hi NG,
i connect with a sqlconnection to my sqlserver.
Is it necessary to close the connection after i modified the data on the
server? Or can leave open the connection?
Thanks :-))
... more >>
.NET 2.0 Framework
Posted by matilda.overfield NO[at]SPAM booomail.com at 11/29/2005 2:34:58 PM
Should i upgrade to 2.0 Framework?Why?
Best regards,
matilda.overfield@realcredits.com
http://www.poweroversoftware.com... more >>
Async Debug Wireless
Posted by Simone at 11/29/2005 2:33:14 PM
Hello.
I want an information.
Now i'm developing for pocketpc with VS2003. For debug i use ActiveSync 3.8
connected in wireless with my target device.
I have read that ActiveSync 4.1 doesn't allow wireless sincronization. If i
install ActiveSync 4.1 and VS2005 i cannot debug my application in... more >>
LineCount in textBox control
Posted by Thore Berntsen at 11/29/2005 2:06:27 PM
Question 1:
If have a TextBox control where MultiLine = true, and WordWarp = true. When
I assign at text to this textbox is there anyway I can get on how many lines
this text i displayed.
Question 2 :
Is there any way I can get the position of the caret (the blinking cursor)
in this t... more >>
Thread issues
Posted by Geoff Callaghan at 11/29/2005 12:11:41 PM
I have an application that is used to control a hardware device through an
RS232 port. I send a command, the hardware responds with a command. There is
also a GUI involved which cannot be frozen while I wait for a response from
the hardware. To achieve this, I use a WaitFor type structure (I'm us... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can a small app run while the ppc is in sleep mode?
Posted by Noble Bell at 11/29/2005 11:32:01 AM
I would like to know if one could write a small app, like a service or
something, that would remain running in the background even though the ppc
has gone to sleep?
Any help, thoughts, or examples would be great.
Thanks in advance and God bless.
-----------------------------------------... more >>
Communivcate with built in gps?
Posted by drasko at 11/29/2005 7:15:07 AM
I have HP hx6515 pocket pc with built-in GPS. Is there any way to use
OpenNETCF (it has support for serial GPS) to get data from GPS on my
device?
Thanks
... more >>
Shell_NotifyIcon in VB.net
Posted by merco at 11/29/2005 6:52:39 AM
someone has the translation to Vb.net ?
I have to use systray icons and commands...
thanks
... more >>
Buggy .NET CF 1.0 SP3 InputPanel EnabledChanged event?
Posted by Eskild at 11/29/2005 5:15:05 AM
Hi,
In my PocketPC application, I am using several forms. Some of which are
using the InputPanel for user input. All forms have their own InputPanel
object and a MainMenu object (from before SP3). Some forms have the
InputPanel.Enabled property set to true by design and some don’t. And s... more >>
Whats happened to OpenNETCF.Win32.Win32Window.SendMessage ?
Posted by chris-s NO[at]SPAM mailcity.com at 11/29/2005 3:52:56 AM
Maybe Chris or someone can pick this up, I've installed the latest
OpenNetCF assemblies and my previous calls to
"OpenNETCF.Win32.Win32Window.SendMessage" are no longer working, seems
like the Win32Window class has moved or been renamed but it still seems
to exist in the help.
Anybody got any... more >>
Validating a Textbox
Posted by markyd at 11/29/2005 3:45:56 AM
Hi,
I've got a 4 textboxes (either standard cf of Opennetcf) on a form with
a button to clear all textboxes.
I need to validate the textbox entries on each entry (eg. customer code
exists in the database)
I can validate the entry no problem either by using the validating
event or the 'lost foc... more >>
Package Load Failure
Posted by Marcos Queiroga at 11/29/2005 3:06:02 AM
Hi folks!
I have installed VS2003 and VS2005 on the same machine, running WinXP SP2.
After some days working fine, I am getting an error message when I try to
load my device application project.
The message is:
"Package Load Failure
Package 'Smart Device Project Package' has failed to loa... more >>
Newbie: DataGrid Cell formated & Alignment
Posted by Jayanto at 11/29/2005 12:00:00 AM
Hello,
Can any body tell me how to change DataGrid Cell's format (as Decimal/Date)
and Cell's Alignment in VB.net
TIA
Jay
... more >>
Disable Up/Down in textbox?
Posted by Tomer at 11/29/2005 12:00:00 AM
When the textbox has only one line the Up/Down function as Left/Right, which
is not good for me.
How can I disable the Up/Down key functioning in the TextBox control?
I've tried to manually set back the SelectionStart/Length parameters, but it
resulted flicks in the textbox display.
I... more >>
|