Click here to Skip to main content
15,908,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: Design question Pin
WillemM30-Nov-05 21:56
WillemM30-Nov-05 21:56 
GeneralRe: Design question Pin
Stefan Troschuetz30-Nov-05 23:43
Stefan Troschuetz30-Nov-05 23:43 
GeneralRe: Design question Pin
Dan Neely1-Dec-05 3:23
Dan Neely1-Dec-05 3:23 
GeneralRe: Design question Pin
Stefan Troschuetz1-Dec-05 4:02
Stefan Troschuetz1-Dec-05 4:02 
QuestionCannot combine ref and params!!! What to do? Pin
smurfy3430-Nov-05 7:39
smurfy3430-Nov-05 7:39 
AnswerRe: Cannot combine ref and params!!! What to do? Pin
Judah Gabriel Himango30-Nov-05 11:17
sponsorJudah Gabriel Himango30-Nov-05 11:17 
QuestionReading specific bit values from a file. Pin
Jim Taylor30-Nov-05 7:26
Jim Taylor30-Nov-05 7:26 
AnswerRe: Reading specific bit values from a file. Pin
Christian Graus30-Nov-05 14:05
protectorChristian Graus30-Nov-05 14:05 
To turn a byte into bits, bool is the most obvious choice ( the only one I can think of with 2 states ) and you & the value with 0x1, 0x2, 0x4, 0x8, ox10, etc to strip the bits.

I reckon this is what you've thought of, but I don't know of any more efficient way, excepting that I'd be more inclined to do this when I need the value, and not store it as bits in memory.


Christian Graus - Microsoft MVP - C++
GeneralMany thanks, that works for me. Pin
Jim Taylor30-Nov-05 23:46
Jim Taylor30-Nov-05 23:46 
QuestionSetting the starting "keyboard position" in a listview Pin
Dan Neely30-Nov-05 7:00
Dan Neely30-Nov-05 7:00 
AnswerRe: Setting the starting "keyboard position" in a listview Pin
Dan Neely30-Nov-05 7:01
Dan Neely30-Nov-05 7:01 
QuestionSpeed up Switching TreeView View Type Pin
notacake30-Nov-05 6:24
notacake30-Nov-05 6:24 
AnswerRe: Speed up Switching TreeView View Type Pin
KaptinKrunch30-Nov-05 6:42
KaptinKrunch30-Nov-05 6:42 
GeneralRe: Speed up Switching TreeView View Type Pin
notacake30-Nov-05 6:59
notacake30-Nov-05 6:59 
AnswerRe: Speed up Switching TreeView View Type Pin
Joel Lucsy3-Dec-05 7:42
Joel Lucsy3-Dec-05 7:42 
QuestionTriangle change size? How to dash line? Pin
...---...30-Nov-05 5:07
...---...30-Nov-05 5:07 
AnswerRe: Triangle change size? How to dash line? Pin
freshonlineMax30-Nov-05 5:57
freshonlineMax30-Nov-05 5:57 
QuestionVS 2005 formatting of constructor initializers Pin
Alvaro Mendez30-Nov-05 4:04
Alvaro Mendez30-Nov-05 4:04 
AnswerRe: VS 2005 formatting of constructor initializers Pin
Steve Maier30-Nov-05 4:19
professionalSteve Maier30-Nov-05 4:19 
GeneralRe: VS 2005 formatting of constructor initializers Pin
Alvaro Mendez30-Nov-05 5:25
Alvaro Mendez30-Nov-05 5:25 
QuestionSelected listview items losing highlight when the lv loses focus Pin
Dan Neely30-Nov-05 3:47
Dan Neely30-Nov-05 3:47 
AnswerRe: Selected listview items losing highlight when the lv loses focus Pin
Sean Michael Murphy30-Nov-05 5:17
Sean Michael Murphy30-Nov-05 5:17 
QuestionAuto Login on Webpage using C# Pin
mjmcinto30-Nov-05 2:54
mjmcinto30-Nov-05 2:54 
QuestionRe: Auto Login on Webpage using C# Pin
mjmcinto30-Nov-05 8:58
mjmcinto30-Nov-05 8:58 
QuestionAssigning commandbar images Pin
Daniel Ion30-Nov-05 1:18
Daniel Ion30-Nov-05 1:18 

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.