Click here to Skip to main content
15,888,802 members
Home / Discussions / C#
   

C#

 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff22-Dec-18 4:51
mveOriginalGriff22-Dec-18 4:51 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 5:43
_Q12_22-Dec-18 5:43 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 6:08
_Q12_22-Dec-18 6:08 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 6:16
_Q12_22-Dec-18 6:16 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff22-Dec-18 6:19
mveOriginalGriff22-Dec-18 6:19 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_22-Dec-18 6:41
_Q12_22-Dec-18 6:41 
Questionhow to hide a column in excel through C# Pin
Member 1204584621-Dec-18 0:39
Member 1204584621-Dec-18 0:39 
AnswerRe: how to hide a column in excel through C# Pin
jschell23-Dec-18 7:49
jschell23-Dec-18 7:49 
That isn't clear.

If you are creating a excel file then you are using a library. So find how you do that in the library (not a C# question.)

If you wrote your own code entirely to create an excel sheet then you will need to figure out how that happens in an excel file. If you are lucky you can google and find something that explains that. Otherwise you
1. Create a simple (3 column) spreadsheet in excel with ONE row
2. Save it
3. Hide the middle column
4. Save it do a DIFFERENT file
5. Use a binary editor to compare the two files.
6. Update your code to do the difference you found
7. Test a LOT.
QuestionENUM value in method Pin
Member 1409081521-Dec-18 0:16
Member 1409081521-Dec-18 0:16 
AnswerRe: ENUM value in method Pin
OriginalGriff21-Dec-18 0:32
mveOriginalGriff21-Dec-18 0:32 
GeneralRe: ENUM value in method Pin
Member 1409081521-Dec-18 0:50
Member 1409081521-Dec-18 0:50 
GeneralRe: ENUM value in method Pin
OriginalGriff21-Dec-18 1:01
mveOriginalGriff21-Dec-18 1:01 
GeneralRe: ENUM value in method Pin
Richard Deeming21-Dec-18 1:13
mveRichard Deeming21-Dec-18 1:13 
QuestionKill execute function Pin
MatrixRatrix20-Dec-18 5:50
MatrixRatrix20-Dec-18 5:50 
AnswerRe: Kill execute function Pin
Richard Deeming20-Dec-18 6:01
mveRichard Deeming20-Dec-18 6:01 
GeneralRe: Kill execute function Pin
MatrixRatrix20-Dec-18 7:09
MatrixRatrix20-Dec-18 7:09 
GeneralRe: Kill execute function Pin
Richard Deeming20-Dec-18 8:09
mveRichard Deeming20-Dec-18 8:09 
GeneralRe: Kill execute function Pin
OriginalGriff20-Dec-18 8:20
mveOriginalGriff20-Dec-18 8:20 
AnswerRe: Kill execute function Pin
OriginalGriff20-Dec-18 6:06
mveOriginalGriff20-Dec-18 6:06 
Questionc# listview Update problem Pin
MatrixRatrix20-Dec-18 2:29
MatrixRatrix20-Dec-18 2:29 
AnswerRe: c# listview Update problem Pin
Richard Deeming20-Dec-18 2:36
mveRichard Deeming20-Dec-18 2:36 
GeneralRe: c# listview Update problem Pin
MatrixRatrix20-Dec-18 2:49
MatrixRatrix20-Dec-18 2:49 
AnswerRe: c# listview Update problem Pin
BillWoodruff20-Dec-18 2:51
professionalBillWoodruff20-Dec-18 2:51 
QuestionC# Pin
KKSPANDICEO19-Dec-18 1:18
KKSPANDICEO19-Dec-18 1:18 
AnswerRe: C# Pin
OriginalGriff19-Dec-18 1:19
mveOriginalGriff19-Dec-18 1:19 

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.