all groups > dotnet compact framework > may 2004 > threads for wednesday may 12
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
here is the demo
Posted by cary fabel via .NET 247 at 5/12/2004 9:55:07 PM
I am trying to port an existing app to .NET CF that is wrapped around the htmlviewer. I cam load text kust fime by images ( whick I used to simulate a tree won't load
--------------------------------
From: cary fabel
-----------------------
Posted by a user from .NET 247 (http://www.dotnet24... more >>
What does this error mean?
Posted by Peter B at 5/12/2004 6:40:42 PM
Hi!
I have an application that crashed, when performing a simple operation that
usually don't crash. What I usually need to do is to run a method that calls
CreateProcess in OpenNETCF.org WinAPI, which just is a wrapper to the native
CreateProcess method. The CreateProcess starts the peghelp.e... more >>
Calling a stored procedure from 2 ppc's at the same time
Posted by Tomer at 5/12/2004 5:51:44 PM
Hi,
I've wrote a ppc app that connects to a sql server on a remote pc using RF
connection.
After I connect, in a certain moment in the application I call a stored
procedure that run a DTS.
This work just fine when I use one pocket pc.
But when I bring up a second PPC, the troubles begins.
Fir... more >>
Splash Screen
Posted by Rn at 5/12/2004 5:40:24 PM
Hio,
Does anyone knows any good sample for a spalsh screen
for the loading of my app?
Thanks,
Rn
... more >>
decrease size of jpeg file
Posted by Jesus at 5/12/2004 5:31:02 PM
i can't load jpeg files in picturebox due to its size (300+ kb), outofmemory exception appear
is there a way to decrease quality or size in a jpeg file with CF? exception don't appear with small file
thanks in advance... more >>
Transparency on Bitmaps
Posted by Zanna at 5/12/2004 5:12:18 PM
Hi all!
I've done the class that follows to manage transparency on bitmaps.
I do this to add the class to my form
Me.PictureBox2 = New TransparentPictureBox
Dim resources As System.Resources.ResourceManager = New
System.Resources.ResourceManager(GetType(Form1))
... more >>
Calling CreateProcess repeatedly
Posted by Peter B at 5/12/2004 5:03:49 PM
Is it ok to call CreateProcess(...) (from OpenNETCF.org WinAPI) repeatedly
with the same application as argument. I am starting peghelp.exe from
different forms (via a global class). I.e. what happens when I do this? Any
good information I could read up on?
The global method I use from differe... more >>
Shifting around forms.
Posted by SiewSa at 5/12/2004 4:30:20 PM
Actually, I am having this problem long time ago. It applies to both of my
VB.NET programming and the Compact Framework.
Like what we can do last time in VB6....instead of closing a form, we can
temporarily hide a form and shift to another form. After that, we can get
back to that old created... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Picture.Image
Posted by Arn Cota at 5/12/2004 3:31:19 PM
Can someone point me to an example that uses a PictureBox and loads a
picture into it dynamically at run time?
I would have the picture located in a subdirectory of the project called
Images so something like:
pictureBox1.Image = new Bitmap(getAppPath + "Images\blah.gif");
Thanks
... more >>
Review? Entrek WinCE perf monitoring and leak monitoring tools
Posted by Yechezkal Gutfreund at 5/12/2004 3:12:52 PM
Has anyone purchased this package?
Do the OpenNetCF people use this, or do they have a better solution?
Here are some of the things it says it does:
Use Entrek TOOLBOX to help answer these questions about your software:
How much memory does my application use?
Does my application leak m... more >>
Thread naming and killing by name
Posted by Yechezkal Gutfreund at 5/12/2004 2:54:15 PM
Is there a way to have a thread wrapper allow us to give names to Threads in
the CF?
We really need to be able to trace performance by thread as well as handle
Exceptions from threads. (and show the thread name from the exception).
We are also looking for something that is the equivalent to ... more >>
ANN: XML parsing alternative - XPathReader on CF.
Posted by Alex Yakhnin [MVP] at 5/12/2004 1:33:44 PM
Take a look at my blog for details:
http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=2b0fded8-ad78-41e1-8509-3bb9d2343965
--
Alex Yakhnin .NET CF MVP
www.intelliprog.com | www.opennetcf.org
... more >>
Help needed for connecting SQl server from PPC Emulator
Posted by ramesh_singhvi NO[at]SPAM hotmail.com at 5/12/2004 11:25:05 AM
I wanted some help with connecting to sql server from Pocket PC 2002
emulator.
I recently upgraded to VS.NET 2003 professional and I am working on a
stand alone(windows form) pocket pc app.
I have SQL server 2000 on my desktop PC and SQL instance is registered
as 'RAMESH\RAMESHSQL'.
When I am ... more >>
Tabpages order in Tab Control
Posted by SiewSa at 5/12/2004 9:51:06 AM
In order to speed up my application, I try to apply the tab control more
oftenly to reduce forms opening.
However, after maybe somewhile of debugging, I found the sequence of tab
pages shown up while debugging was not following the way it was designed in
the design mode. How could this happen... more >>
Where can I find RFUtils ?
Posted by mielmonster at 5/12/2004 9:27:43 AM
Hello,
I've read in this forum that the RFUtils library will tbe included in
thne next release of the OpenNetCF.
But I would like to test this library now if possible.
I cannot find this library over the Internet ?
Do you know where I could find this library or when the next release of... more >>
Receive SMS
Posted by stolz.juergen NO[at]SPAM gmx.de at 5/12/2004 8:04:26 AM
Hi,
I´m looking for an example, what I should do to receive SMS. I only
found examples for sending SMS.
How could I use the SmsReadMessage()? Should I use the IMailRuleClient
but how.
Is anybody out there who could explain me the way or send me an
example?
Thanks
Juergen... more >>
DB to use instead of pocket access + forms navigation
Posted by gabu2000 NO[at]SPAM tin.it at 5/12/2004 6:37:20 AM
hi all,
I have to convert an existing app from eVB to VB.net and I'm asking:
what i have to do with the DB?
i know that the "pocket access + ADOCE" solution is no longer
supported (well, i don't want to use InTheHand because i'm looking for
a free solution)...
does this mean that i have nece... more >>
Tab control
Posted by Aris at 5/12/2004 4:51:06 AM
I have added to a form a Tab control but everytime I open my form, the tab pages are messed yp, they are not in the order i added the
Thanks... more >>
|