all groups > dotnet compact framework > august 2004 > threads for saturday august 21
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
Starting an .exe from within an application in C#
Posted by JohBer at 8/21/2004 2:39:01 PM
I wan't to start a new application from within an application. The first
application shall be closed and the new application (.exe) shall start. I
can't find any help in visual studio about this. I would like some sample
code about this in C#. The most simple way to do this is what i wan't
/B... more >>
Binding!
Posted by burn_mcdonalds NO[at]SPAM hotmail.com at 8/21/2004 12:07:50 PM
Alright
I am just about to start development on a new app and could do with a
bit of help :) I've got two ideas and just wondering which people
think is the best or quickest.
1:
I have a table (2 columns), it is used as a "lookup" table i.e.
Item Code
crisps 1
coke 2
e... more >>
Thread not starting
Posted by zippy_temp NO[at]SPAM hotmail.com at 8/21/2004 8:28:26 AM
I've got a problem starting a thread in c#.
Two scenarios.
1) got a form, which creates an instance of a class. in the
constructor of the class is a call to a method which starts a thread.
public void StartThread ()
{
new Thread (new ThreadStart (this.WaitExecute)).start();
Console.... more >>
what is WCE420X86 cab file?
Posted by khanh NO[at]SPAM glassegg.com at 8/21/2004 12:58:26 AM
Anyone know WCE420X86 cab file for what purpose? is that for eVC, eVB emulator?
Thanks... more >>
Flash in Smart device Appln
Posted by Flash in Smart device Appln at 8/21/2004 12:53:01 AM
Hi,
How can I call Flash file in smartdevice application? I found one controll
"Shockwave Flash Object" for windows application. Is there any similar
controll for SmartDevice application?
Thanks,
Anwar... more >>
|