|
I am Making Dashbord in .net C#. I want to open some module whis is made in VB6. when i add module dll in Dashbord open form but grid not display
|
|
|
|
|
Please give some more detail. We cannot see your screen so it is impossible to guess what your problem may be.
Use the best guess
|
|
|
|
|
Hi all
Please clear my doubt.
I have one server system where i installed sql server.
5 client machines accessing that.
now suppose if there is any power fluctuation like it's coming for 5 min and again going and so on.
So for this kind of situation, how to save the data or how to update the database each second.??
Is it possible that at a time we update the client database also and server database also.?
i.e at button click it should update both client and server database..
Please help.. 
|
|
|
|
|
Sound like mirroring to me and yes that's a database function and not on the client. Mirroring is generally a rather complex setup between major servers I don't think it applies to mirroring to a client machine.
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
It is possible, you need to look up database mirroring / database replication.
Please ask further question on this topic in one of the specialised SQL forums (it can get quite complicated depending on your needs), this forum is devoted to c#. Note that if you do it properly it will be transparent to the database users.
|
|
|
|
|
Ok...thanks.. 
|
|
|
|
|
Same problem I faced earlier when user need to sync data with more than two databases. we keep insert, update delete operation with data in a queue and create window service that sync queued operations with other databases(may or may not be same).
It will sync deferential data not all.
|
|
|
|
|
Hi. Is there a way to convert html to chm file programmatically using C# WinForms? 
|
|
|
|
|
|
|
Hi guys. I need suggestions on C# projects that are not too hard but not too simple since it might be not pleasant for our professor. My group mates and I need to do an object oriented program/system and we cannot think of anything as of now since we are not really good at programming. Anyway, your suggestions are appreciated. Thanks! 
|
|
|
|
|
Is this for a computer science course of some description? If I were looking to do something like this, I'd pick something that interests me and look at writing a project based on that. The reason for this is simple - if it's something I'm interested in, then I already have some knowledge about the topic. That makes it easier for me to design the application.
|
|
|
|
|
Not exactly, it's an information technology course. I really cannot think of anything as of now and we need to pass a proposal on Wednesday. I was thinking of a payroll system but it's too hard for us without any guide or help at all 
|
|
|
|
|
Remember that you are the team who have to write the code - we aren't going to do it for you, so anything you write has to be something you know and understand. What are your interests? Are you mad about morris dancing? Do you jitter with joy at crochet work? What do you do for fun?
|
|
|
|
|
I know I was thinking of tracking system/program like what delivery companies have or an information system that lists employees and tracks their attendance. Are they applicable to be object oriented? That's my problem as of now since the project we need to pass has to be object-oriented coded.
|
|
|
|
|
Address book, Password keeper, Home inventory, Money tracker ...
Use the best guess
|
|
|
|
|
So I was thinking of creating an information system.
Modules would be:
-Employee List
-Attendance Tracking (how many absents or leaves)
-Time in and out
-Employee Information
- ???
I really cannot think properly as of now, forgive me. Is it good or bad?
|
|
|
|
|
jeedolas wrote: Is it good or bad? Sounds like a good idea to me, but it all depends on what your professor is expecting.
Use the best guess
|
|
|
|
|
This is your first projects. So you don't need to include many modules. What ever you listed is more than enough. You need to concentrate more on the functionality, the way project is structured. Try and use latest technologies. For example - Choose appropriate framework(like MVC, if it is web based), Use ORM like Entity framework.
|
|
|
|
|
Does it have to be boring?
|
|
|
|
|
Ooh, that's a great idea. A database that links drill bits to screw sizes and wall plugs, taking into account whether or not you need to use masonry bits.
|
|
|
|
|
The OP did say it was for school.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
jeedolas wrote: since it might be not pleasant for our professor.
..and the prof has no bloody idea of what might be appropriate for someone with your level of expertise? Does the prof need a hand in Googling?
There's a "starter kit" for timesheets available from Microsoft.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
Work on sth which have database (not advanced).
it can be find on Customers lists/info, Advanced Phone Address Book, Basic windows utilities or sth like that.
also in this Projects if you add a simple compute you can be BEST!
also i prefer using WPF for good style if you can.
-Amir Mohammad Nasrollahi
/* LIFE RUNS ON CODE */
|
|
|
|
|
Quote: since we are not really good at programming
I like your honesty.
Thanks
-Amit Gajjar
|
|
|
|