Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: win2k can show transparency too ... Pin
Paul Watson9-Nov-02 5:38
sitebuilderPaul Watson9-Nov-02 5:38 
GeneralRe: Transparency Pin
MrEyes11-Nov-02 1:52
MrEyes11-Nov-02 1:52 
GeneralRe: Transparency Pin
Paul Watson11-Nov-02 2:11
sitebuilderPaul Watson11-Nov-02 2:11 
GeneralRe: Transparency Pin
MrEyes11-Nov-02 3:35
MrEyes11-Nov-02 3:35 
GeneralRe: Transparency Pin
MrEyes11-Nov-02 4:03
MrEyes11-Nov-02 4:03 
GeneralRe: How do i find if user clik "ok" on my Modal Dialog? Pin
perlmunger8-Nov-02 4:24
perlmunger8-Nov-02 4:24 
GeneralRecomended Data Store... Pin
Steve McLenithan8-Nov-02 2:32
Steve McLenithan8-Nov-02 2:32 
GeneralRe: Recomended Data Store... Pin
perlmunger8-Nov-02 5:20
perlmunger8-Nov-02 5:20 
Using Access at all can be a con in itself. That being said, you can't beat it for portability and cost effectiveness. The only thing I would keep in mind there is that there is, to my knowledge, no easy way to create Access databases on the fly in C# shy of using ADOX and COM+. If you don't need to creat the database programmatically, though, it's a moot point.

As far as XML goes, you should really just ask yourself why you would use it. XML, while a great and useful technology, isn't the right choice for every application. It sounds to me like you are just wanting to store some simple data that you will manipulate. I would personally go for the database just because it is fairly easy to use and the development time would be pretty quick. Adding XML, on the other hand, could produce unnecessary overhead and time consumption.

If it's your goal to learn more about XML, then it may be worth it to try it that way, but if you're under a time crunch, I would personally go for the straight SQL with a database--primarily because that is what I'm most familiar with, but also because using XML doesn't really give you an added benefit. IMHO

-Matt



------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralRe: Recomended Data Store... Pin
Paul Watson8-Nov-02 6:54
sitebuilderPaul Watson8-Nov-02 6:54 
GeneralRe: Recomended Data Store... Pin
Steve McLenithan8-Nov-02 12:00
Steve McLenithan8-Nov-02 12:00 
GeneralNeed Help!!! C# Interfaces and C++ Classes Pin
Chris Powers8-Nov-02 1:51
Chris Powers8-Nov-02 1:51 
QuestionHow do i find if user clik "ok" on my Modal Dialog? Pin
Karavaev Denis8-Nov-02 0:54
Karavaev Denis8-Nov-02 0:54 
AnswerRe: How do i find if user clik "ok" on my Modal Dialog? Pin
Chad Smith8-Nov-02 3:30
professionalChad Smith8-Nov-02 3:30 
GeneralRe: How do i find if user clik "ok" on my Modal Dialog? Pin
Karavaev Denis8-Nov-02 3:46
Karavaev Denis8-Nov-02 3:46 
GeneralScroll Listbox with API Pin
CristianRicciolo7-Nov-02 23:32
CristianRicciolo7-Nov-02 23:32 
GeneralComponent based programming in C# (newbie!) Pin
AaronStibich7-Nov-02 16:41
AaronStibich7-Nov-02 16:41 
GeneralRe: Component based programming in C# (newbie!) Pin
Nick Parker7-Nov-02 17:44
protectorNick Parker7-Nov-02 17:44 
GeneralRe: Component based programming in C# (newbie!) Pin
Stephane Rodriguez.7-Nov-02 19:11
Stephane Rodriguez.7-Nov-02 19:11 
GeneralRe: Component based programming in C# (newbie!) Pin
Nick Parker8-Nov-02 1:54
protectorNick Parker8-Nov-02 1:54 
GeneralRe: Component based programming in C# (newbie!) Pin
Stephane Rodriguez.8-Nov-02 2:26
Stephane Rodriguez.8-Nov-02 2:26 
GeneralRe: Component based programming in C# (newbie!) Pin
Nick Parker8-Nov-02 3:36
protectorNick Parker8-Nov-02 3:36 
GeneralRe: Component based programming in C# (newbie!) Pin
Stephane Rodriguez.8-Nov-02 3:45
Stephane Rodriguez.8-Nov-02 3:45 
GeneralRe: Component based programming in C# (newbie!) Pin
Nick Parker8-Nov-02 17:20
protectorNick Parker8-Nov-02 17:20 
GeneralRe: Component based programming in C# (newbie!) Pin
Stephane Rodriguez.8-Nov-02 19:26
Stephane Rodriguez.8-Nov-02 19:26 
GeneralRe: Component based programming in C# (newbie!) Pin
Nick Parker9-Nov-02 2:07
protectorNick Parker9-Nov-02 2:07 

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.