Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7888 - 7917 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7888
//how to use msgboxes #include<iostream.h> #include<shellapi.h> main() { if(MessageBox(NULL,"PRESS YES OR NO","MY MSG TITLE",MB_YESNO|MB_ICONQUESTION)==IDYES) ...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 13, 2007
7:16 pm
7889
... it can control yaar...
pushp_hib
Offline Send Email
Mar 20, 2007
9:34 pm
7890
Hey guys i w'll like to share my skills with u guys...
vinay_nair_21
Offline Send Email
Mar 20, 2007
9:35 pm
7891
#include<iostream.h> #include<shellapi.h> main() { char wTit[255]; int wHand; for(wTit=0;wTit<6000;wTit++) { if(GetWindowText(wHand,wTit,255)) ...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 20, 2007
9:36 pm
7892
... I don't think this will work. Mixing stdio and Windows I/O is just not supposed to work together, as far as I know. You will have to use normal message...
Nico Heinze
nico_heinze
Offline Send Email
Mar 20, 2007
9:38 pm
7893
... Hai I want to know your skill (vinay_nair_21@...) can you Prove??????????????????????...
senthil_1com
Offline Send Email
Mar 21, 2007
8:07 pm
7894
yes u can share ur skill, quickly respond me help for better understanding of newer programming....
nitinbali7
Offline Send Email
Mar 21, 2007
8:07 pm
7895
Sorry but did u tried it on pc? Vstudio is just environment 2 devlope programs .U can use turbo c++ 4.5 2 compile it by using shellapi.H library i reachd to...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 21, 2007
8:08 pm
7896
hi i need some help i m new in this group.so i dont know anything clearly.i have to make a C project i.e TEXT EDITOR.so how can i find its help here. thnx...
get_bia
Offline Send Email
Mar 29, 2007
10:17 am
7897
... like to...
mca_janaa
Offline Send Email
Mar 29, 2007
10:21 am
7898
I found a board which can control 3 motors in the same time and you can extend it by connecting other identical board until 32 motor it is so easy just send...
Abdulla Alwabel
aalwabel
Offline Send Email
Mar 29, 2007
11:29 am
7899
... Hi, first welcome to this board. Second we can't help you with this requirement if you don't give us more information first. Here are but a few basic...
Nico Heinze
nico_heinze
Offline Send Email
Mar 29, 2007
4:07 pm
7900
... <snip> And who does manufacture this board? What's its name? How expensive is it? How is it connected to a computer? Any SDK available? This is a request...
Nico Heinze
nico_heinze
Offline Send Email
Mar 29, 2007
4:10 pm
7901
Board cost is 399$ connected the PC throw Serial Cable just receive command as asci text. *R364 3-AXIS...
Abdulla Alwabel
aalwabel
Offline Send Email
Mar 29, 2007
5:04 pm
7902
This seems quite slow and like it was written by a 7th grader. Wouldn't the EnumWindows be a better choice? Or is that limited to Windows environments?...
scottiet812
Offline
Mar 30, 2007
3:30 pm
7903
Thanks, I always accept corrections May u r right,i wanted to open anew part for disc about winapi u can type ur code here to allow others to get benifit from...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 30, 2007
6:31 pm
7904
Ah, fair enough. I don't mean to be critical. I just thought the "wHand,wTit" thing seems a bit juvenile. As far as the answer to my question, I don't know....
scottiet812
Offline
Mar 30, 2007
9:19 pm
7905
No problem,but i hav2tell u that code i wrote i used the keypad of my smartphone u know its not easy to do that. I think its better to breakdown college...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Mar 30, 2007
9:57 pm
7906
In c we can deal with ports as LPT it's quit easy to do under win9x or winme os. On winxp u need to break the security on the port bcus its not allowed to deal...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Apr 2, 2007
10:40 am
7907
... Why do you want to use the parallel port directly? In order to interface with some hardware directly? If so, you should write a device driver and not try...
Nico Heinze
nico_heinze
Offline Send Email
Apr 2, 2007
11:59 am
7908
Hi, I got some data files in matlab and I want to read them in C. I tried but got 0.0000 for each values. Let us say I have a vector comprising N points and is...
asif_md
Offline Send Email
Apr 4, 2007
3:17 am
7909
... Asif, how does Matlab store the information you're trying to retrieve? I don't know this software myself, that's why I am asking. Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Apr 4, 2007
6:05 am
7910
Hi, in the pdf files of matlab help there r file called (m-file format) book it contains information about how this file store information in it , i think it...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Apr 4, 2007
9:28 am
7911
you can use Windows API functions like CreateFile, ReadFile, WriteFile etc.. to access different comm resources (serial ports, parallel ports, fax, modems...
rabinarayan biswal
baappi
Offline Send Email
Apr 4, 2007
1:48 pm
7912
Hi Iam badly in need of help as my assignment is due in 2days i have a webserver and webclient program to display a webpage that the client request where i got...
b_keelapudi
Offline Send Email
Apr 6, 2007
11:29 am
7913
... The next time you cross-post, please clearly indicate so. I won't repeat my response from c-prog here, I leave this up to you. Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Apr 6, 2007
11:56 am
7914
Hi, using winapi we could reach any opened Edit window by looking for its class or testing the text inside it or looking for its knowen parent. When we get the...
ALAA REFAAY
alaa_rfaay
Offline Send Email
Apr 7, 2007
5:29 am
7915
Hi This is my webserver program * this is my webserver program **************************************************************** #include<sys/socket.h> ...
Babu Keelapudi
b_keelapudi
Offline Send Email
Apr 7, 2007
5:15 pm
7916
... <snip> ... You have to use "struct sockaddr_in", not "sockaddr_in" alone. ... fcntl() will be your friend here. Regards, Nico...
Nico Heinze
nico_heinze
Offline Send Email
Apr 8, 2007
8:45 am
7917
And what should I do if I wish to write portable code? ... WriteFile etc.. to access different comm resources (serial ports, parallel ports, fax, modems etc..)...
Artem Nehamkin
alkhimey
Offline Send Email
Apr 9, 2007
9:40 am
Messages 7888 - 7917 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help