|
Saba Minhas wrote: like PIA flight Information System,or any shop or school or railway system
So, you have many idea. Why you are not implementing one of them.
Saba Minhas wrote: This is not my degrees final project,this is semester project.So it should be little smaal
Don't go for develop all the things. Divide by module. Try to implement some of the main module.
Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.
|
|
|
|
|
I can't implement these ideas because my other classfellows are already implementing these ideas.
|
|
|
|
|
If you want something fairly simple, but usefull and expandable to any level of complexity you want, how about a to-do's list? Can be simple to start with, but expand to timers, reminders, assigned to user, GANT charts, etc.
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.
This message is made of fully recyclable Zeros and Ones
|
|
|
|
|
|
Hi,
Can someone please help me with this code?
10x
|
|
|
|
|
Well, first of all, the article HAS a forum for you to ask questions. Second, what does 'help me with this code' mean ? What sort of help do you need exactly ? ( I suggest whatever it is, you ask in the right forum )
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
In my windows application project ,
I have several user-forms and letters , that should stored in SQL database.
* User must be able to change contents and format of the forms and some parts of the letters.
(editing the forms and letters by user)
* Program must be able to change or fill some parts of a letter for a person and print it.
(filling and editing the forms and letters by program at runtime)
----------------------------
What is the best idea for this program ?
Should I have a builtin text editor in my program ?
How can I change or fill some parts of a letter or form at runtime ?
What about office-word to use for this program ?
----------------------------
what I should to do ?
please help me.
H.R
|
|
|
|
|
Word seems like overkill to me, esp because it means your users must have Word installed. A rich text editor, or even a textbox, sounds like it could be fine. It depends on the format of the files, what sort of stuff you need to support.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Hi!
I am trying to implement client(on my pda) server(on my laptop) application in c#. at the beginning everything works fine after a few seconds exception is occured on the server side. as the following :
"unable to write data to the transport connection an established connection was aborted by software in your host machine"
I searched solution of this exception. somebody suggested that I should turn off antivirus and firewall programs on my laptop. I did but I have still same problem. could you help me as soon as possible.
thanks....
|
|
|
|
|
|
This is truly awful code. Are you competing in an unreadable code contest ?
This is a variation on code you posted the other day. You've done nothing to improve it. The error message means what it says. It seems to mean that your data does not contain a primary key which can be used for updating. Everything about this tells me that you are writing next to no code and letting wizards and auto generating tools do it for you. This path will only lead to a big mess, because you plainly don't understand how to write readable code, what any of this code does, etc.
If you're writing code for fun, start again, buy a good book, and learn how to actually write methods, and SQL, and so on. If you're being paid for this code, you are a disgrace, and I would expect that this project will either not be delivered, or be an unmaintainable mess when it is.
I also note you ask the same basic questions over and over, but never respond when people try to help you. No-one is even capable of fixing this mess based on what you posted, so start to discuss your problems with us, or just stop posting. You won't get a solution, ever, by doing what you're doing, we just cannot help you by giving exact instructions, even if we wanted to, based on this.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
OK, maybe tune it back a little now.
|
|
|
|
|
I have tried to help this guy several times, so have other people. I'm sorry, but people who ask clueless questions, then don't answer when people try to help them, are just a waste of space. I always try to help in the first instance, even tho it's clear to me he is doing paid work and has no clue how it's done.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Christian Graus wrote: but people who ask clueless questions, then don't answer when people try to help them.
and this is increasing day by day
Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.
|
|
|
|
|
And he did the last thing we are expecting from him, deleted the post.
|
|
|
|
|
Yeah, imagine my surprise....
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
What language(s) used behind flash tool/software.
|
|
|
|
|
Google broken where you live ? It's not C#, so you're in the wrong spot.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Thanx Sir. Just checked Google with the same keyword ie "Language behind flash" but their engine already scanned this page in minutes & published as topmost result matched. Despite wrong forum, your reply DUE now as this page now top match that a typical surfer'd find (try above). It wont be appropriate to say 'action scripts' that appears 2b Macromedia® adapted proprietary for 'Java Applet®' behind the scene. Regards
FN: If I had tried Google first, I 'd never have made wrong forum choice.
modified on Saturday, September 26, 2009 2:24 AM
|
|
|
|
|
alrsds wrote: What language(s) used behind flash tool/software.
Not Chinese I guess
Manas Bhardwaj
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
|
|
|
|
|
What about Japanese as flash now Adobe® sponsored
modified on Saturday, September 26, 2009 1:25 AM
|
|
|
|
|
|
How bad of an idea is it to use the customer's Windows Product Key to fingerprint an installation? I would ask them to run a 'registration utility' that would display their Windows Product Key, and ask them to email it to me. Then provide a version of the application that only works with that key. A quick search did not provide instance of attacks via Windows Product Key. (I guess I should encrypt it prior to displaying and asking to send). Please advise the newbie, thanks
|
|
|
|
|
First, create a product worth stealing...
|
|
|
|
|
There are installations out there that all use the same product key, i.e. corporate installations and Ghosted copies. It's definately NOT a fingerprint for Windows.
|
|
|
|