Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bhavin12300
  • Order by date
  1. bhavin12300

    First character of a string pointer.

    do not use the first p++ before you assign it to character 'c'. move p++ after assigning to *p to c than increment p and print the character using %c. so program look like this and will print first character of string and then all other one by one (your program will start printing string from...
  2. bhavin12300

    pointer minus minus?

    ya it is possible to change the pointer using any arithmetic operation.but real reason behind this is whats your pointer type. there are two type of pointer. 1. constant pointer 2. variable pointer so if your pointer is of type variable than you can change its value using any arithmetic...
  3. bhavin12300

    need help regarding vtapi active x

    hi i have install modem(smartlink 56k voice modem) and vtapi activex control in my pc. and i have created on application which just dail a call to number which i provide in textbox. this dailing is done through the method provided by th is vtapi active x. i know you all know this vtapi active...
  4. bhavin12300

    want to maek call through modem

    hi i am new to this mdoem filed i just wanna know how to make a call using a modem through windows xp? is there any feature or a way so that i can check that my modem is working perfectly or not? my modem is Smart Link 56 k voice modem please do help me its very urgent.
  5. bhavin12300

    want tp print table

    here is the link i wanted to do this in vb and wanna to print table like this http://img401.imageshack.us/img401/9341/67145031ly6.jpg
  6. bhavin12300

    want tp print table

    hi i just want to print table with some cells filled up with some data. like this image can anyone tell me how to do that i am new to this programming thats y can anyone tell me the different way to do this waiting for reply if need anyhelp please do ask me
  7. bhavin12300

    need componet or tool

    hi is there any third party tool or component available which enable easily to print through the printer. means tools which allow justification ,line,font color other feature. if it is please do tell me i am waiting thanks in advance
  8. bhavin12300

    java eroor

    thank you
  9. bhavin12300

    java eroor

    i am getting following error i try to execute the class file it gets compile properly but ut gets following error when i try to run the program here are the rror Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n umber in .class file at...
  10. bhavin12300

    window.print problem

    ok guys thak you so much any information regarding this active x how to install and use activex
  11. bhavin12300

    window.print problem

    hi i am using window().print method to print content of the browser but in printing it also print page number at upper part of page . so is there any way to not to print this page number in paper. if anyone need image of page please do tell me waiting for reply
  12. bhavin12300

    can not connect to remort mysql

    hi i got my database on remote server and following are the details username: bhapit_database password: **********8 database name: bhapit_database database host: mysql3.freehostia.com database port: 3306 i wanted to connect to database .i tired but giving me following...
  13. bhavin12300

    object problem

    hi i had created one class with some properties in it . i want to create any aarry of this class opbject and want to access this arry of object in ohter java file. both these file are in same package. so any one can tell me how to do this.
  14. bhavin12300

    online doctionary

    thank you let me study and have knowledge abt this stuff that i will ask you if i got problem thank you so much
  15. bhavin12300

    online doctionary

    ya it is online dictionary but my first face to run it on my pc. and as you tell me that its not possible in javascript to connect to database so i would like to go to your suggestion which you have given me to use serverside code to get connected to databse. or you can suggests me other way...
  16. bhavin12300

    online doctionary

    hi i am building a web application which is dictionary in english to English. so i just want suggestion on how to do the following. i want to build this in javascript. so my first question is 1.how to store all my data measn wether i need to create a fdatabase of file. 2. and also want to ask...
  17. bhavin12300

    HOW TO CONNECT ORACLE 8I WITH HTML

    can you suggese me how can i make it. which to use to connect to database for my aaplication as above.
  18. bhavin12300

    HOW TO CONNECT ORACLE 8I WITH HTML

    HI. ANYONE CAN SUGGESE ME THAT HOW TTO CONNECT ORACLE 8I DATABASE WITH A HTML FORM. I AM BUILDING APPLICAION IN HTML SO I NEES TO CONNECTE MY ORACLE 8I DATABASE WITH MY HTML FORM AND ALSO WANT TO STORE THAT DATA WHICH ARE ENETRED IN A FORM TO DATABASE. if anyone wants more detail ask me. i be...
  19. bhavin12300

    code to create a common dialog box

    thank you mr.olafbogus
  20. bhavin12300

    code to create a common dialog box

    thank you sooooooo much MR.OLAFBOGUS THANKS YOU CAN YOU ASLO GIVE ME ANY REFERENECE EBOOK FROM WHIHC I CAN HAVE MORE OF THIS STUFF REGARDING VISUAL C++.

Part and Inventory Search

Back
Top