Click here to Skip to main content
15,924,193 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating New string Line Pin
stancrm18-Sep-06 20:11
stancrm18-Sep-06 20:11 
QuestionEMC (electronic Medical claim) Pin
sonicsqwirl18-Sep-06 17:19
sonicsqwirl18-Sep-06 17:19 
QuestionMidi to wave Pin
ahjiang18-Sep-06 16:33
ahjiang18-Sep-06 16:33 
QuestionRuntime Error -- Writing to a File (FileStreams) Pin
midnitrcr18-Sep-06 11:51
midnitrcr18-Sep-06 11:51 
AnswerRe: Runtime Error -- Writing to a File (FileStreams) Pin
Christian Graus18-Sep-06 12:46
protectorChristian Graus18-Sep-06 12:46 
GeneralRe: Runtime Error -- Writing to a File (FileStreams) Pin
midnitrcr19-Sep-06 5:17
midnitrcr19-Sep-06 5:17 
QuestionHow to hide horizontal scroll bar in listview Pin
amymarie318-Sep-06 11:51
amymarie318-Sep-06 11:51 
AnswerRe: How to hide horizontal scroll bar in listview Pin
amymarie319-Sep-06 9:08
amymarie319-Sep-06 9:08 
I found the answer so that it will hide the scroll bar properly if the data fits in the list view. It will still appear when the data is wider than the control but at least now it looks better.

this.lstGenerate.Columns[0].Width = -1;

QuestionTreview Context menu shortcut keys Pin
Saamir18-Sep-06 9:58
Saamir18-Sep-06 9:58 
Questionerror 80040154 at instantiation of COM object Pin
mkrelli18-Sep-06 9:17
mkrelli18-Sep-06 9:17 
QuestionAdding data to an Array Pin
Saamir18-Sep-06 8:58
Saamir18-Sep-06 8:58 
AnswerRe: Adding data to an Array Pin
Guffa18-Sep-06 9:09
Guffa18-Sep-06 9:09 
QuestionShowing unused drive letters Pin
numbers1thru918-Sep-06 8:36
numbers1thru918-Sep-06 8:36 
AnswerRe: Showing unused drive letters Pin
Christian Graus18-Sep-06 12:47
protectorChristian Graus18-Sep-06 12:47 
QuestionVariable/Collection contents seems to change between calls Pin
jimbobmcgee18-Sep-06 8:16
jimbobmcgee18-Sep-06 8:16 
QuestionUnable to open shim database version registry key - v2.0.50727.00000 Pin
yarns18-Sep-06 6:40
yarns18-Sep-06 6:40 
AnswerRe: Unable to open shim database version registry key - v2.0.50727.00000 Pin
Rob Graham18-Sep-06 7:32
Rob Graham18-Sep-06 7:32 
QuestionConfirm Email Address Pin
yesufollower18-Sep-06 5:30
yesufollower18-Sep-06 5:30 
AnswerRe: Confirm Email Address Pin
Ed.Poore18-Sep-06 5:35
Ed.Poore18-Sep-06 5:35 
AnswerRe: Confirm Email Address Pin
Guffa18-Sep-06 6:07
Guffa18-Sep-06 6:07 
QuestionGUI optimization Pin
Scarsymmetry18-Sep-06 5:10
Scarsymmetry18-Sep-06 5:10 
AnswerRe: GUI optimization Pin
wheelerbarry18-Sep-06 5:32
wheelerbarry18-Sep-06 5:32 
AnswerRe: GUI optimization Pin
Rob Graham18-Sep-06 5:40
Rob Graham18-Sep-06 5:40 
AnswerRe: GUI optimization Pin
Not Active18-Sep-06 5:43
mentorNot Active18-Sep-06 5:43 
QuestionR/W in Microsoft Access Pin
CodeItWell18-Sep-06 5:03
CodeItWell18-Sep-06 5: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.