Click here to Skip to main content
15,916,846 members
Home / Discussions / C#
   

C#

 
QuestionReroute an Application's Network Traffic Pin
Zaegra2-Oct-09 6:04
Zaegra2-Oct-09 6:04 
AnswerRe: Reroute an Application's Network Traffic Pin
Saksida Bojan2-Oct-09 6:38
Saksida Bojan2-Oct-09 6:38 
GeneralRe: Reroute an Application's Network Traffic Pin
Zaegra2-Oct-09 7:01
Zaegra2-Oct-09 7:01 
QuestionHandling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
WebMaster2-Oct-09 4:58
WebMaster2-Oct-09 4:58 
AnswerRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
Saksida Bojan2-Oct-09 5:30
Saksida Bojan2-Oct-09 5:30 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
WebMaster2-Oct-09 5:45
WebMaster2-Oct-09 5:45 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
Saksida Bojan2-Oct-09 6:28
Saksida Bojan2-Oct-09 6:28 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
WebMaster2-Oct-09 6:46
WebMaster2-Oct-09 6:46 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
Saksida Bojan2-Oct-09 7:06
Saksida Bojan2-Oct-09 7:06 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
WebMaster2-Oct-09 20:59
WebMaster2-Oct-09 20:59 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
Saksida Bojan2-Oct-09 22:19
Saksida Bojan2-Oct-09 22:19 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
WebMaster3-Oct-09 1:01
WebMaster3-Oct-09 1:01 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
Saksida Bojan3-Oct-09 1:49
Saksida Bojan3-Oct-09 1:49 
GeneralRe: Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized Pin
WebMaster3-Oct-09 4:34
WebMaster3-Oct-09 4:34 
Questionnot able to read data from excel sheet using Microsoft.Office.Interop.Excel Pin
PrasannaKulkarni2-Oct-09 4:34
PrasannaKulkarni2-Oct-09 4:34 
AnswerRe: not able to read data from excel sheet using Microsoft.Office.Interop.Excel Pin
Dave Kreskowiak2-Oct-09 5:28
mveDave Kreskowiak2-Oct-09 5:28 
PrasannaKulkarni wrote:
89.00000001 and if that column is not resized to its max, that cell is displaying "#####" if you open the excel sheet. So my application code is also reading it as "#####" instead of the correct data.


This isn't really possible unless you've doing something very wrong. If you get the Value of the cell, you get the value. The "######" you see is strictly limited to the display of the value, not the value itself.

As I look at your code, I see you're getting the Text property of the cell, not it's Value.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: not able to read data from excel sheet using Microsoft.Office.Interop.Excel Pin
PrasannaKulkarni2-Oct-09 6:19
PrasannaKulkarni2-Oct-09 6:19 
GeneralRe: not able to read data from excel sheet using Microsoft.Office.Interop.Excel Pin
Dave Kreskowiak2-Oct-09 7:05
mveDave Kreskowiak2-Oct-09 7:05 
QuestionCannot convert from system...IList<class> to class[]</class> Pin
Sevententh2-Oct-09 4:09
Sevententh2-Oct-09 4:09 
AnswerRe: Cannot convert from system...IList to class[] Pin
Keith Barrow2-Oct-09 4:19
professionalKeith Barrow2-Oct-09 4:19 
GeneralRe: Cannot convert from system...IList to class[] Pin
Sevententh5-Oct-09 23:27
Sevententh5-Oct-09 23:27 
QuestionOdd behaviour when selecting item in a Combobox [Fixed it, my fault] Pin
Anthony Mushrow2-Oct-09 4:07
professionalAnthony Mushrow2-Oct-09 4:07 
QuestionC# TCP networkstreem problem Pin
Titok Levi2-Oct-09 2:32
Titok Levi2-Oct-09 2:32 
AnswerRe: C# TCP networkstreem problem Pin
Luc Pattyn2-Oct-09 3:06
sitebuilderLuc Pattyn2-Oct-09 3:06 
AnswerRe: C# TCP networkstreem problem Pin
0x3c02-Oct-09 3:56
0x3c02-Oct-09 3:56 

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.