all groups > dotnet compact framework > march 2005 > threads for tuesday march 15
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
Internet Connection Check?
Posted by David Pope at 3/15/2005 11:20:01 PM
Can someone point me in the right direction on how you can check to see if
you have an active internet connect?
Thanks,
David
... more >>
Sql Connection string
Posted by John Medany at 3/15/2005 11:05:33 PM
Hi
I'm having connection string problems
I am trying to connect to an SQL2000 server
the server name is cube, I am not using windows security just the sa
account with a blank password.
@"UID=SA;Password="";Integrated
Security=SSPI;Server=cube;Database=CS01JPMFYP"
Is wrong i think
... more >>
wifi on/off
Posted by Alberto Garcia Sanchez at 3/15/2005 11:03:00 PM
Hi
I have seen this code to swicht on off wifi slot. My questions is there =
are anybody can traslate to vb.net or csharp this code source.
many may thanks
__declspec(dllexport) BOOL WINAPI PowerOn(void)
{
if (DevicePowerNotify(_T("WLP1:"), D0, POWER_NAME) !=3D 0)
return FALSE;
ret... more >>
CreateProcess
Posted by Yunus Atmaca at 3/15/2005 10:55:04 PM
The Projects which i create by compact framework call the other forms by
create project..But it doesnt allow me to open the 2nd form without closing
the main project...But whenever i try to call -for instance calc.exe- another
embedded programme from my project it works without closing itself.... more >>
Help with SqlCe Urgentky required
Posted by John Medany at 3/15/2005 10:20:44 PM
I urgently (and I mean Urgently) need help with getting a database utill
working.
I am pull a data base from sql2000 to my pocket PC - that works fine - The
proble is when I try to read the data in the pulled data set.
I am working with c#
Please email me of get me on MSN gaspode@gaspode.... more >>
Landscape vs Portrait
Posted by Mary White via DotNetMonster.com at 3/15/2005 8:00:16 PM
I have a Pocket PC 2003 application, that uses the form's resize event to
detect a change from portrait to landscape (and vice versa).
If I have a control (panel or textbox but not a label) that extends past
the bottom of the screen (188 pixels), I automatically get a vertical
scrollbar, which... more >>
Another GUID Question - Code Project code
Posted by Glyn Meek at 3/15/2005 6:18:03 PM
We are using the Code Project routines for generating GUIDs on the Pocket
PC.
http://www.codeproject.com/netcf/PPCGuidGen.asp
In an earlier posting, I mentioned that we occasionally get an error message
"Failed to acquire cryptography handle."
....and it turns out that this is generate... more >>
Installing on Windows Mobile 2003 Second Edition using e-PocketSetup
Posted by David Clegg at 3/15/2005 5:50:56 PM
We have an application that was originally designed to target PocketPC
2002 devices, but now also gets deployed to devices running Windows
Mobile 2003 Second Edition. We use e-PocketSetup to generate the CAB
files and ActiveSync installer component.
When the application is installed on the Win... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Label Weirdness
Posted by Harry Simpson at 3/15/2005 4:13:36 PM
I am trying to display/hide a label either by visible or manipilating the
Left property.
Why would a label not appear at runtime on a panel. I've right clicked and
done the Bring to Front deal.
I even used a label that I am able to change the text in. When I add code
to change the text... more >>
Which Tool for PPC/CE Development ?
Posted by juan NO[at]SPAM msdnCompany.com at 3/15/2005 3:01:02 PM
I am about to work on a new mobile application that needs to support Pocket
PC 2003 and Windows CE 4.2 and newer. I am going to start development in a
couple of weeks and hope to have a beta working in 6 months. The application
will have to work unconnected, so it will be using a combination... more >>
ComfactFrameWork Bitmap File Save Jpeg?
Posted by gujunkang at 3/15/2005 12:47:39 PM
ComfactFrameWork Bitmap File Save Jpeg?
help!... more >>
Create a stream from a string variable
Posted by Joseph Rea, Accord Software at 3/15/2005 12:41:06 PM
Hi All.
Although this may be a very simple thing to do, I am having great difficulty
creating a stream from a string variable. In my vb.net CF (WinCE)
application, I have a string variable containing an XML document that I want
to load into a dataset. I see that there was a previous post re... more >>
ListView Item Coloring
Posted by Aaron at 3/15/2005 10:51:27 AM
I know this has been covered before, but what I'm looking for is real
simple and most of the examples out there are listbox specific. I'm
also new to OpenNETCF so if someone could provide me with a snippet
and some advice I'd appreciate it.
I just need to, as I iterate through while populatin... more >>
Pocket PC project to Win CE.net
Posted by Amirallia at 3/15/2005 10:25:02 AM
I made an application for pocket pc and now I want to make it for
windows ce .net
How can I do this convert without recreating the program?
Thanks
--
Ceci est une signature automatique de MesNews.
Site : http://www.mesnews.net
... more >>
Databinding with DataView - AllowEdit not working
Posted by burn_mcdonalds NO[at]SPAM hotmail.com at 3/15/2005 10:17:20 AM
Hi,
I am creating a new dataview with from my dataset like so:
mydv = New DataView
mydv = ds.Tables("table1").DefaultView
then I bind my combo box to one of the fields:
cbo.DataBindings.Add("SelectedValue", ds, "field1")
This works fine, however when i set the dataview AllowEdit prop... more >>
ToolBar and MainMenu
Posted by Rogerio Jun at 3/15/2005 9:43:02 AM
Can I to place a MainMenu control and Toolbar control in differente lines of
form ?
Rogerio... more >>
Activated Event fires every time any other module is reference
Posted by Pat Reddy at 3/15/2005 9:08:11 AM
I am writing an application for pocket pc 2003 using VB.NET. I am
having trouble using the form Activated Event because it fires everytime
I call a subroutine located in another module. What am I missing here?
Why is my form not the active form anymore when I call a sub in a global
module? Th... more >>
how to draw a alpha blending image?
Posted by l0dsb at 3/15/2005 8:56:50 AM
is there anyone know that how to draw a image with alpha blending using
dotnet cf?
... more >>
VS.NET 2005: Problem with deploy
Posted by Denny at 3/15/2005 8:07:02 AM
Hi all,
I'm using Visual Studio 2005 beta1, but I can't deploy my app because the
application requires a newest version of CF.NET.
I've installed CF.NET SP3 on my device, but it always the same.
What can I do to fix this throuble?
Regards... more >>
SD Card vs. CF Card
Posted by GS-SE at 3/15/2005 7:35:06 AM
I'm writing an application that helps a user transfer files between desktop
and handheld. I'm using the OpenNETCF RAPI and testing on an iPAQ 5550 w/PPC
2003 and a CF Expansion Pack Plus!
This set up gives the user the option of using either an SD card or a CF
card. Whichever card is inst... more >>
Custom control reference
Posted by Pope at 3/15/2005 7:23:24 AM
Hi
I hope someone can help with this, i'm tearing my hair out!
I've written a custom control in C# for a project at work
(OWPControl). When i add it to a new project it all looks
fine, i can drop it onto a form and it shows correctly
etc, BUT a reference does not get added! I've tried ad... more >>
wait cursor in compact framework and pocket pc
Posted by Dimitris Iliopoulos at 3/15/2005 7:13:03 AM
is there any way to display the wait cursor (tha animated one) that the
pocket pc displays in the center of the screen when it is busy with a job
from our application in .NET compact framework?... more >>
Compact Framework
Posted by Jeff Ross via .NET 247 at 3/15/2005 5:55:57 AM
(Type your message here)
How do I prevent multiple instances from happening using VB.net or any other product within the .NET Visual Studio using Windows CE over the Compact Framework? Any ideas or suggestions would be helpful.
I am also using a DB4 type database infrastructure.
Thank you!
-----... more >>
Button.GotFocus
Posted by Søe at 3/15/2005 3:17:03 AM
Hi,
does anyone know why I can't seem to override the OnGotFocus in a button ?
--
Jens Søe Christiansen... more >>
Calling events in c#??
Posted by Ian at 3/15/2005 2:39:04 AM
Does anyone know of a way to call events directly in c#, in the way you can
use the RaiseEvent command in VB.net?
I have a form (a custom soft input panel), which contains a member variable
of type TextBox. When you enter a text box on any main application form, the
text box passes itself ... more >>
datacolumn.expression
Posted by Victor at 3/15/2005 2:25:41 AM
hi guys
i want to write an expression to calc values for one column. i want to do if
(col1+col2) > 0 then col = col3/(col1+col2) else col = 0;
i write an expression like col.expression = "IIF ((col1+col2) > 0
,col3/(col1+col2),0 )"; but i always get a dividedbyzero exception.
can anyone tell ... more >>
Bitmap upload from ppc to web server
Posted by willis at 3/15/2005 1:27:46 AM
Hi, guys
I have spent the whole week to look for how to upload image from pocket
pc to web server, but still couldn't find a solution. Can anyone please
help?
My situation is
I download a GIF file from web server and display in a picturebox on a
I-mate ppc(This part is done), then the user... more >>
Runtime error message
Posted by Glyn Meek at 3/15/2005 1:01:52 AM
One of our customers is getting a failure we cannot reproduce on either our
equipment, or on the emulator. The error message displayed reads...
System Exception
Failed to acquire cryptography handle
..
..
..
....anyone tell us what might cause this? Is it related to GUID at all,
sinc... more >>
|