Click here to Skip to main content
15,891,597 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: visual studio 2005 and microsoft access mdb file Pin
Tiyani Miyambo27-Apr-09 23:22
Tiyani Miyambo27-Apr-09 23:22 
QuestionRaw HDBC handle from VB ODBC connection Pin
Stephen Woods27-Apr-09 20:40
Stephen Woods27-Apr-09 20:40 
AnswerRe: Raw HDBC handle from VB ODBC connection Pin
Dave Kreskowiak28-Apr-09 4:42
mveDave Kreskowiak28-Apr-09 4:42 
QuestionRTMP Pin
safdaralis27-Apr-09 19:26
safdaralis27-Apr-09 19:26 
AnswerRe: RTMP Pin
Christian Graus27-Apr-09 22:11
protectorChristian Graus27-Apr-09 22:11 
QuestionRTMP Pin
safdaralis27-Apr-09 19:25
safdaralis27-Apr-09 19:25 
Questiona new coding style which I came across Pin
Member 305788727-Apr-09 18:55
Member 305788727-Apr-09 18:55 
AnswerRe: a new coding style which I came across Pin
Bharat Jain27-Apr-09 19:43
Bharat Jain27-Apr-09 19:43 
These are called attributes, this not something very new , the code above seems to use a native windows API (Windows API can be considered as functions provided by OS , to be able to program the OS), This Windows API are present in the dll files Kernel32.dll , GDI32.dll, etc , so in above code we are using attribute "<dllimport("kernel32.dll")>" to tell the compiler that we want to use a windows function WaitForSingleObject() which is present in Kernel32.dll , in the same way we want the compiler to allocate the memory in sequential order hence use an attribute <structlayout(layoutkind.sequential,pack:> (the reason for this sequential allocation is a different topic , let me know if you want details regarding the reason , for now I will skip it Smile | :) )

Hope this make things clear, let me know if you need further information

-Regards
Bharat Jain
bharat.jain.nagpur@gmail.com

GeneralRe: a new coding style which I came across Pin
Member 305788727-Apr-09 20:11
Member 305788727-Apr-09 20:11 
GeneralRe: a new coding style which I came across Pin
0x3c027-Apr-09 20:36
0x3c027-Apr-09 20:36 
GeneralRe: a new coding style which I came across Pin
Bharat Jain27-Apr-09 21:34
Bharat Jain27-Apr-09 21:34 
QuestionWhen i draw Rubberband selection on panel VisualBasic powerpack Shapecontrols are not displayed Pin
dilipmca0427-Apr-09 18:06
dilipmca0427-Apr-09 18:06 
AnswerRe: When i draw Rubberband selection on panel VisualBasic powerpack Shapecontrols are not displayed Pin
Henry Minute28-Apr-09 1:09
Henry Minute28-Apr-09 1:09 
GeneralRe: When i draw Rubberband selection on panel VisualBasic powerpack Shapecontrols are not displayed Pin
dilipmca0428-Apr-09 3:57
dilipmca0428-Apr-09 3:57 
GeneralRe: When i draw Rubberband selection on panel VisualBasic powerpack Shapecontrols are not displayed Pin
Henry Minute28-Apr-09 4:58
Henry Minute28-Apr-09 4:58 
QuestionVB LAN connection help Pin
Kevin223227-Apr-09 17:11
Kevin223227-Apr-09 17:11 
AnswerRe: VB LAN connection help Pin
Bharat Jain27-Apr-09 20:49
Bharat Jain27-Apr-09 20:49 
QuestionSerial Communication, vb.net Pin
Subjugate27-Apr-09 15:15
Subjugate27-Apr-09 15:15 
AnswerRe: Serial Communication, vb.net Pin
Luc Pattyn27-Apr-09 16:10
sitebuilderLuc Pattyn27-Apr-09 16:10 
GeneralRe: Serial Communication, vb.net Pin
Subjugate27-Apr-09 17:17
Subjugate27-Apr-09 17:17 
GeneralRe: Serial Communication, vb.net Pin
Luc Pattyn28-Apr-09 0:22
sitebuilderLuc Pattyn28-Apr-09 0:22 
GeneralRe: Serial Communication, vb.net Pin
Subjugate3-May-09 20:57
Subjugate3-May-09 20:57 
GeneralRe: Serial Communication, vb.net Pin
Luc Pattyn3-May-09 22:49
sitebuilderLuc Pattyn3-May-09 22:49 
GeneralRe: Serial Communication, vb.net Pin
Subjugate4-May-09 14:58
Subjugate4-May-09 14:58 
QuestionSQL Query Designer, Analyzer, Builder Pin
Stylus VB27-Apr-09 14:03
Stylus VB27-Apr-09 14:03 

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.