Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: enum, hex literals Pin
Hrizip8-May-10 22:10
Hrizip8-May-10 22:10 
GeneralRe: enum, hex literals Pin
Luc Pattyn9-May-10 2:02
sitebuilderLuc Pattyn9-May-10 2:02 
GeneralRe: enum, hex literals Pin
Hrizip9-May-10 2:36
Hrizip9-May-10 2:36 
AnswerRe: P/Invoke Pin
Luc Pattyn8-May-10 9:38
sitebuilderLuc Pattyn8-May-10 9:38 
GeneralRe: P/Invoke Pin
Hrizip8-May-10 10:42
Hrizip8-May-10 10:42 
GeneralRe: P/Invoke Pin
Luc Pattyn8-May-10 10:51
sitebuilderLuc Pattyn8-May-10 10:51 
GeneralRe: P/Invoke Pin
Hrizip8-May-10 10:56
Hrizip8-May-10 10:56 
AnswerRe: baudrate Pin
Luc Pattyn8-May-10 9:41
sitebuilderLuc Pattyn8-May-10 9:41 
you are mixing signed and unsigned integers. It isn't very important which you choose, however being consistent is what matters. So either make BR an unsigned integer (use the U suffix again!), or modify the structure to a signed baudrate. The P/Invoke stuff will not mind you doing so.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


GeneralRe: baudrate Pin
Hrizip8-May-10 22:11
Hrizip8-May-10 22:11 
AnswerRe: RegKey Pin
Luc Pattyn8-May-10 9:46
sitebuilderLuc Pattyn8-May-10 9:46 
GeneralRe: RegKey Pin
Hrizip8-May-10 22:11
Hrizip8-May-10 22:11 
AnswerRe: CallbackWrapper Pin
Luc Pattyn8-May-10 9:50
sitebuilderLuc Pattyn8-May-10 9:50 
AnswerRe: overall Pin
Luc Pattyn8-May-10 9:57
sitebuilderLuc Pattyn8-May-10 9:57 
GeneralRe: overall Pin
Hrizip8-May-10 10:52
Hrizip8-May-10 10:52 
GeneralRe: overall Pin
Luc Pattyn8-May-10 11:04
sitebuilderLuc Pattyn8-May-10 11:04 
AnswerRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Hrizip8-May-10 22:32
Hrizip8-May-10 22:32 
GeneralRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Luc Pattyn9-May-10 1:57
sitebuilderLuc Pattyn9-May-10 1:57 
GeneralRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Hrizip9-May-10 2:38
Hrizip9-May-10 2:38 
AnswerRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Hrizip12-May-10 23:54
Hrizip12-May-10 23:54 
QuestionHow could I debug the connection process of a COM AddIn Pin
Sonhospa8-May-10 8:12
Sonhospa8-May-10 8:12 
AnswerRe: How could I debug the connection process of a COM AddIn Pin
Luc Pattyn8-May-10 8:40
sitebuilderLuc Pattyn8-May-10 8:40 
GeneralRe: How could I debug the connection process of a COM AddIn Pin
Sonhospa8-May-10 12:26
Sonhospa8-May-10 12:26 
GeneralRe: How could I debug the connection process of a COM AddIn Pin
Luc Pattyn8-May-10 12:33
sitebuilderLuc Pattyn8-May-10 12:33 
GeneralRe: How could I debug the connection process of a COM AddIn Pin
Sonhospa8-May-10 13:09
Sonhospa8-May-10 13:09 
GeneralRe: How could I debug the connection process of a COM AddIn Pin
Luc Pattyn8-May-10 13:28
sitebuilderLuc Pattyn8-May-10 13:28 

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.