3,417 Topics

Member Avatar for
Member Avatar for Joshua Kidd

Hello, I am create a server application for a game called Flight Simulator X. And there is a Chat room in the game for MP sessions. I was wondering If there would be any possible way to read and reply text from that chatbox. I did create a simple spammer …

0
74
Member Avatar for kunal_28parikh

Hi, i am new here and complete amateur to PHP. I get the above error on line 2. but i don't get it? Can someone help please? [CODE] <?php function bp_dtheme_add_custom_header_support() { $get_current_scheme = get_option('dev_buddydaily_custom_style'); if(($get_current_scheme == '') || ($get_current_scheme == 'default.css')) { $headerpath = "%s/library/styles/images/default_header.jpg"; } else{ $headerpath = …

Member Avatar for tiggsy
0
304
Member Avatar for caut_baia

Hello.Does anyone know if you can disable the popup menu from an edit control ?Also can someone suggest a good method of trapping a mouse right click on an edit control within a window's main procedure ?I used WM_PARENTNOTIFY but that message is received from every editbox in my window …

0
145
Member Avatar for Khoanyneosr

[code] 1>------ Build started: Project: DirectXtutrials, Configuration: Debug Win32 ------ 1>Build started 3/24/2011 5:24:05 PM. 1>InitializeBuildStatus: 1> Touching "Debug\DirectXtutrials.unsuccessfulbuild". 1>ClCompile: 1> main.cpp 1>ManifestResourceCompile: 1> All outputs are up-to-date. 1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup 1>C:\Users\Konnor\Documents\Visual Studio 2010\Projects\DirectXtutrials\Debug\DirectXtutrials.exe : fatal error LNK1120: 1 unresolved externals …

0
63
Member Avatar for margaretna

hi i am currently working on my school project on OCR... i tried some coed that i downloaded from the web.. but i have this error when i i run it and try to convert the image file into text file here the error given : The specified module could …

Member Avatar for margaretna
0
107
Member Avatar for jrotunda85

I have a question regarding Google Maps integration I am planning for my site. Right now I have a list of approximately 5,000 addresses (Street Address, City, and Zip Code). I would like to add two columns to the table these address are stored in for Longitude & Latitude so …

Member Avatar for mschroeder
0
274
Member Avatar for VanessaRyan

[ATTACH=left]19550[/ATTACH]Tap Me, Inc. launched the industry’s first [URL="http://tap.me/wp/how-it-works"]in-game advertising platform[/URL] this week. This platform gives designers the ability to place ads that are in context with the game being played, rather than disrupting it. Gamers will no longer have to get rid of banner ads or pop ups in order …

Member Avatar for VanessaRyan
0
641
Member Avatar for reborn2010

Dear Buddies, Need your help to make a simple regex to grab all codes from [B]<!-- Begin Code --[/B]> until [B]<!-- End Code -->[/B] I would like capture this code for deleting in Yahoo pipes. code: [code]<!-- Begin Code --> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: '132829708015487', status: …

Member Avatar for reborn2010
0
182
Member Avatar for msnasiri

Hello, I need to a webservice that could be use in c++ and php and easily work on linux and windows compilers (my windows compiler is visual c++ 6) can anyone help me on this?

Member Avatar for msnasiri
0
120
Member Avatar for spoon licker

And sorry for double-posting...It's years of frustration and waiting that's compelling me to desperately get an answer here. Thanks for all who are even willing to try and help because I've asked for some tips about this on countless other sites like this and no one has actually helped. I …

Member Avatar for Saith
0
225
Member Avatar for Sky Diploma

Hey Guys, I am developing an APP using WxWidgets and some other cross platform frameworks. Then there is a new need into the project to use Bluetooth as a transmitter of Data between 2 devices. I have been using the Mingw compiler all along for developing my app and suddenly …

Member Avatar for jonsca
0
768
Member Avatar for lochnessmonster

i am currently using the writefile() windows api function in my program, i want to store the follow in 1 buffer but i'm unsure on how to do this exactly [CODE] "===================================" '\n' "Date: " localTime->tm_mon "/" localTime->tm_mday "/" localTime->tm_year '\n' "Time: " localTime->tm_hour ":" localTime->tm_min "." localTime->tm_sec '\n' "===================================" …

Member Avatar for maybnxtseasn
0
2K
Member Avatar for serdas

below code work this with no problem <form name="statusUpdate" action="" method=""> <textarea name="status" id="status" rows="4" cols="50"></textarea> <input type="button" onclick="updateStatusViaJavascriptAPICalling(); return false;" value="Update Status via Facebook Javascript Library" /> </form> [CODE] } function updateStatusViaJavascriptAPICalling(){ var status = document.getElementById('status').value; FB.api('/me/feed', 'post', { message: status }, function(response) { if (!response || response.error) { …

Member Avatar for serdas
0
135
Member Avatar for serdas

below is the code i found from some nice tutorial it works great but the function post to wall promt user to either publish or skip, on some other php file this trigers it i think <a href="#" onclick="publishStream(); return false;">Click Here To Show A DEMO Stream Publish Box</a> and …

0
67
Member Avatar for sakhi kul

Hi all, I am trying for facebook app. I have done it but my next problem is to integrate it into our website. so my basic need to login into facebook without login with facebook login. I want to store username and password in file and pass that for facebook …

0
63
Member Avatar for Puertorro

Hey guys, my Professor want us to come up with this code: Create a class called Student. This class should have the following twelve private data elements: String studentName String studentEmail String studentLocation int projectGrade1 int projectGrade2 int projectGrade3 int projectGrade4 int quizGrade1 int quizGrade2 int finalExam int participationGrades This …

Member Avatar for Puertorro
0
124
Member Avatar for lochnessmonster

I was wanting to try a neat little project while i was bored at work and came up with a CodeInjection class. I understand this class is VERY POORLY DESIGNED. My question is how can i fix this?? what can i do differently to make this class not so tightly …

Member Avatar for mike_2000_17
0
107
Member Avatar for dyla123

Not sure if this is for PHP but anyway: I am wanting to make an API for a game the past few months and still have not yet figured it out yet. I am wondering does anyone know how to make one or who can get a website that can …

Member Avatar for chrishea
0
56
Member Avatar for Agni

Have been reading about the facebook commenting API for a few days now. Sites like Techcrunch have gone ahead and implemented the feature. I tried imagining if it will make sense for a forum like Daniweb to enable facebook commenting ? To me it seemed that it will not make …

Member Avatar for Dani
0
286
Member Avatar for Joshua Kidd

Hello all, I have been working on n Application for a game called Microsoft Flight Simulator X. And I have seen many Forum Posts of people using Win Api calls to reply to the multi-player chat room, because you cannot access it through an SDK. Here is an example of …

0
153
Member Avatar for mangopearapples

Hey people, How could I make it so when I right click and file and click 'Open With..' and choose my program so it loads the file? I already know how to load the file from when the program is already running and you click 'load' ect... [B]But,[/B] I tried …

Member Avatar for mangopearapples
0
178
Member Avatar for lorettah
Member Avatar for gunjannigam

I need yo draw a shape as attached in the image using Java graphics. I am struggling with the curve part. The curve part is a arc of an circle whose radius and center is known. But I have to paint the region out side of that arc. How will …

Member Avatar for gunjannigam
0
345
Member Avatar for Labdabeta

I am making a screensaver and it won't build! The error I get is "undefined reference to '_SDL_main'. Here is my code: [CODE]#include <windows.h> #include <scrnsave.h> BOOL WINAPI ScreenSaverConfigureDialog(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) { system("TMXDB.exe"); return true; } BOOL WINAPI RegisterDialogClasses(HANDLE hmodule) { return true; } int …

Member Avatar for Labdabeta
0
263
Member Avatar for souma123

Hi all, Please i need to know how to install fxtrade in myeclipse . Thank you in advance

0
50
Member Avatar for miminj

Create a class called Student. This class should have the following twelve private data elements: String studentName String studentEmail String studentLocation int projectGrade1 int projectGrade2 int projectGrade3 int projectGrade4 int quizGrade1 int quizGrade2 int finalExam int participationGrades This class should have the following public methods: A get method for each …

Member Avatar for Akill10
0
235
Member Avatar for thekitoper

I am fairly new to c++, and I would like to know whether or not I need to have the library files present on the system to run a compiled program that used the library files to compile on a different system. Thank you.

Member Avatar for gerard4143
0
94
Member Avatar for normanallen

Having got the old program to work (more or less) as a Console application I have now turned my attention to making it work as a 'proper' program. My first attempt was to generate the 'Hello World' string as a message box. I found I had to cast the second …

Member Avatar for normanallen
0
133
Member Avatar for jrosh

I am trying to connect to a database through j2me app and send two strings.It gives me java.lang.SecurityException: Application not authorized to access the restricted API error. (Caught in the try catch block) [CODE] import java.io.*; import javax.microedition.io.*; import java.util.*; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; public class storeNumbers extends MIDlet implements …

Member Avatar for jrosh
0
265
Member Avatar for dnk

Hi masters.. how can i shutdown computer using api files in vb6? best regards.. Gbu

Member Avatar for dnk
0
289
Member Avatar for sirlink99

I am having some trouble with the coding for the api. games4j.com has all of the codes and files, but when I insert the api codes into my doe I get an error. Please help me. I am getting the error with these two lines [CODE]loggedIn = Highscore.isLoggedIn(applet);[/CODE] and [CODE]Highscore.save(applet, …

Member Avatar for sirlink99
0
191
Member Avatar for chanda gul

Hi all! I am trying to find the last write time of a registry key using the following code but this code is showing the time with offset of some minutes i.e. if actual time is 4:29 it will give 4:26. i can't figure out the problem in the code. …

Member Avatar for chip_byrne
0
381
Member Avatar for arunp_eagle

Hi ppl! There is a api named NetSharedGetInfo to retrieve the information about any shared resource. Have anyone used this api. I tried using this. iam not sure wat parameters needs to be given to this api. Suggestion wld be useful!

Member Avatar for pseudorandom21
0
82
Member Avatar for saimaz

Hi iam using CI 1.7 and doctrine 1.2 and trying to make some search. But default search with indexes for me is not enough, because search keywoard must exect with indexed word. Is there any chance to make that more flexible where doctrine will detect with similar meanings not the …

0
88
Member Avatar for TheRealOrder

I have used DirectSound for years but I have started a new Direct3D 10 game and wanted to use something more supported and newer. Target VC++ 2010 build for Win7 platform, prefer an OOP model if one exists. Suggestions?

Member Avatar for TheRealOrder
0
202
Member Avatar for kennyrgz

Hello everyone! :) Here I come to you again with a question. I need some ideas on how make a java program that can work with big numbers, without using special java API`s like java.util.BigInteger and java.util.BigDecimal. This program will be able to substract and concatenate. My idea would be …

Member Avatar for JamesCherrill
0
142
Member Avatar for muzikhera

I need to print string (from my textboxes) in a network printer. I can print when the printer is directly attach to my PC while when i print to network printer it gives me NOTHING. Here's my code: [CODE] private void chkPrint_CheckedChanged(object sender, EventArgs e) { //foreach (String printer in …

0
84
Member Avatar for rude04

hello everyone,i need to make an encryption/decryption program and I'm almost finished, the problem is when i tried to add some gui an error about throwing exception keeps showing.. this is the code without the gui and it works just fine because the [B]throws Exception[/B] is in the main.. [CODE] …

Member Avatar for rude04
0
724
Member Avatar for phycoCoder

Dear users of "daniweb" This question has no coding issues but is still about java and java code i thought this would be the best place to post such a question its for my schools Program Dossier. I need a [library or API] that can manipulate a robotic arms motors …

Member Avatar for peter_budo
0
207
Member Avatar for leemyers

Hi i have a php script that create a new user account on my online backup server via a api, when i open in i.e or firefox i get this error message Parse error: syntax error, unexpected $end in /home/public_html/123-backup.com/test.php on line 297 I' am not sure what is missing …

Member Avatar for kmonroe
0
153
Member Avatar for chrishea

I recently came across [URL="http://www.twilio.com/"]Twilio.com[/URL] that provides API facilities to implement voice or text capabilities through the internet. They aren't the first to provide this kind of service but the capability of the API and their pricing seem to make them worth looking at for anyone who has a need …

1
156
Member Avatar for chakebubu

I have a motion detection code that creates a processor for my webcam bu then I want to transmit this video stream also. I am trying to use the VideoTransmit code provided by sun. Can I be able to modify it to use the same processor as my Motion detection …

0
125
Member Avatar for AngelicOne

I read that there are two ways of doing this: using WIA SDK and avicap32.dll. This is the first time I worked on an API that utilize a webcam. It seems that there are no official ways of using a webcam in .NET. Could someone give a link for a …

Member Avatar for AngelicOne
0
101
Member Avatar for barriegrant1

i am trying to pass a number of values from one page to another, i have managed to pass both the category ID and sub category ID, however i am unable to pass the "product_id" value. as you can see from below i am getting the product_id using a stored …

Member Avatar for Fortinbra
0
288
Member Avatar for katokato

im new to this c++ thing and windows api thing, and i got most of this code from a tutorial but i modified it alot. how do i retrieve a handle to a dialog box so i can put my menu inside it? (when i put the code for the …

Member Avatar for katokato
0
1K
Member Avatar for dyla123

Hi i am not sure if this is PHP but what i am looking for is an API that can track a players info in a game. All of his levels gained, all of his experience gained and so on. I have been talking to players from another game i …

Member Avatar for dyla123
0
147
Member Avatar for chintan_1671

I have a managed class library developed in C#. Now i need to create a win 32 dll wrapper around it. So in my Win 32 DLL i need to import that class library and call the starting point functions from it. I am new on this. I was able …

Member Avatar for chintan_1671
0
267
Member Avatar for luisator

Hi everyone!!! I am newbie in java programming, I am using a communication API. I am havin some problems. Iwant to use a method defined like this: enableRecording public abstract void enableRecording(DeviceID device, Boolean immediatelyActive) throws CstaException and for that I am doing the following: recordingActivation = new Boolean(true); enableRecording(id, …

Member Avatar for Ezzaral
0
170
Member Avatar for spoonlicker

I have no idea how to do it and MSDN.com doesn't give any straightforward explanation on how to. Also, learning functions and such don't really help because I don't know how to use any specific functions regarding such a task and I'm basically clueless. So how could I show an …

Member Avatar for hag++
-1
86
Member Avatar for parkz16

Hi, I am using the Google Maps API to integrate mapping into a web application. I am using HTML and JavaScript. I am having difficaulty integrating the directions function. I have a form which collects the users address/current location which is supposed to display a set of turn by turn …

Member Avatar for SolidSolutions
0
153

The End.