GIDForums  

Go Back   GIDForums > Computer Programming Forums > C Programming Language
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 08-May-2008, 02:51
dahalbibek dahalbibek is offline
New Member
 
Join Date: May 2008
Posts: 1
dahalbibek is on a distinguished road
Smile

what is Handle in C?


Hello All,

What is HANDLE in C Programming? How can this be implemented in C#.NET?
Thanx in advance.
Bibek
  #2  
Old 08-May-2008, 08:53
Howard_L Howard_L is offline
Regular Member
 
Join Date: Apr 2007
Location: Maryland/PA, USA
Posts: 506
Howard_L has a spectacular aura aboutHoward_L has a spectacular aura about

Re: what is Handle in C?


Of course there is an entry in wkipedia for this if you care to look.

I think an example that we see early on learning in C would be the what the stdio.h datatype "FILE" is for.
CPP / C++ / C Code:
    FILE fp;   /* an identifier of the right type to hold a file 'handle' */
    ...
    fp = fopen( "myfile", "r");     /* We request a 'handle' from the system
                                       through which we can access the file */
 
We might also request a handle to a "window".
Not sure but a pointer to allocated memory space from malloc() might be another example.

I think you will need to get acquainted with msdn and find another forum for help with C#.NET
There is a .NET forum here at GID that looks like it could use your help! google c# is helpful...
 
 

Recent GIDBlogDeveloping GUIs with wxPython (Part 4) by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Retrieving a handle to a window with a particular text in the title bar SimonP C++ Forum 1 28-Dec-2007 10:41
How to get a handle to a derived class? Futterama MS Visual C++ / MFC Forum 1 29-Jan-2007 09:47
How do you get the handle for a dialog? ryver MS Visual C++ / MFC Forum 4 16-Aug-2006 05:33
Help with syntax errors PeteGallo C Programming Language 7 08-Aug-2005 20:30
What is a Handle in Device Context Janakiraman MS Visual C++ / MFC Forum 1 12-May-2005 04:09

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 05:31.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.