User Profile

Collapse

Profile Sidebar

Collapse
David R
David R
Last Activity: Jan 15 '09, 09:17 PM
Joined: Dec 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I guess I'm not understanding.
    I have 2 projects in my solution. One is the application itself, the second is the setup project.
    In the setup project I setup the application folders to be created during the installation.
    A property of the Application Folder is "DefaultLocatio n" where I have it set to "[ProgramFilesFol er][Manufacturer]\ABC"

    How do I change this location based on the OS during se...
    See more | Go to post

    Leave a comment:


  • Its a Windows app, C#. .net 1.1
    No, I do not have a form load event
    See more | Go to post

    Leave a comment:


  • I guess I don't know where to do this
    See more | Go to post

    Leave a comment:


  • David R
    started a topic How to change defaultLocation based on the OS

    How to change defaultLocation based on the OS

    I have a windows application using .net 1.1

    In the setup project I set the DefaultLocation to
    [ProgramFileFold er][Manufacturer]ABC

    Is there a way to change this defaultLocation based on the OS.
    I'd like to leave this location when installing on Windows XP but change the location to another path when installing on Windows Vista.

    Can I use an If-statement to determine the OS and then set the Defa...
    See more | Go to post
    Last edited by Frinavale; Dec 30 '08, 07:54 PM. Reason: Moved to C# forum

  • David R
    replied to charts and graphs
    in .NET
    Thanks -
    Does .net 2 or 3 have built-in charting and graphing capabilities?
    See more | Go to post

    Leave a comment:


  • David R
    started a topic charts and graphs
    in .NET

    charts and graphs

    Is there a way to display charts and graphs in my c# windows application?
    I am using .NET Framework 1.1

    Thanks
    See more | Go to post

  • David R
    replied to Log file data mining
    in .NET
    If i upgrade to Framework 3.5 and use the List class...
    How would i add a "Date", "Time" and "Event" to the list?
    How would I access the data in a list to count occurrances and perform calculations?
    See more | Go to post

    Leave a comment:


  • David R
    replied to Log file data mining
    in .NET
    An arraylist would be best if I need to do some searching and some calcualtions?
    See more | Go to post

    Leave a comment:


  • David R
    replied to Log file data mining
    in .NET
    getting back to my collection question -
    so I will have 2 variable from the LogEntry class; a DateTime and Event string.
    How do I add them both to a Arraylist?
    See more | Go to post

    Leave a comment:


  • David R
    replied to Log file data mining
    in .NET
    Thank You.
    One last question -
    Like I said, I'm using 1.1 for a stand alone windows app. No db.
    Just reading/writing to a file.

    Are there any benefits to upgrading to .Net 2 or even 3?
    See more | Go to post

    Leave a comment:


  • David R
    replied to Log file data mining
    in .NET
    can u give an example?
    See more | Go to post

    Leave a comment:


  • David R
    replied to Log file data mining
    in .NET
    Sorry, I mean store in my program. I do not need to store to a db.

    I'm looking for the best way to read the log file and then do some calculations.
    ie. number of occurances, times between certain events, etc
    See more | Go to post

    Leave a comment:


  • David R
    replied to Log file data mining
    in .NET
    So storing the log file to an xml file would be better than an arraylist?
    Do you have an example?
    See more | Go to post

    Leave a comment:


  • David R
    started a topic Log file data mining
    in .NET

    Log file data mining

    I am writing an application in .net 1.1 using c#.
    I need to read and store data from a log file.
    The log file has 3 types of information:
    -the date
    -the time
    -the event
    All 3 are on seperate lines.
    I can open the file and read each line.

    Any suggestions on the collection I should use to store this information?
    I will need to report information from this data.
    i.e. the of...
    See more | Go to post
No activity results to display
Show More
Working...