Forum: Posting Games Jul 10th, 2008 |
| Replies: 7,595 Views: 661,854 |
Forum: Posting Games Jul 8th, 2008 |
| Replies: 3,185 Views: 251,008 |
Forum: Posting Games Jul 8th, 2008 |
| Replies: 3,076 Views: 212,927 2008 is the current year. |
Forum: Posting Games Jul 8th, 2008 |
| Replies: 3,341 Views: 178,819 |
Forum: Visual Basic 4 / 5 / 6 Jul 7th, 2008 |
| Replies: 5 Views: 1,012 No 'logic' as such. You need to be well-conversant with the basic properties and methods of the listbox and combobox controls. |
Forum: C Jul 4th, 2008 |
| Replies: 10 Views: 1,160 More true would be, "To make the OS compatible with maximum amount of uPs that are being used in the target market." |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2008 |
| Replies: 8 Views: 739 Agreed. That is more practicable for such long delays. |
Forum: C Jul 4th, 2008 |
| Replies: 13 Views: 7,318 |
Forum: C Jul 3rd, 2008 |
| Replies: 10 Views: 1,160 Then don't do it in the first place. |
Forum: C++ Jul 3rd, 2008 |
| Replies: 4 Views: 539 Isn't your question vague? Avoid forcing people who want to help you to assume anything. |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008 |
| Replies: 8 Views: 739 Well, I've used it this way. No other ideas. |
Forum: C++ Jul 3rd, 2008 |
| Replies: 6 Views: 1,511 Post it in this (http://www.daniweb.com/forums/forum133.html) forum if you're in search of project partners. |
Forum: C Jul 3rd, 2008 |
| Replies: 10 Views: 1,160 Exactly. Work out those details before commencing this big a task. |
Forum: C Jul 3rd, 2008 |
| Replies: 13 Views: 7,318 I'd reported this problem earlier in DaniWeb Community Feedback, but somehow, things didn't work out. Some problem regarding the workload that means for the mods or the work required for automating... |
Forum: Computer Science Jul 3rd, 2008 |
| Replies: 3 Views: 1,491 Stemming (http://en.wikipedia.org/wiki/Stemming) is another algorithm I found to be of interest for similiar purposes. |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008 |
| Replies: 8 Views: 739 My post shows you one way to introduce those 2-minute delays that you want. |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008 |
| Replies: 6 Views: 1,883 Repeated Thread (http://www.daniweb.com/forums/thread132002.html). :D |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008 |
| Replies: 1 Views: 494 There might be ready-made API's (i m creating a new project of vb to access conncetivity in 5 PC small LAN.) out there.
For dealing with MS Access through VB, use ADODB. |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008 |
| Replies: 2 Views: 738 Your being more specific will help us help you more. |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008 |
| Replies: 8 Views: 739 Write this code in the declaration section:
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Then suppose you want a delay of 2 minutes, then convert it into... |
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2008 |
| Replies: 3 Views: 2,561 Eh?! What's the point repeating the words of the OP?
MSComm32 control can be used for serial port communication and for database handling (MS Access), you may use ADODB. |
Forum: C Jun 28th, 2008 |
| Replies: 5 Views: 2,006 Oh, I didn't realize that earlier. This is what happens when you go on switching between the C and C++ forums. |
Forum: C Jun 27th, 2008 |
| Replies: 4 Views: 463 Codes along with relevant comments always get more help! |
Forum: C Jun 27th, 2008 |
| Replies: 5 Views: 2,006 http://www.codeproject.com/KB/GDI/kanjifont.aspx
Though, I'm not sure whether it will help you in the case of Hindi. |
Forum: C++ Jun 27th, 2008 |
| Replies: 5 Views: 1,099 Okay. Post the entire code if possible. The root cause of the problem may lie somewhere else rather than in the code you've given. |
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2008 |
| Replies: 8 Views: 882 [QUOTE]
For ready-made API's use google (http://www.google.co.in/search?q=VB6+network+API&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a). Or if you like, you can establish... |
Forum: C++ Jun 26th, 2008 |
| Replies: 5 Views: 1,099 Are you sure you've declared those variables as public? |
Forum: C Jun 26th, 2008 |
| Replies: 2 Views: 892 Tanenbaum would be a good idea. |
Forum: Visual Basic 4 / 5 / 6 Jun 26th, 2008 |
| Replies: 8 Views: 882 It worked even with Access 2003 on my PC.
If you're free to choose the mode of communication between the computers, you can implement it using VB6. You have ready-made controls for serial data... |
Forum: C++ Jun 25th, 2008 |
| Replies: 5 Views: 1,468 This (http://www.ucancode.net/Visual-C-Printing-PrintDlg.htm) may be relevant. |
Forum: C Jun 25th, 2008 |
| Replies: 4 Views: 1,546 |
Forum: C++ Jun 25th, 2008 |
| Replies: 7 Views: 1,065 Sorry, but I'm not able to understand the format of the output you want from the program. I'll be able to help if you describe in a bit detail. |
Forum: C++ Jun 25th, 2008 |
| Replies: 5 Views: 1,414 |
Forum: C++ Jun 25th, 2008 |
| Replies: 7 Views: 1,065 Do you mean a bar chart? Then scale those values by a suitable factor and then display the results. For e.g. for Celsius to Fahrenheit, take 0 to 100 on X-axis, and 32 to 212 on Y-axis. Scale the... |
Forum: C++ Jun 25th, 2008 |
| Replies: 4 Views: 578 Just create your normal application and add it to the scheduled tasks. You don't need to worry much about (regarding the code) the scheduling part. |
Forum: C++ Jun 25th, 2008 |
| Replies: 7 Views: 1,065 Inside the if blocks that you've commented, wait for a character to be pressed by the user. That would print all the results on the console, and at the same time, the user will be able to view them... |
Forum: C++ Jun 25th, 2008 |
| Replies: 3 Views: 1,510 Instead of keeping two buttons for this task, why not use two radio buttons? This would be more appropriate as you want only one of the panels to be visible at a time. |
Forum: C++ Jun 25th, 2008 |
| Replies: 5 Views: 1,414 Yes.
Yes.
Couldn't understand this question. |
Forum: C++ Jun 24th, 2008 |
| Replies: 3 Views: 305 No problems regarding the compiler, then. I'm unaware about the details of this problem. Yeah, it is a memory problem; atleast. But I'd still suggest that you learn dynamic memory allocation...... |
Forum: C++ Jun 24th, 2008 |
| Replies: 8 Views: 609 Do that if it doesn't hamper the various functions the header file is meant to serve. I'm not sure how it may affect the operation. |