Click here to Skip to main content
15,924,482 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: set FolderBrowserDialog root folder to a remote machine Pin
isgrom16-Jun-06 4:44
isgrom16-Jun-06 4:44 
GeneralRe: set FolderBrowserDialog root folder to a remote machine Pin
Mekong River16-Jun-06 5:03
Mekong River16-Jun-06 5:03 
QuestionSHAutoComplete Pin
MohammadAmiry15-Jun-06 8:03
MohammadAmiry15-Jun-06 8:03 
AnswerRe: SHAutoComplete Pin
Mekong River16-Jun-06 3:55
Mekong River16-Jun-06 3:55 
QuestionVB.NET Halftone Pattern Image Pin
Rachitk15-Jun-06 6:39
Rachitk15-Jun-06 6:39 
AnswerRe: VB.NET Halftone Pattern Image Pin
Christian Graus15-Jun-06 23:21
protectorChristian Graus15-Jun-06 23:21 
QuestionBits and Bytes Pin
Peace2u15-Jun-06 6:04
Peace2u15-Jun-06 6:04 
AnswerRe: Bits and Bytes Pin
MohammadAmiry15-Jun-06 6:57
MohammadAmiry15-Jun-06 6:57 
<code>
'To set bit number 3's value (0-based):
Dim bit3 as Boolean
Dim Value as ... 'This is the value to save columns data for each table
Value = iif ( bit3isTrue , 1, 0 ) And (2 ^ 3)'i.e. 0...0100
'Repeat it for each of 59 columns
'------------------
'To get bit number 3's value
bit3isTrue = Value And ( 2 ^ 3 )

'To Save data you only need to save Value
</code></

AnswerRe: Bits and Bytes Pin
Guffa15-Jun-06 7:35
Guffa15-Jun-06 7:35 
QuestionRe: Bits and Bytes Pin
Peace2u15-Jun-06 9:32
Peace2u15-Jun-06 9:32 
AnswerRe: Bits and Bytes Pin
Guffa15-Jun-06 9:58
Guffa15-Jun-06 9:58 
GeneralRe: Bits and Bytes Pin
Peace2u15-Jun-06 20:32
Peace2u15-Jun-06 20:32 
AnswerRe: Bits and Bytes Pin
Guffa15-Jun-06 22:20
Guffa15-Jun-06 22:20 
GeneralRe: Bits and Bytes [modified] Pin
Peace2u15-Jun-06 23:16
Peace2u15-Jun-06 23:16 
AnswerRe: Bits and Bytes Pin
Guffa16-Jun-06 5:22
Guffa16-Jun-06 5:22 
QuestionVariable enum? Pin
DJLarZ15-Jun-06 4:41
DJLarZ15-Jun-06 4:41 
AnswerRe: Variable enum? Pin
Duncan Edwards Jones15-Jun-06 5:08
professionalDuncan Edwards Jones15-Jun-06 5:08 
AnswerRe: Variable enum? Pin
Kschuler15-Jun-06 11:05
Kschuler15-Jun-06 11:05 
Questioncrystal reports in vb.net 1.1 Pin
amaneet15-Jun-06 3:35
amaneet15-Jun-06 3:35 
AnswerRe: crystal reports in vb.net 1.1 Pin
Dinuj Nath15-Jun-06 4:37
Dinuj Nath15-Jun-06 4:37 
QuestionConvert to vb.net Pin
miirsad15-Jun-06 2:43
miirsad15-Jun-06 2:43 
AnswerRe: Convert to vb.net Pin
Socheat.Net15-Jun-06 21:53
Socheat.Net15-Jun-06 21:53 
GeneralRe: Convert to vb.net Pin
miirsad16-Jun-06 3:48
miirsad16-Jun-06 3:48 
Questionerror : Could not access CDO.Message object Pin
thomas_joyee15-Jun-06 1:47
thomas_joyee15-Jun-06 1:47 
AnswerRe: error : Could not access CDO.Message object Pin
Corinna John15-Jun-06 20:09
Corinna John15-Jun-06 20:09 

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.