Click here to Skip to main content
15,888,401 members
Home / Discussions / C#
   

C#

 
GeneralRe: Icon Background Pixels Pin
Tristan Rhodes22-Nov-03 7:17
Tristan Rhodes22-Nov-03 7:17 
GeneralRe: Icon Background Pixels Pin
Heath Stewart22-Nov-03 11:21
protectorHeath Stewart22-Nov-03 11:21 
GeneralRe: Icon Background Pixels Pin
Tristan Rhodes22-Nov-03 12:09
Tristan Rhodes22-Nov-03 12:09 
GeneralRe: Icon Background Pixels Pin
Heath Stewart24-Nov-03 3:43
protectorHeath Stewart24-Nov-03 3:43 
GeneralListing ODBC sources in a drop-down list box Pin
NikV22-Nov-03 1:28
NikV22-Nov-03 1:28 
GeneralRe: Listing ODBC sources in a drop-down list box Pin
Heath Stewart22-Nov-03 4:53
protectorHeath Stewart22-Nov-03 4:53 
GeneralRe: Listing ODBC sources in a drop-down list box Pin
NikV22-Nov-03 12:49
NikV22-Nov-03 12:49 
GeneralRe: Listing ODBC sources in a drop-down list box Pin
Heath Stewart24-Nov-03 3:49
protectorHeath Stewart24-Nov-03 3:49 
Yes, it has everything to do with APIs. Application programming interfaces are provided by libraries that contain distinct functionality. The .NET BCL does not have these where something in VCL does. This functionality does exist in the ODBC APIs and all VCL is doing is wrapping it. Again, this hasn't been done in .NET (at least in an assembly that Microsoft produces). You would have to do it and you can do it in C#. See the DllImportAttribute for more information on P/Invoke. You're not rewriting anything - just importing a native function into managed code. This is oft-done in many larger applications because of APIs that don't exist in the BCL or other third-party libraries that do exist in various Windows APIs.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Listing ODBC sources in a drop-down list box Pin
Nick Parker23-Nov-03 3:22
protectorNick Parker23-Nov-03 3:22 
GeneralRe: Listing ODBC sources in a drop-down list box Pin
Nik Vogiatzis23-Nov-03 11:28
Nik Vogiatzis23-Nov-03 11:28 
GeneralCustomizing buttons Pin
rul30321-Nov-03 13:57
rul30321-Nov-03 13:57 
GeneralRe: Customizing buttons Pin
A.Wegierski21-Nov-03 17:54
A.Wegierski21-Nov-03 17:54 
GeneralRe: Customizing buttons Pin
Heath Stewart22-Nov-03 4:46
protectorHeath Stewart22-Nov-03 4:46 
QuestionHow to access command prompt Pin
Anonymous21-Nov-03 10:17
Anonymous21-Nov-03 10:17 
AnswerRe: How to access command prompt Pin
obelisk2921-Nov-03 10:35
obelisk2921-Nov-03 10:35 
GeneralWıindows does not shut down! Heelp! Pin
Utku KAYA21-Nov-03 9:00
Utku KAYA21-Nov-03 9:00 
GeneralRe: Wıindows does not shut down! Heelp! Pin
Daniel M. Edwards21-Nov-03 13:13
Daniel M. Edwards21-Nov-03 13:13 
GeneralRe: Wıindows does not shut down! Heelp! Pin
JJF00721-Nov-03 14:24
JJF00721-Nov-03 14:24 
QuestionHow can a service programatically kill itself Pin
Darryl Borden21-Nov-03 6:18
Darryl Borden21-Nov-03 6:18 
AnswerRe: How can a service programatically kill itself Pin
Darryl Borden21-Nov-03 6:48
Darryl Borden21-Nov-03 6:48 
GeneralGrabbing an tab page from a tab control Pin
RB@Emphasys21-Nov-03 4:09
RB@Emphasys21-Nov-03 4:09 
GeneralRe: Grabbing an tab page from a tab control Pin
Heath Stewart21-Nov-03 4:42
protectorHeath Stewart21-Nov-03 4:42 
GeneralRe: Grabbing an tab page from a tab control Pin
RB@Emphasys21-Nov-03 5:29
RB@Emphasys21-Nov-03 5:29 
GeneralRe: Grabbing an tab page from a tab control Pin
Judah Gabriel Himango21-Nov-03 4:45
sponsorJudah Gabriel Himango21-Nov-03 4:45 
GeneralRe: Grabbing an tab page from a tab control Pin
Heath Stewart21-Nov-03 5:37
protectorHeath Stewart21-Nov-03 5:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.