all groups > dotnet compact framework > august 2004 > threads for thursday august 26
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 31
sql server ce desktop database designer application
Posted by Sérgio_Almeida at 8/26/2004 10:51:30 PM
greetinns
does anyone know any visual desktop program that we can use to create
databases and generate the SQL to use on a sql server ce to create the
pocket database?
thanks
almeida... more >>
getSystemPowerStatus
Posted by Kempton at 8/26/2004 7:47:02 PM
Can anyone tells me that how can I get SystemPowerStatus from OpenNetCF ? I
can find Stucture SystemPowerStatus from Win32.Core but I cannot find the
getSystemPowerStatus. And I cant' use the BatteryMonitor an dBatteryLife
since the device I have cannot detect battery life. It always says bat... more >>
Compact Framework Service pack 2
Posted by Craig G at 8/26/2004 5:17:33 PM
is there an equivalent install that can be run on the pocket pc itself or
does it always have to be docked to to a PC then installed via the PC?
... more >>
htmlviewer
Posted by samsam at 8/26/2004 5:17:03 PM
i am using webrequest:
Dim request As WebRequest =
WebRequest.Create("http://212.212.212.4/cgi-bin/video.jpg")
Dim stream As Stream = request.GetResponse().GetResponseStream()
pic = New Bitmap(stream)
stream.Close()
and a timer to repeat this procedure but the html viewer use... more >>
.FindString method missing
Posted by Bill Mitchell at 8/26/2004 5:12:02 PM
I have a combobox on a form and am trying to programmatically set the
initial value based off a data table.
I found an example using .FindString but when I try to add code like
myCombobox.FindString("Apple")
I get the following error in the Task List of VS2003;
'FindString' is not a mem... more >>
Problem with VS2005. ResXFileCodeGenerator
Posted by Wernfried Schwenkner at 8/26/2004 4:27:16 PM
Can this question been asked here or is there any bether group?
I have installed the VS2005 on a Windows XP and played al little bit
twith the features of the new CF. I could deploy a simple Forms
application to the emulating device.
Now today I tried to develope a bit more complicated pro... more >>
Application Still In Use after Closing Main Form
Posted by Neelima Godugu at 8/26/2004 4:10:15 PM
Hi
I am experiencing a weird issue.
I have an application that has multiple forms.The Startup class of the
application is a Class(not a form) named Application.
I instantiate all forms in the static Main method of this class.
Finally I do
System.Windows.Forms.Application.Run(frmEntityList);
... more >>
SDF 1.2: changes/updates to SmartList?
Posted by germanwbauer NO[at]SPAM hotmail.com at 8/26/2004 3:40:03 PM
I am trying to figure what changes were made to SmartList in SDF1.2,
which wasn't clear to me from reading the high-level release notes for
1.2.
I am especially interested in whether SmartList can now filter on
firstname_space_lastname and have either first or last name match just
like the co... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Updating datasource in combobox
Posted by PeterB at 8/26/2004 3:06:10 PM
Hi!
I have an arraylist (arr1) with objects (obj). The objects has a property
named p1, I have set the DataSource-property of a combobox (cmb1) to arr1,
and the DisplayMember property to p1.
If arr1 is filled before the "connection" all items are listed in cmb1, but
if I manipulate (add, re... more >>
Showdialog and threads
Posted by Duncan Mole at 8/26/2004 9:54:42 AM
Heres a puzzler. In my application I have a communications thread which can
throw up messages as they come in by Control.Invok'ing into the main thread
and showing a form with the text on it. The problem arises when a message
comes in while the main thread is in a dialog state. The message is
d... more >>
large XML
Posted by Finn J Johnsen at 8/26/2004 9:48:15 AM
Hi
I've got a rather large XML -file (40mb). My app is to interact with the
data in this XML. I need tips on best way to do (fast) seeks and lookups
in this file?
MS recommends not using the XMLDocument class on XML's larger than 1 MB.
I've tried stripping the XML into my own object str... more >>
VirtualSwitch
Posted by troy anderson at 8/26/2004 6:42:01 AM
How do you enable Ethernet: VirtualSwitch for the emulator launched by
Visual Studio 2003.NET? In eVC++ I am able to setup the eVC++ emulator via
Platform Manager. How is it done for Visual Studio 2003.NET?
Thanks
... more >>
C#-App doesn't run (Win CE device, Compact Framework included)
Posted by Michael at 8/26/2004 2:49:04 AM
Hello,
we have aproblem with VS .NET 2003, C#-App and our Device with a Win CE
image and included Compact Framework (Platformbuilder 4.2 with all QFEs)
VS .NET builds and deploys the C#-Testapp, says launching
application, but nothing happens. Also manually starting of the app on the
dev... more >>
displaying image in VB.net from the web
Posted by samsam at 8/26/2004 1:45:01 AM
in VB.net:
How can I get a picture from the web (ex:
http://212.212.212.212/cgi-bin/video.jpg) to display it in a form and to be
able to refresh it every 2 seconds... the pic actually is coming from an
internet cam....... more >>
a strong named DLL which calls a native one ??
Posted by Romu at 8/26/2004 12:27:06 AM
Hello all, here's my problem :
I wrote a .Net CF DLL which calls a native one.
I try to put my DLL into the GAC (strong name, .gac file), and each time a
call occurs to my DLL, I get a TypeLoadException on MY type (not a problem of
..Net assemblies).
Any idea ?? ... more >>
|