266 Posted Topics
Re: [QUOTE]the problem is that i have nog expirience whit bleutooth. i have no idee how I have to program vb that it can recive an bleutooth signal???[/QUOTE] [QUOTE]I want to control my computer whit my pocket pc using bleutooth. the plan was dan you push a button on the pocket … | |
Re: You've posted the same problem over here. [url]http://www.daniweb.com/forums/thread129621.html[/url] Please be patient and do not repost the same problems. | |
Re: [QUOTE]I have created a program that by clicking a file menu an excel dbase is created and stored.[/QUOTE] I couldn't get you. | |
Re: [QUOTE]I want to know actually how to build a good, working , professional, APPLICATION. [/QUOTE] Just take up any example that's between the experimental and the professional extremities. Start coding on your own. There's no substitute for hands-on programming experience if you want to reach professional heights. As and when … | |
Re: I'd designed a backward propagation error correcting code for a single layer perceptron model earlier. If you 'll be more soecific as to the nature of the problem statement and your efforts, maybe I'll be able to help. | |
Hello, I posted a problem I was facing at the VB6 forum [url]http://www.daniweb.com/forums/thread128475.html[/url] but couldn't get any reply for 5 days... What should I do? Please suggest a solution to me. Jishnu. | |
Re: Use code tags :D | |
Re: [QUOTE]i added this exe to right click menu options for file with extension .jpg what i want is if i select a jpg file and run the exe from rightclick menu the filename of selected jpg file should be passed automatically[/QUOTE] I couldn't get you exactly. Please try to elaborate … | |
Hi, I'm trying to build UART communication channel between ATmega16 microcontroller and hyperterminal. I'm using MAX232 as a level convertor between the two. See the attachment for the connection diagram. I'm using Bascom-AVR for programming ATmega16. Here's my test code, which I've copied from its help section: [CODE]$regfile = "m16def.dat" … | |
Re: [QUOTE]When I select the Country on the form, i need the Country and the CountryId to be passed to a query. [/QUOTE] I understand that when the user selects the country, he/she should get the country id. Is it so? then why do you want to pass the entire record … | |
Re: He's probably finding a programming project or problem statement in VB... But, without knowing about his background and interests, there's not much we can do. | |
Re: Show your efforts. This is not the place for getting your home-work done. And read the basic books for programming in C before you start coding! There are many ways to solve a single problem. You've to choose which one you think is right for your application. | |
Re: [QUOTE]so i would appritiate if some could be explian the codes that i need to use. [/QUOTE] No-one would give you a tutorial over here in return for such a general problem statement. Be specific with your problem (code, preferably) and state what efforts you've made. That would take you … | |
Re: [url]http://www.google.co.in/search?q=float+code&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a[/url] ;) | |
Hello, I'm getting a compile-time error in jdk1.2.1 which says "Identifier expected" and points to this line in the code: [CODE]Vector<Fish> fishes = new Vector<Fish>();[/CODE] Aren't vectors supported in jdk1.2.1? I'm unable to catch the problem. | |
Re: Because, VB considers the source as <the path where your project file is> + the address of the text file relative to that path.. For e.g., "C:/Project"+"/txtfile.txt" | |
Re: Another option is to interface with a GSM modem and use Protocol Data Unit, i.e. PDU. | |
Hello, I'm using MAPI component to send email messages via VB6. Here's my code: [CODE] Option Explicit Private Sub cmdEnd_Click() Unload Me End Sub Private Sub cmdSend_Click() MAPISession1.SignOn MAPISession1.DownLoadMail = False DoEvents MAPIMessage1.SessionID = MAPISession1.SessionID MAPIMessage1.Compose MAPIMessage1.RecipAddress = txtSendTo.Text MAPIMessage1.ResolveName MAPIMessage1.MsgSubject = txtSubject.Text MAPIMessage1.MsgNoteText = txtMessage.Text MAPIMessage1.Send False MAPISession1.SignOff End … | |
Re: [QUOTE]I'm not saying that they may not have anything to do with it, but when has it stopped being parents' responsibility to teach the kids right from wrong? When did it become the media's responsibility? In my opinion, if a parent neglects the opportunity to instill in their kids' minds … | |
Re: Haha... on smiliar lines, Which one is better? a) Computer Engineering b) Information Technology Engineering | |
Re: Use code tags. Mention specific problems and the line no.s. The size of the code is a bit too lengthy. Proper formatting and specific questions would take you a long way ahead in getting help. | |
Re: [QUOTE]My problem is with a for loop that i have done, to check whether the answers entered by the user are correct or not. But the program isn't doing anything inside the for loop.[/QUOTE] Please try to be more specific regarding the behaviour of your program. Mention what exactly it … | |
Re: [B][U]CODE 1:[/U][/B] [QUOTE]#include<stdio.h> #include<conio.h> #include<bios.h> #include<time.h> #include<dos.h>[/QUOTE] [QUOTE]void main(void)[/QUOTE] ... and many others... [QUOTE]i m using standard c++.........[/QUOTE] (!!!) I bet you're kidding. Try formatting your code properly. That would make ot more readable and comprehendable. And codes similiar to this one are written for DOS based C++ compilers. Even … | |
Can ne-1 explain 2 me the output of the following code ? (Mind well, it's completely legal C code !! ; n it actually won the International Obfuscated C Code Contest.) #include<stdio.h> main(t,_,a) char *a; {return!0<t?t<3?main(-79,-13,a+main(-87,1-_, main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94, -27+t, a )&&t == 2 … | |
Re: [QUOTE]No, but my secondary OS is. He's an emperor penguin.[/QUOTE] lol.. [QUOTE]I'm from Mars. My wife is from Venus. [/QUOTE] Well said. Has anybody read that book by John Gray? Really, everyone must read it atleast once. :) Some really helpful stuff for improving/developing interpersonal relations. | |
Re: If you want to confine your program for DOS only (warning: highly unrecommended!) and shun learning (warning: again highly unrecommended!) what AD said, you may try to compile this code with some MS-DOs compiler. | |
Re: [QUOTE]anyone know? [/QUOTE] Yeah. This one is also good. [url]http://ebooks.katz.cd/[/url] | |
Re: I like playing Counter Strike, NFS, and Civilization.. | |
Re: the basics in c++ i did solitiare game and tic tac toe game so far If you are interested in game programming learn OpenGL. If you already know it, try making games like bingo, reversi/othello, go... | |
Re: Pick up a language you want to code in (and in which you are comfortable). If you are completely new to this topic, then search for a good tutorial. Search for "Tutorial" + "Device drivers" + "<your language name>" on google. Once you feel that you have learnt enough, start … | |
Re: Hi engg_mohit420e, The features you've described are quite good. Note: Check your spellings!! ;) | |
Re: Try placing all the files of your package in a directory named [I]<PackageName>.[/I] This directory can branch off from any directory named in the CLASSPATH environment variable. You may find [URL="http://www.kevinboone.com/classpath.html"]this[/URL] article to be useful. Hope this helps.. | |
Re: Wishing you all a Merry Christmas and Happy New Year... Cheers, -Jishnu. | |
Re: Code tags, please :D. Masijade told you to mention the problems you are getting. You've not done it yet. [QUOTE]is evey if statement convertible to switch...isn't it possible only in nested if's not mutually exclusive[/QUOTE] True. switch-case statements can check only integer or character values. | |
Re: [QUOTE]i can't be sure that this is correct..[/QUOTE] Compile it for knowing whether there are any syntax errors. Correct them if any (Like, you've not written 'return 0;' and '}' at the end of main()). Even, if you cannot see what is wring, then post the errors and the respective … | |
Re: [QUOTE]every page here shows all the html code at the top and I have to scroll for ages to get to the normal setup.[/QUOTE] The same happened to me. But it lasted too short. [QUOTE]Also, when I use the quick reply I get an error and my message does not … | |
Hello, I searched this forum for similiar threads but the difference is that I'm using Windows Me. So, I'm starting a new thread. I've a USB port on my motherboard. As the version is ME, it must be plug and play. But when I connect the flash drive and go … | |
Re: [QUOTE]I dont like either.[/QUOTE] Same with me. | |
Re: Good idea. But I'm not aware of how much additional work that means for the moderators.. [QUOTE]maybe these definitions can be given by forum members, and checked by mods...[/QUOTE] True. But, we cannot just build an encyclopedia. We can instead maintain a database of links for specific topics. It is … | |
Re: [QUOTE]Please help them, we know you can write it. They're the ones that need to learn. [/QUOTE] Very true. Helping them write the code is a greater help to them in the long term. | |
CAN YOU READ THIS?? [B]fi yuo cna raed tihs, yuo hvae a sgtrane mnid too. Cna yuo raed tihs? i cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg. The phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it dseno't mtaetr in waht … | |
Re: Hey [B]raniajay[/B], you'd be happy that C++ has provided standard libraries without the .h extension since long. You can simply write [CODE]#include <iostream>[/CODE] | |
Re: [QUOTE]In c++ how to convert integer value to hexadecimal (in ANSI-C ).[/QUOTE] Hey, this is a C++ forum. There is another forum for C. | |
Re: [QUOTE]thanks for the links...they are really useful...[/QUOTE] I couldn't see any links posted in this thread before your post. [QUOTE]but my problem is that i dont know what are commands to compile and run the cpp program.. ok see steps are 1.save file in bin 2.run command prompt 3. type … | |
Re: [QUOTE]which can be later converted in to binary so that ascii value of each character in a string has a corresponding binary value [/QUOTE] From what I understand, you want to convert char to int. That has been answered. Then you want to convert the int to binary. Where do … | |
Re: If you are deeply interested in this sort of a thing, then try learning [B]reversing[/B]. You cannot get the exact code written by the user because the code is modified (keeping the meaning same simultaneously) in order to achieve optimization. However, you can get some very good peeps into what … | |
Hello, I wonder why am I getting negative reputation for starting threads in the geek's lounge. Take a look over here. [url]http://www.daniweb.com/forums/member115698.html[/url] When I put the cursor on the link to geek's lounge, the screen tip says, "A random forum for chat about anything... ". I did not say that … |
The End.