Click here to Skip to main content
15,885,278 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: text box custom behaviour during edition Pin
John Ad26-Sep-08 7:54
John Ad26-Sep-08 7:54 
AnswerRe: text box custom behaviour during edition Pin
Paul Conrad29-Sep-08 6:38
professionalPaul Conrad29-Sep-08 6:38 
QuestionPlease provide information about Live Video Streaming through C#.NET Pin
nareshkumar4you25-Sep-08 23:00
nareshkumar4you25-Sep-08 23:00 
AnswerRe: Please provide information about Live Video Streaming through C#.NET Pin
Ashfield26-Sep-08 1:31
Ashfield26-Sep-08 1:31 
QuestionSetting Desttop icon on status bar Pin
2BClarified24-Sep-08 7:20
2BClarified24-Sep-08 7:20 
AnswerRe: Setting Desttop icon on status bar Pin
John Ad28-Sep-08 19:04
John Ad28-Sep-08 19:04 
QuestionWIN API Question Pin
Siddhartha S.23-Sep-08 20:04
Siddhartha S.23-Sep-08 20:04 
AnswerRe: WIN API Question Pin
Simon P Stevens26-Sep-08 4:51
Simon P Stevens26-Sep-08 4:51 
babai28 wrote:
I realize for developing a good professional applcation one cannot escape an encouter with Windows API function call.


I totally disagree. It is completely possible to develop full professional applications using .net without ever calling the windows API.

API calls are only required for doing things that the .net library does not naturally support. (There are plenty of classes for animation, and .net fully supports threading without using the windows API)

My suggestion would be that you get yourself a copy of Pro C# 2008 and the .NET 3.5 platform[^] by Andrew Troelsen. It's an excellent guide to .net. It covers all the bases, including how to do platform invoke (i.e. API calls). Then, when you hit up against a task that .net doesn't support, you can google for specific help in tackling that task via the windows API.

Simon

GeneralRe: WIN API Question Pin
Thomas Stockwell29-Sep-08 6:20
professionalThomas Stockwell29-Sep-08 6:20 
GeneralRe: WIN API Question Pin
Siddhartha S.30-Sep-08 1:10
Siddhartha S.30-Sep-08 1:10 
GeneralRe: WIN API Question Pin
Simon P Stevens30-Sep-08 10:28
Simon P Stevens30-Sep-08 10:28 
GeneralRe: WIN API Question Pin
Siddhartha S.30-Sep-08 18:59
Siddhartha S.30-Sep-08 18:59 
GeneralRe: WIN API Question Pin
Simon P Stevens1-Oct-08 1:26
Simon P Stevens1-Oct-08 1:26 
GeneralRe: WIN API Question Pin
Siddhartha S.2-Oct-08 18:52
Siddhartha S.2-Oct-08 18:52 
AnswerRe: WIN API Question Pin
Thomas Stockwell29-Sep-08 6:19
professionalThomas Stockwell29-Sep-08 6:19 
Questiondisable browser cache in webBrowser C#.NET Pin
Raaya123-Sep-08 11:32
Raaya123-Sep-08 11:32 
AnswerCross Post Pin
Thomas Stockwell5-Oct-08 6:09
professionalThomas Stockwell5-Oct-08 6:09 
QuestionWindows Form Size Problem Pin
Morrizle23-Sep-08 5:38
Morrizle23-Sep-08 5:38 
QuestionCrystal Reports In VB.NET Pin
tungcan5diop22-Sep-08 22:20
tungcan5diop22-Sep-08 22:20 
AnswerRe: Crystal Reports In VB.NET Pin
Wendelius23-Sep-08 8:26
mentorWendelius23-Sep-08 8:26 
Questionapplication runtime error Pin
balu1234522-Sep-08 9:14
balu1234522-Sep-08 9:14 
AnswerRe: application runtime error Pin
led mike23-Sep-08 4:35
led mike23-Sep-08 4:35 
Questionwork with a ssh connection Pin
caradri22-Sep-08 3:17
caradri22-Sep-08 3:17 
RantRe: work with a ssh connection Pin
Paul Conrad22-Sep-08 6:42
professionalPaul Conrad22-Sep-08 6:42 
Questioncombobox and dropdownitems Pin
CICCIOLO6922-Sep-08 0:15
CICCIOLO6922-Sep-08 0:15 

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.