all groups > dotnet compact framework > april 2004 > threads for wednesday april 7
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
No System.Runtime.Serialization in .NET Compact framework?!
Posted by Goh Yan Chang at 4/7/2004 8:36:03 PM
I am writing a VB program on the pocket PC device. When I include a web reference which have dataset defined. The reference.vb file generated has a lot of errors in it. It complains a lot of things like
Type 'Serializable' is not defined, Type 'System.CmponentModel.TolboxItem' is not defined, T... more >>
Command Line aurguments in VB.NET
Posted by Patrick Dugan at 4/7/2004 8:10:45 PM
I've been looking but apparently the method is avoiding me.
I'm trying to get command line parameters in VB.net
I tried using the "command" varaible in a small routine but the compiler
tells me that Command is "private"
Is there any easy way to simply get the command line parameters? What am I
... more >>
Efficient search in a Datagrid
Posted by Miguel MAchado at 4/7/2004 6:51:14 PM
I have a DATAGRID where position about 20,000 registry.
I want to make a search in those registry, which have been loaded in
dataset.
As it is the efficient form but to make that search?
SO: Pocket PC 2002 ---> VB.NET ----- DataBase: Pocket Access ---
thx
Miguel Machado
... more >>
SQL Server CE and MS Access
Posted by Ericka at 4/7/2004 6:16:03 PM
Hi guy
I'm thinking to move from eVB to VB.NET, I would like to know if I can import a *.sdf database created with SQL Server CE into a MS Access (I'm thinking of using SQL Server 2000 desktop engine). Before buying Visual Stuido I want to be sure that this can be done, can anyone of you send me ... more >>
how to turn off 802.11 network card via code
Posted by Kelly at 4/7/2004 5:08:15 PM
I want to turn off the 802.11b network card radio (via code) when i leave
the building. Can this be done using the OpenNETCF library?
... more >>
ComboBox droplist open/clsoe
Posted by fhunter at 4/7/2004 3:11:04 PM
Is there a way to open and close the droplist on a combobox
If there is no direct way, How can I send a Click Event to this Control
Thanks... more >>
RFUtils license
Posted by Milosz - [playseven.com] at 4/7/2004 3:08:38 PM
Hi all, and espacially paul :-)
what ar ethe circumstances using your code ?
is it opensource and can it be used for free in commercial projects ?
thx to you
--
-> Milosz Weckowski
www.playseven.com
mailto:mw@playseven.com
ICQ Number: 84867613
Get the enhanced Progressbar and a f... more >>
Microsoft competition/competition
Posted by Lloyd Dupont at 4/7/2004 1:25:29 PM
I lost the link to a promotion/competition Microsoft is currently
organizing, there is something up to may to register.
Does any of you know what I'm talking about ?
And most of all where is this info/link !?!
--
ihookdb
Get your data mobile
http://www.ihookdb.com
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Removing a program from memory
Posted by Murray Foxcroft at 4/7/2004 11:24:01 AM
Hi all,
I'm looking for some sample code to remove a running program from memory.
Further to this - if my app is running, but doesnt display under "Running
Programs", what could be the problem?
Thanks in advance
... more >>
Reading http-source to string?
Posted by Danyel Meyer - dialog-it GmbH at 4/7/2004 11:13:44 AM
Hallo!
I´m looking for some sample code in VB.NET that shows how to read from a
http-source (e.g. http://www.bla.blupp.com/somepage.htm) and getting the
response into a string.
I´ve started trying around a bit with EbRequest and a StreamReader, but
always get a NotSupportedException when it c... more >>
Soft/Hardreset
Posted by Matthias Marx at 4/7/2004 10:10:32 AM
Hello
I need a solution for remote soft and hardresert from my desktop pc
is that possible?
Thx
Matthias
... more >>
Restore Registry Backup
Posted by steven_licciardi NO[at]SPAM hotmail.com at 4/7/2004 8:40:31 AM
Is there any way in .NET CF to restore a registry backup (from a .rbk file).
Steven... more >>
Is there a way to determine if a form has been minimized?
Posted by Ralph Flaugher at 4/7/2004 8:01:06 AM
This is for the main form in an app. The deactive status indicates either when a form has been minimized or a child dialog has focus.... more >>
Question on Marshaling
Posted by Rodger Higgins at 4/7/2004 6:39:25 AM
I am trying marshal ReadMSgQueue on a Windows CE .NET platform. I am
using the following code:
....
[DllImport("Coredll.dll", SetLastError=true)]
public static extern bool ReadMsgQueue(
int hMsgQ,
out byte[] lpBuffer,
int cbBufferLen,
out byte[] lpNumberOfBytesRead,
int dwTimeout... more >>
Loading pie chart
Posted by mungo at 4/7/2004 5:31:08 AM
How do I show the loading pie chart that comes up when the program starts. I need it to show when a forms loading, as theres alot of controls to be loaded, and on some devices this can take longer than is tolerable without some notification that the application is doing something.... more >>
Pocket Access Database synchronization via Install?
Posted by Mike at 4/7/2004 3:21:03 AM
I have succesfully created a desktop .msi installation file that installs my app on a Pocket PC and installs an Access database on the desktop. Now, for this install to actually mean anything, I need to setup a synchronization with my Pocket PC app and the Access database. I know I can do it manua... more >>
DataGrid is blank when TableStyle add!
Posted by mbadawi23 NO[at]SPAM msn.com at 4/7/2004 12:48:37 AM
I'm adding a table style to my data grid and the problem I'm having
is.. when I add the ts, data grid goes blank.. I've checked every
mapping name, for the table style and the columns.. but I cant figuer
out why its doing this?!!
Note: I'm deploying the app to the emulator, I don't have a pock... more >>
System.Drawing.Drawing2D.Matrix
Posted by Harry at 4/7/2004 12:15:51 AM
I know that there is no System.Drawing.Drawing2D.Matrix in compact
framework.
i wonder if it is possible to manually add that library so that i can use in
the compact framework.
Thank you.
... more >>
|