Click here to Skip to main content
15,910,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDividing image iton different segments, Pin
Rngrgreen22-Sep-08 18:29
Rngrgreen22-Sep-08 18:29 
QuestionSerial Port.. Pin
Subjugate22-Sep-08 14:36
Subjugate22-Sep-08 14:36 
AnswerRe: Serial Port.. Pin
Ashfield22-Sep-08 21:11
Ashfield22-Sep-08 21:11 
AnswerRe: Serial Port.. Pin
Levisvv15-Oct-08 9:09
Levisvv15-Oct-08 9:09 
QuestionFormatting question [modified] Pin
Sonhospa22-Sep-08 11:45
Sonhospa22-Sep-08 11:45 
AnswerRe: Formatting question Pin
Johan Hakkesteegt24-Sep-08 2:06
Johan Hakkesteegt24-Sep-08 2:06 
QuestionRe: Formatting question Pin
Sonhospa25-Sep-08 0:29
Sonhospa25-Sep-08 0:29 
QuestionRe: Formatting question Pin
Sonhospa25-Sep-08 0:54
Sonhospa25-Sep-08 0:54 
In addition, one more formatting question arose:

The definition says that undefined fields (except ASCII) are "to be initialized to their 'all one' values" (then they give the example code for C: 'WORD val = ~0;'). These fields are BYTE, WORD, DWORD and SINGLE types.

Therefore, from these fields I retrieve the highest possible values as decimals (e.g. 4294967295 for the DWORD / UInt32) and would like to show them as "n.def" in the list field. Obviously I can't store a value like "n.def" in the buffer variable (hDWORD = UInt32, hWORD = UInt16 etc.) which is then assigned to the stored variable (e.g. 'tv.framenumber'). So I'm afraid having to write If-statements for hundreds of entries.

Do you know a more elegant way to show "n.def" in such a case in the VB list field?
AnswerRe: Formatting question Pin
Johan Hakkesteegt25-Sep-08 1:01
Johan Hakkesteegt25-Sep-08 1:01 
QuestionRe: Formatting question Pin
Sonhospa25-Sep-08 1:33
Sonhospa25-Sep-08 1:33 
AnswerRe: Formatting question Pin
Johan Hakkesteegt25-Sep-08 3:30
Johan Hakkesteegt25-Sep-08 3:30 
GeneralRe: Formatting question Pin
Sonhospa25-Sep-08 6:57
Sonhospa25-Sep-08 6:57 
GeneralRe: Formatting question Pin
Johan Hakkesteegt25-Sep-08 19:51
Johan Hakkesteegt25-Sep-08 19:51 
GeneralRe: Formatting question Pin
Sonhospa25-Sep-08 22:17
Sonhospa25-Sep-08 22:17 
AnswerRe: Formatting question Pin
Johan Hakkesteegt25-Sep-08 0:57
Johan Hakkesteegt25-Sep-08 0:57 
AnswerRe: Formatting question Pin
Sonhospa25-Sep-08 1:37
Sonhospa25-Sep-08 1:37 
QuestionFile Counting in VB Pin
Sonhospa22-Sep-08 11:23
Sonhospa22-Sep-08 11:23 
AnswerRe: File Counting in VB Pin
Gagan.2023-Sep-08 1:10
Gagan.2023-Sep-08 1:10 
GeneralRe: File Counting in VB Pin
Sonhospa23-Sep-08 1:42
Sonhospa23-Sep-08 1:42 
GeneralRe: File Counting in VB Pin
Dave Kreskowiak23-Sep-08 2:02
mveDave Kreskowiak23-Sep-08 2:02 
NewsRe: File Counting in VB Pin
Sonhospa23-Sep-08 2:07
Sonhospa23-Sep-08 2:07 
NewsRe: File Counting in VB [modified] Pin
Sonhospa23-Sep-08 3:01
Sonhospa23-Sep-08 3:01 
QuestionAccessing the "this" pointer Pin
Eric Burns22-Sep-08 10:18
Eric Burns22-Sep-08 10:18 
AnswerRe: Accessing the "this" pointer Pin
Adam Maras22-Sep-08 10:30
Adam Maras22-Sep-08 10:30 
AnswerRe: Accessing the "this" pointer Pin
Paul Conrad22-Sep-08 14:25
professionalPaul Conrad22-Sep-08 14:25 

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.