Click here to Skip to main content
15,891,649 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# - Parsing lines of C# source code with Regular expressions Pin
TJoe15-Oct-07 3:50
TJoe15-Oct-07 3:50 
GeneralRe: C# - Parsing lines of C# source code with Regular expressions [modified] Pin
ahropak15-Oct-07 7:07
ahropak15-Oct-07 7:07 
QuestionHi guys any one here know WPF/E & C# how's can try help in solveing this : Pin
Epsilone314-Oct-07 20:09
Epsilone314-Oct-07 20:09 
QuestionC# and database deployment Pin
The Prodigy14-Oct-07 19:37
The Prodigy14-Oct-07 19:37 
AnswerRe: C# and database deployment Pin
Andrei Ungureanu14-Oct-07 20:42
Andrei Ungureanu14-Oct-07 20:42 
GeneralRe: C# and database deployment Pin
The Prodigy14-Oct-07 21:00
The Prodigy14-Oct-07 21:00 
QuestionHide Columns & Rows in an Excel sheet Pin
Charith Jayasundara14-Oct-07 19:33
Charith Jayasundara14-Oct-07 19:33 
AnswerRe: Hide Columns & Rows in an Excel sheet Pin
Sandeep Kumar15-Oct-07 2:57
Sandeep Kumar15-Oct-07 2:57 
Hi....

The code will look like

Range usedRng1 = (Range)_ExcByAppWorkSheet.get_Range("A1", Type.Missing).Select();<br />
usedRng1.EntireColumn.Hidden = true;


Regards,
Sandeep Kumar.V

GeneralRe: Hide Columns & Rows in an Excel sheet [modified] Pin
pcthao24-Dec-10 3:01
pcthao24-Dec-10 3:01 
QuestionProgrammatically inserting a value into GridView problem Pin
Molokan14-Oct-07 18:24
Molokan14-Oct-07 18:24 
Questionhow to solve this number series problem.. Pin
VG Ramanan14-Oct-07 18:09
VG Ramanan14-Oct-07 18:09 
AnswerRe: how to solve this number series problem.. Pin
Christian Graus14-Oct-07 18:24
protectorChristian Graus14-Oct-07 18:24 
GeneralRe: how to solve this number series problem.. Pin
VG Ramanan14-Oct-07 19:17
VG Ramanan14-Oct-07 19:17 
GeneralRe: how to solve this number series problem.. Pin
Ravi Bhavnani14-Oct-07 20:19
professionalRavi Bhavnani14-Oct-07 20:19 
GeneralRe: how to solve this number series problem.. Pin
VG Ramanan14-Oct-07 20:33
VG Ramanan14-Oct-07 20:33 
AnswerRe: how to solve this number series problem.. Pin
Guffa14-Oct-07 20:57
Guffa14-Oct-07 20:57 
AnswerRe: how to solve this number series problem.. Pin
User 665814-Oct-07 20:35
User 665814-Oct-07 20:35 
GeneralRe: how to solve this number series problem.. Pin
User 665814-Oct-07 20:42
User 665814-Oct-07 20:42 
QuestionData-grid alternative Pin
Eli Nurman14-Oct-07 17:11
Eli Nurman14-Oct-07 17:11 
AnswerRe: Data-grid alternative Pin
il_masacratore14-Oct-07 21:19
il_masacratore14-Oct-07 21:19 
NewsAwesome short cuts with VS2005 Pin
Christopher Stratmann14-Oct-07 12:46
Christopher Stratmann14-Oct-07 12:46 
GeneralRe: Awesome short cuts with VS2005 Pin
Colin Angus Mackay14-Oct-07 13:00
Colin Angus Mackay14-Oct-07 13:00 
AnswerRe: Awesome short cuts with VS2005 Pin
Stu Richardson14-Oct-07 22:23
Stu Richardson14-Oct-07 22:23 
QuestionNaming variables on the fly using a loop Pin
gizmokaka14-Oct-07 12:11
gizmokaka14-Oct-07 12:11 
AnswerRe: Naming variables on the fly using a loop Pin
Anthony Mushrow14-Oct-07 12:31
professionalAnthony Mushrow14-Oct-07 12:31 

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.