all groups > dotnet compact framework > september 2003 > threads for friday september 19
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
Error launching Application : AGAIN
Posted by tolemaC at 9/19/2003 7:27:07 PM
This is my anterior post:
> I get this error in VS.NET 2003
>
> Launching Application
> Error while trying to run project: Unable to start debugging.
> Unable to start program
> 'C:\TeamPocket\CodigoV3\TeamPocket\bin\Debug\TeamPocket.exe'.
>
> Any ideas?
>
> Thanks in advance.
>
> .Jav... more >>
Calling a form(class) from one app to another- Referencing
Posted by Vijay at 9/19/2003 7:18:05 PM
Hi,
I have two 'smart device applications' project created through VS 2003 whose
output is in exe form.
How can call a form from one application to another.
I mean, How can i reference it?
Thanks,
Vijay
... more >>
Performance on Mobile Client vs ASP.net Mobile
Posted by Fredrik Ljungbeck at 9/19/2003 5:38:27 PM
Hi !
Does anyone have experience in developing with both
Mobile client (with compact framework) and ASP.Net ?
Where do you find you the best perfomace (running the app) ?
Consider a rather good wlan (11Mb) and not so much
data sent to and from server-database.
Thanks for any tip !
Regar... more >>
Problems with UDP
Posted by Houston Keach at 9/19/2003 5:32:03 PM
I seem to be having all sorts of problems with UDP that I don't
encounter with TCP. I realize that ActiveSync doesn't pass UDP
packets but it seems that the following scenarios should work.
1. I started out with the UdpClient class, intending just to quickly
test connectivity. Can't get th... more >>
Virus (Is this Severely Annoying Anyone Else Yet?)
Posted by Tim Wilson [MVP] at 9/19/2003 3:49:54 PM
Dear All,
As it would appear that many people have been infected with a virus that is
sending around ridiculous email claiming to patch Microsoft software as well
as claiming to be delivery failure notices from qmail, would everyone who
may be affected by this please take the time to download an... more >>
Threading Start Time
Posted by Brian at 9/19/2003 1:18:46 PM
I'm playing with threads, and am having a problem:
Right now, the thread does absolutely nothing. When my app loads, I
instantiate it with something like:
Dim t1 As New Thread(AddressOf Me.PlayThread)
This is a global. When a function I have tries to do a t1.start(), the app
hangs for abo... more >>
string.replace on 2003, SP1
Posted by Samwise1130 at 9/19/2003 12:44:20 PM
I'm experiencing the following:
Dim sTest as string = "THIS IS A TEST STRING"
tb1.text = sTest.Replace(vblf, vbcrlf)
when this code is executed, tb1.text returns an empty string with a length
of 64.
If however, I modify the code slightly and instead do:
tb1.text = sTest.Replace(cchar... more >>
POSTING AGAIN - Designing Reports and Graphs FROM SQL CE
Posted by Vijay at 9/19/2003 12:22:50 PM
HI,
What is the equavelent tool available in Pocket PC for crystal report?
Primarily , we are looking for designing some reports and graphs. we are
developing applications using .Net compact framework.
Any guideline?
Thanks,
Vijay
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Fatal Error Launching Application
Posted by Kim Dongyount at 9/19/2003 12:17:57 PM
I build "Hellow World" Application with vs.NET 2003(vb.net)
for ce.net 4.2 machine.
Compile is OK, Build is OK, But I run this application in
PDA(CE.NET 4.2)
I get this error
Fatal Application Error
Application executed wrong task.
If it is continued help for program provider.
E... more >>
would you like to bluetooth? yes please!
Posted by Matteo Cima at 9/19/2003 12:00:31 PM
Hi,
i am getting crazy, I think i'm missing something in the logic of the
process.
I have this scenario:
- casio DT-10M30E CE.NET 4.1 bluetooth device
- Desktop winXP pro pc.
I installed an usb bluetooth dongle, found the latest XTNDConnect Blue
Manager 3.0a drivers...
on the device i ... more >>
Can't bring form to front
Posted by Anders Thomsen at 9/19/2003 11:21:21 AM
Hi ng,
I have a problem when trying to focus certain forms.
My application consists of several forms, at first form1 is shown. Clicking
a button here will close form1 and show form2. When form2 i showing, I try
to open the File manager in PPC. From here, I can navigate to my project
folder ... more >>
Grid (again)
Posted by Arnaldo Fuziy at 9/19/2003 10:43:11 AM
We're not satisfied with the datagrid built in control of the CF and are
intending to use a third party control...
Please, is that the way most of you are going? If so, what control you're
using to replace it (we've downloaded ComponentOne Flexgrid but it's gotta
poor performance)? If not, what ... more >>
DataGrid column formatting (DateTime)
Posted by Jared Miniman [MVP] at 9/19/2003 10:07:48 AM
I have a VERY space-limited DataGrid control and I want to finely specify
the formatting of dates that appear in one of the columns. With CF SP1, I
could see most of the information I wanted; with SP2, all I see is
"MM/DD/YY" unless I expand the column width. Is there ANY code (custom or
other... more >>
Launching a simple media file
Posted by Luk Vloemans at 9/19/2003 9:47:29 AM
Hey,
Does anybody know the syntax for launching an external file ? (C# &
Compact .Net Framework)
I'm writing some software for a GPS on a PDA and I want to show the user
a video file of a building when he passes it.
Thx in advance,
Luk Vloemans
IT student
... more >>
Mobile upgrade exe & config files on greate amount of PPC user
Posted by Freestyler at 9/19/2003 9:30:48 AM
Hi ,
Lets say u have to sent a new version of your exe file on many PPCs all over
the world. Let say a user doesn't know what ActiveSync is. He wants to
"press a button" and have it done.
Is there a tricky way to do it ?
Regards,
Fred.
... more >>
Newbie question on threads/processes
Posted by Brian at 9/19/2003 8:42:35 AM
I have a simple app that fires off a few things asynchronously... This is
necessary as the main app needs to continue to run and update the screen.
Fortunately all of these methods I'm invoking support async calls, such as
playing a sound, etc.
How do I go about creating a new thread or proces... more >>
SP2, ContextMenu & Hardware Keys
Posted by Kenanm at 9/19/2003 4:58:53 AM
..NetCF SP2 reference says that "it Supports raising
context menus from assigned hardware key..."
How can I assign a hardware key to my ContextMenu?
Thanks
Kenan
... more >>
ANN: Windows Mobile Developer Power Toys
Posted by Alex Yakhnin [eMVP] at 9/19/2003 4:54:22 AM
Don't miss Developer Power Toys for the Windows Mobile
platform that're available for download from:
http://www.microsoft.com/downloads/details.aspx?
familyid=74473fd6-1dcc-47aa-ab28-
6a2b006edfe9&displaylang=en
(whatch out for broken line)
The Power Toys include:
Emulator ActiveSync... more >>
Novice Questions on .NET Compact Framework
Posted by Peter at 9/19/2003 4:26:46 AM
Hello Friend,
Thanks for reviewing my question. Am I right to assume
that I can use C# for the .NET Compact Framework?
I noticed that there is support in the .NET Compact
Framework for Smart Cards. Can I also assume that C#
supports Smart Cards?
Can I assume what ever is in the .NET... more >>
ANN: .NET Compact Framework SP2
Posted by Neil Cowburn [MVP] at 9/19/2003 2:20:38 AM
You can now download the .NET Compact Framework SP2 from
http://www.microsoft.com/downloads/details.aspx?familyid=10600643-09b3-46d8-ba28-bc494bc20d26&displaylang=en.
Below are the release notes:
Additional Information
..NET Compact Framework 1.0 Service Pack 2 details:
Performance & Other Im... more >>
Creating a PocketPC project without the wizard?
Posted by tim_regan82 NO[at]SPAM hotmail.com at 9/19/2003 12:55:18 AM
Hi All,
I'm trying to use Visual Studio .Net to create an application for the
Pocket PC 2002. Following Petzold, I'd like to at least know how to do
this without wizards, but I cannot find how to get the required
properties options to appear. I.e. there is no "Device" group under
"Common Prop... more >>
|