all groups > dotnet compact framework > july 2003
Filter by week: 1 2 3 4 5
Drawline and DrawString Error?
Posted by Butt Chin Chuan at 7/31/2003 7:57:10 PM
I got this error message when I try to call this line:
pbGraph.CreateGraphics.DrawLine(redPen, 250, 2500, 250,
2500)
pbGraph.CreateGraphics.DrawLine(redPen, 20, 180, 20, 180)
pbGraph.CreateGraphics.DrawLine(redPen, CInt(20.0F), CInt
(180.0F), CInt(20), CInt(180)) ' x axis
Error message ... more >>
Rare Problem: Click Program ICON and Nothing Happens?
Posted by Brad Isaac at 7/31/2003 7:35:52 PM
Hi all,
I have two users out of several hundred who have an issue where they click
the program icon and nothing happens at all. No error message, no
appearance of the app in task manager. This is new to me. Anyone know what
I could do to fix it?
I happened across some threads of other pr... more >>
web service error with t-mobile card
Posted by Dan Diephouse at 7/31/2003 6:57:05 PM
I am testing out my web service application on an ipaq with a PCMCIA
expansion pack and a t-mobile grps card. My app works fine when it is
on a LAN or cable connection, however, when I run it on the ipaq with
the t-mobile card I get this WebException:
"The response did not contain an end o... more >>
Toolbar: Bitmaps with transparent Background?
Posted by Boris Nienke at 7/31/2003 6:50:46 PM
Hi,
how to draw small toolbar-icons (16x16 pixels) with transparency?
Currently all my icons have a white background which doesn't look
good...
Boris... more >>
joypad and textbox caret with keydown event
Posted by Coder at 7/31/2003 6:14:23 PM
Hi,
Is there a way to cancel a keydown even from within the keydown event? In
eVB i can cancel the event or change the keycode in the event to 0 but in VB
..NET the keycode and keyvalue are read only. I use the textbox and form
keydown event to trap keys for the mouse pad (joypad). However... more >>
[OT] PDA Hardware security
Posted by BadMrFrosty at 7/31/2003 5:27:58 PM
Almost done with my .Net CF app
Does anyone know good vendors to physically secure my new PDA that will be
mounted in my car.
... more >>
eVC to .NET CF
Posted by wanderer at 7/31/2003 2:47:54 PM
hi,
Is there an easy way to take a library built in embedded
Visual Studio and compile it to a .NET CF compatible
library? I've created a native-code wrapper but in VS.NET
2003 I can't get some of the environment variables from
eVC to compile.. is there a way to do it from eVC?
Thanks.... more >>
SetSocketOption fails for SocketOptionName
Posted by Nathan Kerr at 7/31/2003 2:34:58 PM
I have been working with KB Article 812404 "HOW TO: Write
Pluggable Protocol to Supprot FTP in Managed Classes by
Using Visual Bassic.NET".
I have modified the code to run on a Pocket PC. In the
OpenControlConnection routine the following lines are
being executed:
m_DataSoc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Widen the scroll bars on a ComboBox?
Posted by BadMrFrosty at 7/31/2003 1:00:04 PM
Is it possible to widen the scrollbars on a combobox. They seem fixed
regardless of font size.
... more >>
How to get Application-directory?
Posted by Daniel Barisch at 7/31/2003 12:34:39 PM
Is it possible to get the complete path to the exe-file of a running
CF-application, so that i can store files (...) in the same directory? Only
giving the blank filename to a stream writes it into the root directory.
Thanks, D.Barisch
... more >>
debug.print substitute
Posted by Matteo Cima at 7/31/2003 12:26:49 PM
Hi,
i read all the documentation, but couldn't arrange this.
I'd like to print in the output window (or debug) via c# like the good old
vb's debug.print method.
All the samples i found just print in the console of the ce.net... i'd love
to have messages printed in the ide while running the app ... more >>
communicating different programs
Posted by Erdem ALKILIÇGiL at 7/31/2003 11:36:35 AM
hi,
i have an application that uses message maps written in evc++3.0
can i use message window class to see these messages from cf?
Or is there anyway to communicate my application written in CF with
the application written in evc++?
Could you give me any starting point?
regards
... more >>
How to bind a DataGrid to a datasource that is not a DataTable?
Posted by Keld Laursen at 7/31/2003 11:34:39 AM
I seem to remember that this possibility has been mentioned way back.
But how to do it?
I have tried to look for examples on www.opennetcf.org and www.gotdotnet.com
(I am trying to find out how to port a program from eVB to C#, and am
testing the necessary controls)
Any pointers/hints/lin... more >>
How to implement transparent background of the label control?
Posted by Yufan at 7/31/2003 11:26:23 AM
Using .Net CF
Thanks!
... more >>
CF performance compared to eVB
Posted by Derek at 7/31/2003 8:33:30 AM
How does the speed of .NET CF apps compare to apps developed with embedded
Visual Basic (eVB)? I have installed a few eVB applications in the past and
their performance has usually been very poor. Does the .NET Compact
Framework perform better? Thank you.... more >>
NETCFDESIGNTIME
Posted by Fette_Töle at 7/31/2003 7:22:17 AM
I read in some tutorials=20
(http://smartdevices.microsoftdev.com/Learn/Articles/505.as
px) that you can use the compiler directive
#if NETCFDESIGNTIME
some code
#endif
in order to isolate code which is only necessary for the=20
GUI designer at design time. This means the designer=20
s... more >>
Which Database to use?
Posted by Zahid at 7/31/2003 2:45:28 AM
Hi,
I am new to Pocket PC development so please forgive me if
i ask silly questions. Im also new to Databases too. I
want to use a database with my VB.Net CF application. I
have MSDN Enterprise subscription from which I can
download SQL Server 200 Windows CE Version 2. I have a
couple o... more >>
Full screen in PPC
Posted by hmm at 7/30/2003 10:41:36 PM
How do i achive a full screen in PPC 2002.I am uisng C#
and CF.... more >>
Access to CommandLine Arguments ?
Posted by roland at 7/30/2003 8:46:53 PM
I have a program that can run in two modes:
- started by the user
- started at a event (after activesync)
The program behaves differenty in the two modes, so it is important to know
who or what started the program.
I know that when it is started by the event (set by a call to CERunAppAt )
the... more >>
SQL SERVER CE :: "CREATE VIEW"
Posted by WSM at 7/30/2003 7:22:45 PM
Hello Group,
Is it possible to Create Views in MS SQL Server 2000 CE? On the SQL Server
2000 it works fine, but doesn't seem to work on SQL CE.
I've checked in "MS SQL Server CE - Books Online" and it clearly says that
"CREATE" and "VIEW" are reserved words of MS SQL CE.
Any bright ideas ... more >>
Functionality of the old treeview _NodeClick event
Posted by Jon Gross at 7/30/2003 6:56:38 PM
I am trying to detect when a user clicks a tree node. In
evb and vb6 we had a NodeClick event that gave an index....
I have seen posts that use the afterselect event. That
code has trouble when you want to click on the node that
is already selected.
I have seen posts in the dotnet.frame... more >>
How can I add UI components into the listview control?
Posted by Thomas at 7/30/2003 6:19:18 PM
Hi!
Is it possible to add UI components (e.g comboboxes, checkboxes) to the
cells of listview control?
Best Regards,
Thomas
... more >>
User pressing the rocker wheel
Posted by Manfred Derenbach at 7/30/2003 4:16:19 PM
How can I react to the user pressing the rocker wheel of the PPC?
Using C#.
Thanks for any hint!
--
Manfred Derenbach, MDE Software
Categorize your information with InfoHandler
www.mdesoft.com
... more >>
How do I read a embeded XML file
Posted by David at 7/30/2003 3:48:01 PM
Hi, all,
I have the following code to read from a standalone XML
file.
Dim reader As XmlTextReader
reader = New XmlTextReader(FileName)
Right now I would like to embed the file in the assembly.
I know the way to load image file from assembly by using
the following code:
LoadResource... more >>
Selecting an item in a Listview programmatically
Posted by Jin Kim at 7/30/2003 3:26:43 PM
Hi all,
I'm trying to select an item in a listview using C#
and .NET Compact Framework. Is there anyway to do this
by passing in the index of the item I want selected?
I've tried
listView.Items(index).selected = true;
the compiler returns
(268): 'System.Windows.Forms.ListView.Items' ... more >>
Brain fart... How to run .EXE from within code?
Posted by Sacha Korell at 7/30/2003 2:53:19 PM
I've got a brain fart. How do you start an executable from within your CF
code? In "normal" Windows (even .NET) I would use the Shell("PathName")
command, but that doesn't seem to be available, at least not in the Compact
Framework.
Any ideas?
Thnaks,
Sacha
... more >>
EXE update
Posted by Hilton at 7/30/2003 2:14:56 PM
Hi,
Assume the app is ABC.exe. While running ABC.exe, you have (however it got
there) a newer version of the app called XYZ.exe. It it possible to:
1. rename ABC.exe to ABC.old (this is optional, otherwise delete)
2. rename XYZ.exe to ABC.exe
3. run ABC.exe
i.e. it's the usual, how ... more >>
Name and Tag properties for Controls
Posted by Dennis at 7/30/2003 1:48:46 PM
It seems Microsoft left out the Name and Tag properties
for of the Control class in the Compact Framework. I am
finding it difficult to work around this because there
seems to be no way to identify controls when iterating
through the controls collection of a form. I could use
the Text pr... more >>
Simple Data Collecting. RDA Push??? or DML
Posted by BadMrFrosty at 7/30/2003 1:35:11 PM
I am using the field PocketPcs just for data collection ( no manipulation).
They will bring the data back and dump it. What is the best way to do this?
RDA or interact directly with SQL server. The units will be communicating
over 802.11.
I am currently using SQLCE to store the data an just ... more >>
how do I know when my program is "visible?"
Posted by Stephen Alpert at 7/30/2003 12:29:41 PM
I'd like to keep the input panel active whenever my task is visible.
Will something like responding to the panel EnabledChanged event with
if( this.visible && ! inPanel.Enabled) inPanel.Enabled = true;
do the trick?
Also, I'm only using the panel to look up names and the word completion... more >>
Any idea to implement registration code mechanism in CF Software ?
Posted by Yufan at 7/30/2003 12:02:40 PM
Any existing Classes Or components?
... more >>
Write Data to Windows CE Database from the CF
Posted by Andreas Schulz at 7/30/2003 10:50:44 AM
Hi
does somebody know how to write data to a Pocket Access Database from
within the CF? I read about the ADOCE .NET Wrapper plug by InTheHand but
it is not free. So is there a free solution?
Thanks
... more >>
How can i use pocket access as database for my project
Posted by micrisoft at 7/30/2003 10:21:49 AM
What's the component to access the pocket access database?
... more >>
NEWBE HELP How Can I make a Connection form Win Ce .NET to DB2 Database?!?
Posted by Tobias Schröter at 7/30/2003 10:05:35 AM
Hello,
I'm a Newbe.
And I am Looking for a Possibility to Connect form a PPC (Win Ce .net) to an
DB2 on an Mainfraim (As/390) in VB.Net
If anybody could Help me i would be so Happy
Your
Tobias
... more >>
Hi,Any body can tale me,what's the best book for CF developer
Posted by micrisoft at 7/30/2003 10:05:03 AM
Transfer through serial port
Posted by Joseph Rea at 7/30/2003 9:06:48 AM
I'm a newbie in this area. What is the best approach for
receiving/sending information through the serial port? I
will be using a symbol handheld connected to an enfora box
located on a truck and the enfora specs have you set up a
dummy ppp dialup conection. Any advice is appreciated.... more >>
putting a program icon
Posted by bert at 7/30/2003 8:04:59 AM
How do you put an icon of your program in the Programs
screen of the Pocket Pc.
Bert
... more >>
accessing SQL Server 2000 from device through WiFi connection
Posted by J. A. Zanetti at 7/30/2003 3:10:52 AM
Hello NG.
I am about to design a new application that should work
over a WiFi connection. I would like device(s) to be able
to connect to an SQL Server running on a server available
in the LAN. My idea would be not to have any SQLCE
database in the device(s), providing direct access to data... more >>
Accessing deleted row information in Compact Framework
Posted by Andrew Smith at 7/30/2003 2:12:27 AM
Hi,
I am writing an application that will run on a Windows CE
device and hence i am using the .Net compact framework. In
the application, updates get sent from a server to the
client in the form of a DataSet XML Diffgram. This
diffgram is then 'merged' into the clients DataSet (Using
a... more >>
Problem with datetimes in SQL CE.Need help.
Posted by jorgeo at 7/30/2003 1:46:39 AM
Hello,
I'm having an annoying error. I try inserting
any datetime into the database but I always get the same
error. The code is quite simple:
// My ExecuteNonQuery function open the conection and
exucute the
//command.
ExecuteNonQuery(string.Format("insert into Tasks
(IDPr... more >>
Single threading problem
Posted by Asheesh at 7/29/2003 4:36:33 PM
Hi All,
I'd be grateful if someone could help me out. I'm developing an application
in which a user answers a particular set of questions in a given interval.
The time interval can vary. I'm using System.windows.Forms.Timer control for
this application.
I set the interval for the timer to 1 s... more >>
Custom Controls NG??
Posted by Harry Simpson at 7/29/2003 4:23:50 PM
I'm really interested in custom controls and read in the Larry Roof article
that one cannot create custom controls that can be added at designtime. For
that I needed to use C#.......is this true. If so this is a definite
divergence between the two languages.
Is there a future in custom contr... more >>
Design-time Components
Posted by Jeffrey Huntsman at 7/29/2003 3:57:25 PM
Hello. I have been having a helluva time trying to convert some custom
controls that I have developed into a design-time assembly.
I have been following the article at
http://msdn.microsoft.com/vstudio/using/building/mobile/default.aspx?pull=/library/en-us/dnnetcomp/html/customctrlscompactfx.as... more >>
Listview filter and sort
Posted by Confused about Listview at 7/29/2003 12:47:10 PM
I have read previous articles about sorting the data
within a listview by clicking on the columns, or
filtering the data by entering a few letters. What
methods tie into these features?
Thx
Confused... more >>
Fastest Database To Store Data
Posted by Andreas Schulz at 7/29/2003 12:06:16 PM
Hi,
I am developing a poll software on a PocketPC platform. What I'd like to
know is, what is the best possibility to temporarily store the data.
XML? The stored data are needed further along and should be synchronized
at a later point of time. Thanks for helping.
Andreas
... more >>
Retention of serial port's open/close state
Posted by Richard Kucia at 7/29/2003 11:36:42 AM
I have a little port tester app that lets me open/close/read/write the COM1:
port. Under normal circumstances, the app works fine. However, if I open the
port and then exit the program without closing the port, it seems to me that
the port is still open. I know this because if I rerun the program... more >>
resynching with databases
Posted by Gary Shane Lim at 7/29/2003 10:04:14 AM
We have an access database. On the pc side of the program we write several
of the tables to an xml and then import them to the pda as a temporary
database. Then the tables are edited and added to. Then we port to an xml
file and back into the database they go. Here is my question. Several of the
... more >>
.netcf sp1 compatibility with prevous framework?
Posted by Edward Bundy at 7/29/2003 5:37:51 AM
Hola
I currently have 35 users out in the field on a XDA with
a .netcf 1.0 application.
If I install the update .netcf sp1 on my dev machine will
a new compiled application break compatability
i.e will I have to reinstall the framework on each device
all over again?
Help :)
... more >>
How to use an ocx or a dll developed by EVC4 in .NET 2003 C# ?
Posted by xuning at 7/29/2003 2:57:07 AM
I have developed an ActiveX Control(ocx file) and a COM
DLL(dll file) by using EVC4, Now I want to use VS.NET 2003
C# to develop a program running in embedded device,and
want to use the ocx and dll. But I dont'know how to add
the ocx to the tool box,and I only can use AxImp.exe to
conve... more >>
Problems with AutoScroll
Posted by Ralf Neubert at 7/29/2003 2:52:33 AM
Hello,
I'm using Visual Studio.NET 2003 with Compact Framework 1.1.
In my CE-Application I want to equip a Panel with a
vertical Scrollbar, which is shown when neccessary.
According to MSDN-Library Panel should have a Property like
"AutoScollEnabled" which is inherited from
System.Forms.Scro... more >>
|