473,385 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Is there no Thread.join method ?(Smart Device project)

Hi,
I am using C#.
Is there no Join method (in thread class)for Smart device application?
And Also i noticed that Name property isn't there(got compiler error
when trying to use them)

Is this a limitation for smart device application?
Is there any forum/group available for Smart device application
developer?

And also is there a way to filter MSDN help for Smart device
application?
(I just wanted to see only the available methods for smart device
application in MSDN. Embedded VC++ has it's own help , so i easily
found the available methods & api for embedded vc++ from the help)

Thank you

Regards,
Sreedharan
Nov 15 '05 #1
2 2884
Hi Sreedharan,
Is there no Join method (in thread class)for Smart device application? The .NET Compact Framework does not support Thread.Join, see:
http://msdn.microsoft.com/library/en...mbersTopic.asp
Supported methods are marked accordingly.

Check out the Class Library Comparison Tool for more on classes, members and
types supported by the .NET Compact Framework:
http://msdn.microsoft.com/library/de...arisonTool.asp
And Also i noticed that Name property isn't there(got compiler error
when trying to use them) The Name property is not supported on controls; you can however use
reflection, see:
http://groups.google.com/groups?q=co...phx.gbl&rnum=1
Is there any forum/group available for Smart device application
developer? You found it, this is it. There are also several very useful community sites
out there that you may wish to check out:
http://msdn.microsoft.com/mobility/C...d/default.aspx
And also is there a way to filter MSDN help for Smart device
application? You can set the filter in the Visual Studio .NET "Contents Window" to .NET
Compact Framework:
http://msdn.microsoft.com/library/de...entswindow.asp
You may also find the Class Library Comparision Tool, mentioned above,
useful.

cheers jonathan
--
Jonathan Wells
Product Manager
..NET Compact Framework
Check out the .NET Compact Framework FAQ at:
http://msdn.microsoft.com/mobility/p...Q/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.

"Sreedharan" <dh****@newspage.com.sg> wrote in message
news:21**************************@posting.google.c om... Hi,
I am using C#.
Is there no Join method (in thread class)for Smart device application?
And Also i noticed that Name property isn't there(got compiler error
when trying to use them)

Is this a limitation for smart device application?
Is there any forum/group available for Smart device application
developer?

And also is there a way to filter MSDN help for Smart device
application?
(I just wanted to see only the available methods for smart device
application in MSDN. Embedded VC++ has it's own help , so i easily
found the available methods & api for embedded vc++ from the help)

Thank you

Regards,
Sreedharan

Nov 15 '05 #2
Hello Mr.Jonathan,
Thank you very much for your reply
Regards,
Sreedharan

"Jonathan Wells [msft]" <jo******@online.microsoft.com> wrote in message news:<uZ**************@TK2MSFTNGP12.phx.gbl>...
Hi Sreedharan,
Is there no Join method (in thread class)for Smart device application?

The .NET Compact Framework does not support Thread.Join, see:
http://msdn.microsoft.com/library/en...mbersTopic.asp
Supported methods are marked accordingly.

Check out the Class Library Comparison Tool for more on classes, members and
types supported by the .NET Compact Framework:
http://msdn.microsoft.com/library/de...arisonTool.asp
And Also i noticed that Name property isn't there(got compiler error
when trying to use them)

The Name property is not supported on controls; you can however use
reflection, see:
http://groups.google.com/groups?q=co...phx.gbl&rnum=1
Is there any forum/group available for Smart device application
developer?

You found it, this is it. There are also several very useful community sites
out there that you may wish to check out:
http://msdn.microsoft.com/mobility/C...d/default.aspx
And also is there a way to filter MSDN help for Smart device
application?

You can set the filter in the Visual Studio .NET "Contents Window" to .NET
Compact Framework:
http://msdn.microsoft.com/library/de...entswindow.asp
You may also find the Class Library Comparision Tool, mentioned above,
useful.

cheers jonathan
--
Jonathan Wells
Product Manager
.NET Compact Framework
Check out the .NET Compact Framework FAQ at:
http://msdn.microsoft.com/mobility/p...Q/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.

"Sreedharan" <dh****@newspage.com.sg> wrote in message
news:21**************************@posting.google.c om...
Hi,
I am using C#.
Is there no Join method (in thread class)for Smart device application?
And Also i noticed that Name property isn't there(got compiler error
when trying to use them)

Is this a limitation for smart device application?
Is there any forum/group available for Smart device application
developer?

And also is there a way to filter MSDN help for Smart device
application?
(I just wanted to see only the available methods for smart device
application in MSDN. Embedded VC++ has it's own help , so i easily
found the available methods & api for embedded vc++ from the help)

Thank you

Regards,
Sreedharan

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Brian Holbrook | last post by:
Is it possible to use the databrid as the flexgrid. I am using vb .net in a smart device application. I have a part number being entered by the user, I then want to search the grid for that part...
3
by: snoe | last post by:
Hi there, I have the following simplified classes: class Project: def __init__(self,pname): self.devices = {} # Dictionary of Device objects self.pname = pname def setpname(self,pname):
7
by: David Elliott | last post by:
I have created an application that will dynamically load other DLLs (plugins). The new plugin is a winform with an embedded IE Browser. I am wanting to have the form to run in its own thread....
3
by: Casey Entzi | last post by:
I have Visual C#.net and got visual studio 2003 with it as a package. My question is, can I create programs for Smart Devices? In the help file it walks you through it, but it tells you to create...
2
by: Comcrap | last post by:
I'm trying to create a custom control for a smart device, and all the walkthroughs on msdn list a "Windows Control Library" project type under the smart device application wizard. I don't have...
7
by: Dan | last post by:
I'd like to have a set of more-or-less common code which I want to use for both desktop and smart device projects. I have two questions: 1. How can I set up conditional compile directives for...
1
by: Luis Ramos | last post by:
Happy new year for everybody... My problem is this: I can open a random file with vs2005 this way(normal project), but not in a smart device project. example: Structure Record public ID As...
2
by: muzilli | last post by:
Hi, I'm developing an application for Smart Device Application and I'm creating Threads. In determinated time the thread must be stoped. I was searching for the help about the Threads and I...
13
by: LordHog | last post by:
Hello all, I have a little application that needs to poll a device (CAN communications) every 10 to 15 ms otherwise the hardware buffer might overflow when there are message burst on the bus. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.