all groups > dotnet compact framework > august 2004 > threads for sunday august 8
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
Treads
Posted by Ghost at 8/8/2004 11:29:15 PM
Hello.
How can I check if tread in Compact Framework is alive or how can I
interrupt it?
... more >>
Treads in Compact Framework
Posted by Ghost at 8/8/2004 10:55:42 PM
Hello there.
I have some problem with treads in Compact Framework.
Lets I explain what exactly :
Lets take some example:
I have start Window Application and put on it one progress bar and one
button, now I'm doing so:
private void button1_Click(object sender, System.EventArgs e)
{
Th... more >>
VS.NET 2003 not update assemblies
Posted by Tod Johnson at 8/8/2004 10:24:51 PM
Hello,
I've been developing application than contains 2 files .EXE (loader) and
..DLL. When I do any changes with .DLL and Deploy it to my PPC it never
update. At first I have to delete it on device and after that deploy it.
Are any method to force it every time to update all files, not o... more >>
Datagrid omit the TableStyle
Posted by Hergass Y. at 8/8/2004 10:24:42 PM
Hi!
I got a form with datagrid which bound to Dataset.
If I fill the dataset with DS.ReadXML I can see the
TableStyle.
But if I fill the Dataset from SqlCE with DataAdapter.Fill
the datagrid omit the TableStyle but no error.
Any help?
thanks in advance
Hergass Y.
... more >>
New File As Dialog Box
Posted by Me at 8/8/2004 9:43:39 PM
Hi,
I need a dialog box in order to create a new file. There is a common dialog
box called OpenFileDialog that gives you all you need to open a file. How
can I create the same thing for a file that I wish to open?
... more >>
Getting NodeList from XML by SelectNodes in Compact Framework
Posted by Ghost at 8/8/2004 6:14:53 PM
Why there is no SelectNodes method in XmlDocument class in CompactFramework
and how can I select nodes from XmlDocument in CompactFramework?
... more >>
SelectNodes in Compact Framework
Posted by Ghost at 8/8/2004 3:32:42 PM
Why I can'u SelectNodes method of XmlDocument in CompactFramework?
How can I select nodes from XmlDocument in CompactFramework?
... more >>
multi language keyboard for pocket pc
Posted by Tomer at 8/8/2004 2:27:10 PM
Hi,
Is there a language support for the pocket pc 2002/2003 like in windows
where I can change the language that I'm working on by pressing alt+shift?
I have a pocket pc with alpha-numeric keyboard and I want to use it to type
hebrew.
Any info on this matter would be great!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reading money Type Field in SQL CE
Posted by Ghost at 8/8/2004 11:47:35 AM
Hello.
I have some problem to read Money Type Field from my SQL CE database.
I do so:
I'm using SqlCeDataReader object to select some records and I have "float"
type variable to store result.
I write:
myFloatVar = (float)mySqlCeDataReader["SomeField"];
When this line executed the cast exc... more >>
log4net & CF project
Posted by Tod Johnson at 8/8/2004 10:21:29 AM
Hello,
I've creating application for WindowsCE (not for PPC) and when I try to
add reference to log4net then happens something strange - VS.NET warning
that log4net is compiled not for this platform (but I'm using log4net
for CF). What does it mean?
Thanks... more >>
Project looses references
Posted by Tod Johnson at 8/8/2004 10:16:42 AM
Hello,
I'm creating application (It located in SourceOffsite) and realize that
when another developer tries to get last version the references to
OpenNETCF are disappeared. The same thing happens with log4net.dll.
Maybe there are any workarounds for such things?
Thank you,
Tod... more >>
Execute an EXE file with command line parameters from .net CF Application
Posted by mbadawi23 NO[at]SPAM msn.com at 8/8/2004 5:58:23 AM
Hi every one..
I'm facing some trouble trying to run an exe file from my .net code
(C# code)!
I succeeded running (myApp.exe) but what i need is to pass command
line parameters along with the app ("\program files\myApp.exe param1
param1 ..")
any idea how can I do that?
p.s. I used creat... more >>
How do I hide a column in a datagird?
Posted by Me at 8/8/2004 12:41:31 AM
Hello,
I populate a dataset that is bound to a datagrid. I also create a dataView
in order to to sort the dataGrid by column. I have 5 columns.
Scenario 1. I sort on 5 columns. I want to display all 5 columns. ( This
code had been completed).
Scenario 2. I sort on 3 columns. I only want ... more >>
OS and .NET Framework
Posted by shapij at 8/8/2004 12:13:02 AM
Can anyone satisfactorily explain why the .NET Framework is not distributed
and installed with the Windows Operating System? I've always wondered why
developers have to go to special pains to redistribute components and files
that are created by the same company responsible for the OS. If Mi... more >>
|