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...
User Profile
Collapse
-
Its a Windows app, C#. .net 1.1
No, I do not have a form load eventLeave a comment:
-
-
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... -
Thanks -
Does .net 2 or 3 have built-in charting and graphing capabilities?Leave a comment:
-
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 -
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?Leave a comment:
-
An arraylist would be best if I need to do some searching and some calcualtions?Leave a comment:
-
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?Leave a comment:
-
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?Leave a comment:
-
-
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, etcLeave a comment:
-
So storing the log file to an xml file would be better than an arraylist?
Do you have an example?Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: