all groups > dotnet compact framework > february 2005 > threads for tuesday february 22
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
coredll CreateFile on serial port
Posted by GraemeR at 2/22/2005 11:17:51 PM
Hi, when I execute the following call (on an iPAQ Pocket PC) nothing happens
to the RS232 cable I'm using.
<System.Runtime.InteropServices.DllImport("coredll.dll")> _
Private Shared Function CreateFile( _
ByVal lpFileName As String, _
ByVal dwDesiredAccess As Inte... more >>
How to detect incoming call
Posted by Shafa at 2/22/2005 10:34:31 PM
Hi there,
i'm writing an app using .NetCF and was wondering how can i detect an
incoming call. i want my app to stop what it's doing when a phone call
is active and then resume after hang up.
thanks
Shafa... more >>
Supporting files are installed every time of application running - problem
Posted by ksskumar2000 NO[at]SPAM gmail.com at 2/22/2005 10:26:26 PM
Hi friends,
I got a VB.NET source code for PDA application. It uses SQLSERVER
CE, OPEN NET CF and Framework.
My problem is each and every time when I run the program all
components is deployed into the emulator. Is it not enough only one
time deployment of supporting libraries like SQ... more >>
help:I want remove all eventhandler of Click, how can I realize it
Posted by yy at 2/22/2005 9:19:13 PM
I want remove all the eventhandler added by button.click+=myeventhandler(for
example)
..
Is there any way.
The only way i know is button.click-=myeventhandler.
but I want know how to remove all eventhandler link to click
... more >>
sql server connections via emulator... slooooow
Posted by mikeb at 2/22/2005 9:10:37 PM
I am connecting to a sql server via my app. When its running on the device
the connection is instantanious. But when trying to connect from the
emulator it can take 10 minutes or more. The sooner I try to reconnect, the
fast it is though. But if I wait a longer amount of time between
con... more >>
Linking eVC4.0 in DOT NET
Posted by Shrikant Chikhalkar at 2/22/2005 7:39:59 PM
Hi all!
Please help me.
If I create a simple Managed C++ DLL and use this dll in VB >NET CF it
works fine.
But if I make managed code as a wrapper to the unmanaged code it fails.
So I was tring to make Managed Code as a wrapper to unmanaged code (in eVC
4.0). and using Managed DLL in v... more >>
Help with creating Custom ComboBox
Posted by David Clegg at 2/22/2005 7:13:00 PM
I need to have the ability to allow the user to change many colour
attributes of controls, including in many cases attributes that aren't
supported by the standard CF controls. While I've been able to kludge a
custom TextBox control to do what I want (don't ask, its really ugly
<g>), I'm a bit s... more >>
Windows CE
Posted by David de Passos at 2/22/2005 6:46:29 PM
Hi!
My pocket PC have a Spanish Version os Windows CE.
I need to format my Pocket PC and install a English version of Windows CE.
How can format a Pocket PC and where download a English version of Windows
CE.
Sorry if this FAQ is not for this newsgroup
--
Cumprimentos,
David de Passos... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Create forms with a thread?
Posted by Tomer at 2/22/2005 5:54:14 PM
Hi,
I've a lot of form and I've tried running a thread that will create all
those form in the background, and insert them into a hashtable, when the
main application wants to go to a form it'll check the hashtable, and if the
form is there, activate it.
But for some reason this desn't work... more >>
SQLce: Data Conversion Failed
Posted by mikeb at 2/22/2005 5:27:39 PM
To me, 'Data Conversion Failed' sounds like I'm matching the wrong data
types - but in all my code tracing and viewing data coming into my
database - its just doesn't seem to be the case.
I have a dataset loaded from a sqlserver stored procedure call. I'm then
taking that dataset and copyi... more >>
toolbar an InputPanel
Posted by Felix González at 2/22/2005 5:05:29 PM
Hi,
I use a toolbar and automaticaly I have en imput panel in the toolbar, how
can hide this inputpanel?
thanks
... more >>
Tabcontrol
Posted by David de Passos at 2/22/2005 4:40:41 PM
Hi!
When I put a Tabcontrol in a form then is docked Top, and I chagen location
but doens't work. The location goes to (0,0)
--
Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: passos@rcsoft.pt
Móvel: +351 966931639
T... more >>
Generate german characters with keybd_event
Posted by Benjamin Lukner at 2/22/2005 4:07:26 PM
Hi!
How do I generate german umlauts (äöüß)? They're not part of the
VirtualKeys. I couldn't find any documentation on how to use ScanCodes
with keybd_event(). I tried MapVirtualKey(), but I got empty results for
any parameters I tried. keybd_event(0, i, iUpDown, 0) also produced only
emp... more >>
Printing
Posted by Xabi at 2/22/2005 3:54:55 PM
Hello:
How can I print using a bluetooh printer from compact framework?
Regards
Xabi
... more >>
SmartPhone and Mobile Demand?
Posted by John Puopolo at 2/22/2005 2:19:54 PM
All:
Sorry if this is bit non-technical/off-topic, but I think this is an
important question...
What demand are people seeing for Smartphone/mobiile development out there?
Is it growing? Is it worth investing heavily in becoming a mobile/wireless
guru, or is mobile computing growing too sl... more >>
random System.FormatException when using the input panel
Posted by Claire at 2/22/2005 2:09:39 PM
Pocket Pc 2003. Visual studio .net 2003 c#.
Ive a text box. I trap the key press events to make sure only numeric chars,
"-" "." and delete key are accepted.
Ive wrapped all the code in that event handler with a try/catch block.
If the input panel is open and I sit there tapping the non acc... more >>
Activating GPRS (C#, .NETCF, SP2003)
Posted by sebseb at 2/22/2005 12:25:02 PM
Hi,
I would like to be able to create client application on my Smartphone, I
mean application capable to activate internet connexion and send send data
via TCP or UDP.
I already can send data over TCP or UDP to local computer via ActivSync USB
cable or Bluetooth connexion but still can't... more >>
Several keys pressed in the same time (C#, .NETCF, SP2003)
Posted by sebseb at 2/22/2005 12:03:07 PM
Hi,
I'm programming in C# on a Smartphone 2003, and I have problem because I
would like to be able to catch several key in the same time, for basic
example in a mere game, to be able to press acceleration button and to turn
without releasing acceleration...
I tried in OnKeyPress event, d... more >>
TextBox
Posted by David de Passos at 2/22/2005 10:45:49 AM
Hi!
How you can select the text when the TextBox gets focus?
--
Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: passos@rcsoft.pt
Móvel: +351 966931639
Telefone: +351 239708708
Fax: +351 239708701
Tel. Directo: +351 2... more >>
DataGrid
Posted by David de Passos at 2/22/2005 10:45:25 AM
Hi!
How can set the Row(0) the FocusedRow?
The Select funtion only select a row, but I want Focus a Row.
--
Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: passos@rcsoft.pt
Móvel: +351 966931639
Telefone: +351 23970... more >>
Question about databinding between combobox and dataview
Posted by victor at 2/22/2005 10:45:18 AM
hi guys
i get a problem with add databinding between a combobox and a dataview
i have a select statement like
string strCmd = String.Format (
"SELECT Customers.CustomerName, " +
"Call.CallID, " +
"Call.CustomerCode, " +
"Call.ScheduleStarted, " +
"Call.Schedule... more >>
TypeLoadException
Posted by marko at 2/22/2005 10:08:49 AM
I'm loading assembly with reflection as the following:
System.Reflection.Assembly assPlugin =
System.Reflection.Assembly.LoadFrom(sFile);
then: Type[] tpePluginTypes = assPlugin.GetTypes();
but this statement always Exception: System.TypeLoadException
thanks
msk
... more >>
Debug output showing on pocket pc
Posted by Claire at 2/22/2005 7:38:57 AM
Ive just received a new model Pocket pc to work with, Windows version 4.20.0
build 13252.
Rather than my debug messages appearing in the Output window of Visual
Studio .net 2003 they're appearing in a console window on the Pocket pc.
Is this a problem with the PPC or VS? How can I fix it pleas... more >>
|