Forum: C++ Jun 25th, 2008 |
| Replies: 5 Views: 1,555 This (http://www.ucancode.net/Visual-C-Printing-PrintDlg.htm) may be relevant. |
Forum: Project Partners Wanted Jun 22nd, 2008 |
| Replies: 5 Views: 1,032 LOL... I think this (http://www.daniweb.com/forums/forum133.html) may be the right place to post this. |
Forum: Geeks' Lounge Jan 4th, 2008 |
| Replies: 55 Views: 5,005 lol.. What I really meant was that once you've achieved what you wanted to, its pretty difficult to maintain balance in one's life. I do believe that "An idle mind is a devil's workshop". After... |
Forum: Java Jan 4th, 2008 |
| Replies: 15 Views: 1,538 Understood.
Yes, I agree. |
Forum: Java Dec 30th, 2007 |
| Replies: 13 Views: 1,534 Hi nljavaingineur, I suggest you these things:
-Start a new thread for a new problem. It is related to this thread but you are using a different approach.
-Use code tags.
-Use proper alignment... |
Forum: DaniWeb Community Feedback Dec 22nd, 2007 |
| Replies: 16 Views: 2,101 Hello,
I wonder why am I getting negative reputation for starting threads in the geek's lounge.
Take a look over here.
http://www.daniweb.com/forums/member115698.html
When I put the... |
Forum: Geeks' Lounge Dec 21st, 2007 |
| Replies: 17 Views: 2,149 Originally discovered by technicians on crash tests at Cailfornia in 1949, Murphy's Laws spread quickly. They were spotted everywhere: buses always came in threes, desperately needed objects became... |
Forum: Java Dec 16th, 2007 |
| Replies: 13 Views: 1,534 sOperator gets its value using this statement.
sOperator = (String) arg;
If your problem is solved, mark this thread as solved by clicking on the link below the last post in this thread. |
Forum: Java Dec 15th, 2007 |
| Replies: 13 Views: 1,534 This is your first post. But, the next time you post your code, please use code tags so that the users can view the code along with proper alignment.
if (isFixReg)
sText2 = (String) arg;... |
Forum: C Dec 14th, 2007 |
| Replies: 21 Views: 2,668 You are surely not going to get anyone to write the entire code for you. You know how to do the task. Separate it into several small manageable modules. Write the algorithm in a logical order.... |