3,417 Topics

Member Avatar for
Member Avatar for mhk_mohsin

I m not getting the link for downloading bluetooth socket api so i f any one knows??? or if any other bluetooth api for easy comunication!!! u can also mail me on << moderator edit: email snipped >>

Member Avatar for Ancient Dragon
0
61
Member Avatar for young

I need to create a JAVA Class TicTacToe program. There are API doc of the class TicTacToe and TicTacToeApp.java which program control TicTacToe game play. Would you please tell me how to write the Java Class program. Thanks a lot! TicTacToeApp Java Program as shown below: /** * TIC TAC …

Member Avatar for NPH
0
118
Member Avatar for Norman

Cant put my finger on it though, but some strange activeX etc has got me suspicious.... Anything you specialists have to say about my hijackthis log? Logfile of HijackThis v1.99.0 Scan saved at 13:17:14, on 10.10.2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: …

Member Avatar for Norman
0
107
Member Avatar for AhmedHan

I am trying to write down a Win32 program that recovers corrupted files on CDs and DVDs. I used ReadFile() function to read the corrupted file. ReadFile() is supposed to return ERROR_READ_FAULT value whenever any read error occurs. Unfortunately, the program stucks at the ReadFile() function when there exist a …

Member Avatar for Ancient Dragon
0
170
Member Avatar for LA-Vida

Hi all, I was wondering if someone had an example on a piece of code on how to read out the amount of system memory is used during given time. I'm making a piece of software that using an API that connects to a CAD program. The models used in …

0
83
Member Avatar for Waily

Ive got this missing Bridge.dll, Im posting the HJT Log below, but i would also like to know what this missing file causes and such. Logfile of HijackThis v1.99.1 Scan saved at 21:09:25, on 2005-10-05 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe …

Member Avatar for DMR
0
114
Member Avatar for Mahen

I am using the win32 CreateFile and ReadFile API to read Files on my HD but it stops reading when it encounters a null termination('/0'). Could you tell me of a way to overcome this and continue to read the whole file.

Member Avatar for CrazyDieter
0
220
Member Avatar for Alan Lewis

Dear all, I'm developing an SNMP manager using WinSNMP API. While starting up the SNMP by calling the function SnmpStartup, it returns SNMPAPI_SUCCESS, but strangely the 5 output parameters are not defined after the function is executed. Is this normal? Why is this happenning? What should I do? Regards, Alan …

Member Avatar for CrazyScntst
0
823
Member Avatar for c#dummie

hi i need to use serial port to transfer data from RFID tag to a computer. i already have these functions but i donno how to call them. please help me to call the functions so that i can use them to download data from RFID tag to computer (into …

0
114
Member Avatar for bops

hi guys and girls if any :P, im trying to find out how to determine the root directory of a computer, in c++ as part of a larger program im working on, im sure i heard before that there is some api call that can be used to do this, …

Member Avatar for bops
0
149
Member Avatar for manish_varma82

Hi, I wanna help to better know abt XOT n FTAM and interelation. I am have Network card with X.25 support(i.e. it sends data in terms of X.25 frames), and I ve implement FTAM protocol suite. M provided with the API's for X.25 interface, so I need not to worry …

Member Avatar for vasn
0
235
Member Avatar for vps

hello everybody i am writing a jni for some api's in c++ in linux i sending vector as parameter and returning a vector through the same function. all i need to do is read a file put all the lines in vector. pass the vector object as parameter to function …

0
110
Member Avatar for Geek-Master

I'm looking for any API's php has that could be used to interact with Windows Server configurations. I know that I could use VBScript or some other Windows based scripting language. I'm basically looking for networking API's.

0
82
Member Avatar for rakoon13

This forum is perfect - it's pure gold. You can find anything and it looks like there are a lot of people that jump to help. I do have an issue and if you can help please reply. I need a open source set of scripts to use in a …

Member Avatar for rakoon13
0
100
Member Avatar for ! !

[url="http://blogs.msdn.com/msnsearch/"][color=darkslategray]http://blogs.msdn.com/msnsearch/[/color][/url] [url="http://news.com.com/Microsoft+Web+plan+takes+aim+at+Google/2100-1007_3-5855244.html"][color=darkslategray]http://news.com.com/Microsoft+Web+plan+takes+aim+at+Google/2100-1007_3-5855244.html[/color][/url] [color=darkslategray]Microsoft's[b][color=navy] "Web platform"[/color][/b] will allow open access to its MSN and other public Web sites[/color]

0
82
Member Avatar for rakoon13

Hello. With some friends I've opened a forum about cells ( [url]www.cellforum.net[/url] ) . Anyway, that is not the point. The point is that we need a stand alone API to be connected with the forum to perform some tasks. I am not sure if this is the right place …

0
90
Member Avatar for vps

hello everybody I am writing a jni wrapper for c++ api's the c++ dll is on linux, so i get a .so shared library. I am working on windows, using vc++ 6.0. can i include the .so shared library in my workspace in vc++. when i do it i get …

Member Avatar for vps
0
105
Member Avatar for Daishi

Hello everyone! I figured I would introduce myself here, where all the other new comers seem to have posted...I hope my making of a new thread for this isn't annoying to anyone. I ran into this site while looking for some answers to a few Java questions I had this …

Member Avatar for Sam Simpson
0
209
Member Avatar for vps

hi i am using a variable as double and passing pointer of it as parameter to an api this is all hapening in JNI. after i read the value i am getting an garbage value can anybody tel me y is it hapenning, using an float variable instead of double …

Member Avatar for jwenting
0
280
Member Avatar for ms88

Hi there, I have some problem with accessing API using PHP. Here is the story : I use PHP as my main script on my webserver. I want to retrieve data in database server (oversea). The database server provides API and it's available to download. So I download the API …

Member Avatar for leelee
0
100
Member Avatar for chiwawa10

greetings, I would like to build a subset from a Hashtable. The subset is a Hashtable too. How could I do it? Is there any API out there? Any advise or guideline are appreciated, thank you! :rolleyes:

Member Avatar for jwenting
0
446
Member Avatar for Mahen

do you know of any api in c++ that could give me time in this format: hh:mm:ss I used strtime in lccwin32 but it is not compatible with other compilers

Member Avatar for vegaseat
0
178
Member Avatar for freesoft_2000

Hi everyone, I am currently trying to serialize parts of a jtextpane using the java ObjectOutputStream to write it to disk and when i am reading the object back i am using the java ObjectInputStream. When i read the api about the streams here is what they say [QUOTE] Warning: …

Member Avatar for jwenting
0
401
Member Avatar for Raven11

Here is a source code I found while searching google for API functions. The source will generate a header file from a source file, anyways reading it you can learn a lot. [url]http://www.hwaci.com/sw/mkhdr/makeheaders.c[/url] I also know you can generate header files from a compiled .dll file. Sounds interesting but seems …

0
72
Member Avatar for boki

Sorry but i have alot of questions for you u guyes seem to be helpfull and friendly so i said why not let sort every question i got : If someone is using Sharp develop can you tell me how to put ActiveX in in it?How to close 2 form,and …

Member Avatar for tayspen
0
116
Member Avatar for hkiani

Hi every one Please help me: How can i found, if there is any disk in a removable drive (floppy drive or cd drive). I am programming with C++Builder. If there is any Win API function for this. Thank you very much.

Member Avatar for hkiani
0
213
Member Avatar for AlanC

Hi I am from a Visual Basic background, and if you're still reading this after that admission I could use your help.. I'm trying to learn VC++ and MFC and I'm just trying to work this out. In VB, you could have either a Winsock ActiveX control or use the …

Member Avatar for Drowzee
0
224
Member Avatar for gokul

Hai all, I am heading to develop the Chatting Application by using SIP + JMF I am having few doubts in the Java Environment.. 1. How can make .exe file in Java..? ( I need how to create Installable application in Java) 2. How can i import JMF API Specifications …

Member Avatar for jwenting
0
152
Member Avatar for gokul

Hi, i am heading to develop one chatting application in JMF with JAIN-SIP API.. In stead of refering some sites, they talked about Apache Ant and CVS... WHats that..? for what purpose we need that in the Java Application Development..? How to use that in that..? i saw some reference …

Member Avatar for freesoft_2000
0
263
Member Avatar for ^Simes^

[WARNING!] Long Post! [/WARNING!] I have recently got a Pocket PC phone and have managed to cobble together a DLL to display a simple text message on the Today Screen. What I really would like is the time displayed in a large font as I had on my SmartPhone 2002. …

Member Avatar for Narue
0
111
Member Avatar for cman

Im trying to compile a program but get this error javac:invalid flag:order.java-xlint and when i compile without -xlint i get the following Note: order.java uses or overided a deprecated API. Note:Recompile with -Xlint:deprecation for details

Member Avatar for server_crash
0
170
Member Avatar for winbatch

Hi, I would like to be able to use an api for reading/writing to a file database. Basically, I will have to write programs that have recovery (meaning if it shuts down, etc. it has a file/files to recover from). I could attempt to write something myself but if it …

Member Avatar for winbatch
0
187
Member Avatar for Mahen

hi there. Am working on a program that finds the binary executable of a particular program when we input its filename. For example: INPUT: cmd.exe OUTPUT: c:\windows\system32\cmd.exe Am using the following API's: FindExecutable() SearchPath() if you got any other API or any other ways to find executable progrmatically, please share …

Member Avatar for Alvein
0
224
Member Avatar for Mahen

i have windows xp, where can i find the SDK for windows XP or 2000 where can i find a comlete documentation of all the API of windows

Member Avatar for Mahen
0
128
Member Avatar for Iron_Cross

Because of some suggestions, I'm going to try to gather some good programming resources in this thread. If you know any good websites, either post them here, or PM me and I'll add them to this post. [b] Tutorials, Books, Utils, Misc[/b] [list] [*] [url]http://www.techbooksforfree.com/[/url] (Free Books) [*] [url]http://www.freeprogrammingresources.com/books.html[/url] (Tutorials) …

0
131
Member Avatar for cookware_ok

How do you get the address of the Active Window if it is not part of your App? :confused: I've found API code to get window handle and window name but I still need to find the path to the "Active Window". Any help would be greatly appreciated.

Member Avatar for Comatose
0
76
Member Avatar for freesoft_2000

Hi everyone, I have a rather silly question but please bear for with me for a while. Does anyone have the Java Sun api for this class sun.net.[url]www.http.HttpClient[/url] I tried googling, went to sun's site but also could not find the api for this class. I would appreciate it if …

Member Avatar for jwenting
0
143
Member Avatar for Raven11

Hello, I'm working on replacing functions in DLL files. I most likely will use a trampoline once I get more advanced. However, my question is (I've tried searching google and only came up with crap) how can I find the API in a DLL? I know I will then need …

Member Avatar for Raven11
0
232
Member Avatar for 3nCrypti0n
Member Avatar for Atreyu

Can't get rid of Communticator.dll (it keeps refreshing the C:\Program Files\COMMUNICATOR Toolbar (file) ) Ne help heres my Hijack this Log -------------------------------------------------------------------------- Logfile of HijackThis v1.99.1 Scan saved at 1:04:44 PM, on 7/3/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe …

Member Avatar for dlh6213
0
273
Member Avatar for freesoft_2000

Hi everyone, I am trying to read emails in from a stmp server without javamail api's and i so far have only managed to read the e-mail messages but i can't seem to read any attachments that come with it. I am not very sure as to how i should …

0
56
Member Avatar for faraz_ahmed

Hi There; Iam writing a backup app for exchange 2000. The exchange backup API ESEBackupRead sometimes(mostly) never returns when backing up the patch files for the databases. Going down i could see that the thread was waiting for some object as the last call was KeWaitForSingleObject. Any Suggestion would help …

0
67
Member Avatar for GerryD

Ref my last thread I haven't recieved any solutions as said I'm using a RICOH MP5240A DVD+RW/+R with Nero 6 reloaded every time I try to burn it goes thru the full process but when it gets to completion it returns with unspecified target error I must be doing something …

0
91
Member Avatar for freesoft_2000

Hi everyone, I am trying to print something but i need to ask something really so bare with me a little while You know that for printing something using the java printable interface you would have to overide this method [code] public int print(Graphics graphics, PageFormat pageFormat, int pageIndex) { …

0
66
Member Avatar for Atreyu

I used to get aurora Pop-ups but now they don't come but I get Different viruses whenever I log on like hlazlv and DrPMon and stuff like that heres my log O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.5.0_02\bin\npjpi150_02.dll O9 - Extra 'Tools' menuitem: Sun Java Console …

Member Avatar for DMR
0
251
Member Avatar for bouzahme
Member Avatar for luisator

Hi every one I am working in an appliction that lets the speaker get access to the rtp stream coming from an Ip telephone. The idea is to have all the soun of the telephone in the PC. I get the voice but I also get a horrible noise al …

0
72
Member Avatar for Blip

Hi I've bee trying and failing to use Visual Studio's C++ 6.0 to send and recieve data via my serial RS232 port. I have been informed previously that I need to use the Win32 API but not how to use it. I am trying to convert my code from a …

Member Avatar for Blip
0
225
Member Avatar for hemanth.balaji

Hi guys, How do you implement ACDSEE like file switching within a current directory using win32 Api. As in, in my project I am reading a "DICOM" file as input and now I want a way in which I can view the next file by just clicking on a "Button" …

0
59
Member Avatar for SunshineBusride

hi guys, im in my first few weeks of working with java, and am finding it hard to complete an excercise i've been given. We are working with a java program that works over 3 files, and we have to "fill in the blanks". trouble is, i don't know what …

0
62

The End.