Click here to Skip to main content
15,867,453 members
Home / Discussions / C#
   

C#

 
QuestionProblem to link menu and sitemap... Pin
dipak.dipak29-Jan-08 20:13
dipak.dipak29-Jan-08 20:13 
GeneralRe: Problem to link menu and sitemap... Pin
J a a n s30-Jan-08 4:13
professionalJ a a n s30-Jan-08 4:13 
GeneralOnline Code examples Pin
Daniel_Logan29-Jan-08 19:38
Daniel_Logan29-Jan-08 19:38 
GeneralRe: Online Code examples Pin
pmarfleet29-Jan-08 19:44
pmarfleet29-Jan-08 19:44 
GeneralSelecting specific data with FileStream Pin
Daniel_Logan29-Jan-08 19:32
Daniel_Logan29-Jan-08 19:32 
GeneralRe: Selecting specific data with FileStream Pin
pmarfleet29-Jan-08 19:46
pmarfleet29-Jan-08 19:46 
GeneralRe: Selecting specific data with FileStream Pin
Daniel_Logan29-Jan-08 20:23
Daniel_Logan29-Jan-08 20:23 
GeneralRe: Selecting specific data with FileStream Pin
GuyThiebaut29-Jan-08 20:47
professionalGuyThiebaut29-Jan-08 20:47 
Being ill at home I thought I'd write you the pseudocode for how to do this.
So this is one of the ways you can do this - just pop the relevant C# in there:


displayline = false
while not readline end of file
    if line is date
        if date is selecteddate
            displayline = true
        else
            displayline = false
        endif
    endif
    if displayline 
        display line to screen
    endif
while end


You always pass failure on the way to success.


Questioncartesian cordinate from image(X,Y) Pin
f_ft29-Jan-08 19:13
f_ft29-Jan-08 19:13 
GeneralRe: cartesian cordinate from image(X,Y) Pin
CKnig29-Jan-08 20:59
CKnig29-Jan-08 20:59 
GeneralPreventing form resizing on double clicking over title bar Pin
Darmi29-Jan-08 18:22
Darmi29-Jan-08 18:22 
AnswerRe: Preventing form resizing on double clicking over title bar Pin
sathish s29-Jan-08 22:55
sathish s29-Jan-08 22:55 
QuestionCombobox data binding Pin
M. J. Jaya Chitra29-Jan-08 18:09
M. J. Jaya Chitra29-Jan-08 18:09 
GeneralRe: Combobox data binding Pin
Mark Churchill29-Jan-08 18:22
Mark Churchill29-Jan-08 18:22 
GeneralRe: Combobox data binding Pin
M. J. Jaya Chitra29-Jan-08 18:45
M. J. Jaya Chitra29-Jan-08 18:45 
QuestionRe: [Message Deleted] Pin
pmarfleet29-Jan-08 19:43
pmarfleet29-Jan-08 19:43 
GeneralFloppy noise on windows 2000 when msinfo32 runs Pin
pranu_1329-Jan-08 18:01
pranu_1329-Jan-08 18:01 
GeneralRe: Floppy noise on windows 2000 when msinfo32 runs Pin
Jimmanuel30-Jan-08 3:06
Jimmanuel30-Jan-08 3:06 
GeneralRe: Floppy noise on windows 2000 when msinfo32 runs Pin
Jordanwb30-Jan-08 10:33
Jordanwb30-Jan-08 10:33 
GeneralHELP~~ Converting Lab color value to RGB value Pin
azusakt29-Jan-08 17:12
azusakt29-Jan-08 17:12 
GeneralRe: HELP~~ Converting Lab color value to RGB value Pin
Sun Rays29-Jan-08 17:39
Sun Rays29-Jan-08 17:39 
GeneralRe: HELP~~ Converting Lab color value to RGB value Pin
Ennis Ray Lynch, Jr.29-Jan-08 17:41
Ennis Ray Lynch, Jr.29-Jan-08 17:41 
GeneralRe: HELP~~ Converting Lab color value to RGB value Pin
azusakt29-Jan-08 19:05
azusakt29-Jan-08 19:05 
GeneralRe: HELP~~ Converting Lab color value to RGB value Pin
Luc Pattyn30-Jan-08 2:43
sitebuilderLuc Pattyn30-Jan-08 2:43 
GeneralCalling a method in a library to an exe file using a delegate Pin
MAW3029-Jan-08 16:02
MAW3029-Jan-08 16:02 

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.