Posts
 
Reputation
Joined
Last Seen
Ranked #212
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
76% Quality Score
Upvotes Received
16
Posts with Upvotes
13
Upvoting Members
9
Downvotes Received
5
Posts with Downvotes
5
Downvoting Members
3
18 Commented Posts
~227.92K People Reached
Favorite Tags

266 Posted Topics

Member Avatar for samaru
Member Avatar for The Dude
Member Avatar for moderate_rock48
Member Avatar for mattyd
Member Avatar for ~s.o.s~
Member Avatar for Adnan S.

The logic is there in your mind. But you have posted something that is very much far from a sound error-free program. Either you were in too much hurry or you need to clear your basics.

Member Avatar for sneekula
0
960
Member Avatar for debasisdas
Member Avatar for James_28
8
17K
Member Avatar for sk8ndestroy14
Member Avatar for Yzk
Member Avatar for priyakumar

Good God! Did you realize that you're replying to a thread posted by the OP in Feb 2006? It is a general practice to do so over here only if you've got significant amount and quality of content to add to the one already there in the thread. Better PM …

Member Avatar for AndreRet
0
6K
Member Avatar for apuamy

[QUOTE=U'rDady;634142]Can anybody help me in filling an Access database table in one field from a serial port using VB 6.0.Data coming from the serial port can be seen in the VB text box line by line.I want to store every line under a field and can manipulate.How can i use …

Member Avatar for ChrisPadgham
0
470
Member Avatar for boyz

value on the left hand side of an expression containing assignment operator

Member Avatar for personalJ3ZUS
0
201
Member Avatar for deepak1331

The code posted by rajatC will not work if the user enters a backspace anywhere. For e.g., inda[backspace char here]ia001. Also, you would not want the user to leave any whitespace in between. What you need to add is, check the scancode of the character. Then print a '*' only …

Member Avatar for Narue
0
10K
Member Avatar for pretu

you can use the sine series for calculation upto a certain accuracy and then plot the curve [quote=pretu;380468]HI All How can we generate a sine wave without using the sin() function. Thanks pretu[/quote]

Member Avatar for jayeshkamble143
0
598
Member Avatar for kiel19

[url]http://www.daniweb.com/forums/thread97328.html[/url] Atleast show your code (efforts) & specify where you are stuck up. You are expecting that someone will write the entire code for you. You've not even specified what your specific problem is about. [QUOTE=kiel19;472793]Write a c program that inputs the names of the 5 students and their marks …

Member Avatar for WaltP
0
3K
Member Avatar for its.romi

Hey, we appreciate your goodwill but this is not the way to do so. Go to 'contribute code' in the 'code snippets' section. Forums are meant only for problem solving.

Member Avatar for zohaib yousuf
0
298
Member Avatar for hell_tej
Member Avatar for AndreRet
0
233
Member Avatar for Jishnu

Hi all, I was reading Vijaya Mukhi's The 'C' Odyssey UNIX - The Open-Boundless C (1st ed.). This is in reference to program 43 in the first chapter when file buffering is introduced. [CODE]#include <stdio.h> int main() { FILE *fp; char buff[11]; int pid; fp=fopen("baby1","r"); pid=fork(); if(!pid) { printf("initial file …

Member Avatar for Jishnu
1
593
Member Avatar for ALI SHER

Hi invisal, As rajatC pointed out the OP must mention the specifications and the rules before we can help him more. He's being too much general.

Member Avatar for aakash juneja
0
950
Member Avatar for javorocks

Use the ADODB control avilable in VB6. It basically deals with all the recordset in a MS Access database. Google for more info on the same. Hope this helps :) You may also refer to the tutorial given at [url]http://www.daniweb.com/forums/thread41057.html[/url]. Good luck!

Member Avatar for AndreRet
0
99
Member Avatar for sanz

Use the clock() function available in time.h twice. Once for starting the time and the other for stopping it. Take the difference and you have the time elapsed. Errors can be simply calculated by functions like strcmp.

Member Avatar for Adak
0
2K
Member Avatar for madoverclocker
Member Avatar for eXceed69
Member Avatar for The Dude
Member Avatar for sirving
Member Avatar for andii_sfx

If you are planning to opt for CS, try searching for "Logical aptitude tests" on google. They'll help you a long way.

Member Avatar for DemarioBolden
0
176
Member Avatar for Jackgrt

Though I may be wrong, I think that code won't be compatible. You'll have to learn VB. And that's not much difficult. Come on!

Member Avatar for kinwang2009
0
235
Member Avatar for Dani

No 1. Write a C++ program that read two integer values from input and print the larger of the two integers to the output. No. 2 a. Read the problem statement. b. Formulate the algorithm using pseudocode and top-down, stepwise refinement c. Write a C++ program d. Test, debug and …

Member Avatar for BestJewSinceJC
5
4K
Member Avatar for frank_hugo_1100

[QUOTE]and how we make IR remote control circuit that transmit and receive more than two signals. can we use serial port to do that.[/QUOTE] Give clear specifications regarding what you want to achieve using serial port programming.

Member Avatar for mbit.dbms
0
286
Member Avatar for Jishnu

Hello, I've downloaded the setup of Netbeans-6 IDE JavaSE for Windows from Sun's website. When I run the setup, it says, "Error starting program: A required .DLL file, USERENV.DLL, was not found". Has anyone faced this problem before? Please guide me.

Member Avatar for jbennet
0
119
Member Avatar for vinodgnkm

We will try to help you once you have selected a topic and have a problem. For selecting the topic, introspect. Have an idea about the level of difficulty of you are willing to handle. Then try google for finalizing the topic.

Member Avatar for peter_budo
0
110
Member Avatar for sara_84

The code is a mix of C and C++ as suggested by usage of iostream and stdio.h in the first place. Secondly, I guess learning C++ would be easy as compared to converting such a code to pure C ;).

Member Avatar for reyatata
0
989
Member Avatar for its.romi

We appreciate your efforts its.romi, but this is to remind you that if you want to post codes for reviews, then go to contribute code in code snippets. Salem, that IDE is great. Thank you :)

Member Avatar for chat2fanna
-3
315
Member Avatar for tygerberg

Edited: Oh, I didn't realize earlier that this thread was as old one. I'd done PC to PC IM earlier. For that, you'll have to use socket programming, multi threading, exception handling and AWT. If you know all these topics, then post your specific problem and you'll get help.

Member Avatar for stultuske
0
159
Member Avatar for ProgrammersTalk
Member Avatar for zandiago
Member Avatar for keithmolo

[QUOTE]yeah, i really wish threads that have been inactive for more than 90 days would be automatically locked.[/QUOTE] 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 the …

Member Avatar for jephthah
0
192
Member Avatar for Dani

And there are people around who either post their homework questions or post very general problems (which are also the people who assume that other members love to make assumptions regarding the posted problems ;))

Member Avatar for William Hemsworth
0
997
Member Avatar for pizzafiend

[QUOTE]I'm sitting here looking at the same screen, all I see is the same thing I click and click and not a thing blinks I know I know comes to mind I'll ctrl alt del tab tab and tab nothing still. Maybe is time to pull the cord. Now I …

Member Avatar for maydhyam
1
293
Member Avatar for Brent.tc

[QUOTE]And u should know what is ur target hardware(uProccessor). before proceeding.[/QUOTE] Exactly. Work out those details before commencing this big a task.

Member Avatar for Brent.tc
0
94
Member Avatar for karthik1

[QUOTE]what is the logic i need to use so that on cliking Commandbutton in form2 i should get the customername in combobox(form1)[/QUOTE] No 'logic' as such. You need to be well-conversant with the basic properties and methods of the listbox and combobox controls.

Member Avatar for Jishnu
0
80
Member Avatar for camthalion95

Isn't your question vague? Avoid forcing people who want to help you to assume anything.

Member Avatar for camthalion95
0
194
Member Avatar for driplet
Member Avatar for camthalion95

Post it in [URL="http://www.daniweb.com/forums/forum133.html"]this[/URL] forum if you're in search of project partners.

Member Avatar for hacker9801
0
207
Member Avatar for buzincarl

Write this code in the declaration section: [CODE]Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)[/CODE] Then suppose you want a delay of 2 minutes, then convert it into milliseconds, i.e. 120000. [CODE]Sleep(120000)[/CODE]

Member Avatar for Jishnu
0
177
Member Avatar for vickypat

[QUOTE]It is connected with its main unit with 15 pin serial port like thing[/QUOTE] Your being more specific will help us help you more.

Member Avatar for vickypat
0
163
Member Avatar for prashanthn
Member Avatar for sanaulla123
0
75
Member Avatar for Jishnu

Hi, There are certain spell-correcting features in search engines like google... What I want to do is this: If the word entered by the user doesn't match with any of the words in the databases, the program should try to find the word in the database that is closest to …

Member Avatar for Jishnu
0
109
Member Avatar for hell_tej

[QUOTE]i m creating a new project of vb to access conncetivity in 5 PC small LAN. I don't Know What is the code,connection string use in project. And I am biginar for that type of programming.[/QUOTE] There might be ready-made [URL="i m creating a new project of vb to access …

Member Avatar for Jishnu
0
253
Member Avatar for sivakrishna

[QUOTE]No. That's not what we do. The way it works is *you* post your code, and also post up a description of your problem or error with that code. We will take a look at it and suggest ways of fixing it. We don't *do* your homework, we help you …

Member Avatar for dwks
-2
168

The End.