3,417 Topics

Member Avatar for
Member Avatar for hbmarar

Hi, Wishes. After finding it really difficult in getting kamaps + Mapserver up in the server, I thought of finding out a alternative and i made it out that i could use google API functions for my map system. I would like to know whether or how i could load …

Member Avatar for hbmarar
0
132
Member Avatar for dannyfang

HI, I'm new to the licensing mechanism, and I would like to gain an understanding on the Java FlexLM API usage. I was wondering if anyone could point me to any examples or share any of their references as to how the FlexLM Java APIs are being used to segregate …

Member Avatar for pould
0
10K
Member Avatar for Dark_Omen

I am trying to develop a In-Game Music Controller, controls music players for gamers, but I am having trouble figuring out how I can make a UI that would come up over the game so that a person could use it without having to minimize it (sort of like xfire). …

Member Avatar for Dark_Omen
0
144
Member Avatar for SegFaultSoul

Hi all, I'd like to get started programming Windows, but not sure how to go about it. I've only really worked with Java (in terms of OO programming) up until now. Will most Windows programming be done using .NET from now on? I mean, will any of the .NET languages …

Member Avatar for Ancient Dragon
0
176
Member Avatar for Eyrestes

Hi all, This is my first post here. I appreciate any help you can give me. I am writing a solution that involves having a ConnectionManager application aside from the main application. I intend to have the ConnectionManager create sessions that wrap around the OleDbConnection that provides the connection to …

Member Avatar for sajoans
0
175
Member Avatar for a1eio

I'm trying to use the google/python api, but i keep getting this error thrown at me: HTTPError: HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. I also get this error when trying to use …

Member Avatar for a1eio
0
135
Member Avatar for HellGuard

Hello Guys, i have problem in my project, i'm using WIN API when i make the CreatewindowEx like this: [B]Handle:= CreateWindowEx(WS_EX_TOOLWINDOW,'Classname','Title',WS_SYSMENU or WS_VISIBLE,0,0,80,80,0,0,Instancia,nil); [/B] the socket dont work [IMG]http://www.devarchive.com/forum/images/smiles/icon_exclaim.gif[/IMG] and if make it like this: [B]Handle:= CreateWindowEx[/B][B](WS_EX_TOOLWINDOW,'Classname','Title',WS_SYSMENU or WS_VISIBLE,1,1,80,80,1,1,Instancia,nil);[/B] the socket work and everything ok! so whats the problem with …

Member Avatar for Micheus
0
222
Member Avatar for crawf

Hi, I'm working on an assignment for school...one of the applets i have to develop is a colour picker...But unfortunately i'm having some trouble with it... I would just like to ask if anyone could help me along a little bit and give me some insight as what to do …

Member Avatar for crawf
0
216
Member Avatar for Pixelate

I'm trying to figure out if my problem is a software vs hosting issue? I have the software on two different servers, but I'm getting 302/500server errors on the killertalent.com server. The server with the errors has the Server API setup as CGI/FastCGI: [URL="http://killertalent.com/phpinfo.php"]http://killertalent.com/phpinfo.php[/URL] The server that isn't giving errors …

0
108
Member Avatar for Pixelate

I'm trying to figure out if my problem is a software vs hosting issue? I have the software on two different servers, but I'm getting 302/500server errors on the killertalent.com server. The server with the errors has the Server API setup as CGI/FastCGI: [URL="http://killertalent.com/phpinfo.php"]http://killertalent.com/phpinfo.php[/URL] The server that isn't giving errors …

0
100
Member Avatar for jtjk

Hi, I apparently have several spywares on my pc the pop up alerts are driving me crazy. I have run spyhunter and an antivirus but they aren't going away. Here is the Hijackthis log thank you for any help you can give. These are the ones that are popping up: …

Member Avatar for gunner
0
117
Member Avatar for agarunk

hello all, I have to create a dll file which can be used in .NET thats why i have choosen ATL project to create dll file. Im developing dll(using VC++.NET 2005) which inturn uses Adobe XMP SDK API's. My basic intention is to use fewer API to ensure that everything …

Member Avatar for Ancient Dragon
0
175
Member Avatar for Sigma Projects

I'm looking for some help with utilizing google's map api and a chat client I have delevoped. My site has been created in Coldfusion, but I have a handle on that. The help I need is much too extensive to just post on here and would hope that someone would …

Member Avatar for Sigma Projects
0
133
Member Avatar for skymap

Ok, I have read one or two other threads reporting Hijacking, So I am going along with Crying and pleeding for assistance! Here is the log, I look forward to your assistance asap :cheesy: Logfile of HijackThis v1.99.1 Scan saved at 21:14:21, on 17/05/2006 Platform: Windows 2000 SP4 (WinNT 5.00.2195) …

Member Avatar for tayspen
0
229
Member Avatar for D.Mark Phillips

I have just recently downloaded graphics code to help soup up and visualize fractal concepts which I'm developing. I plan on using a DOS desktop application which I think I can do through visual cpp from a Windows 98 S.E platform. My questions are; Where do I install the header …

Member Avatar for dwks
0
151
Member Avatar for arifkamran

I am using VB.NET.in which i use the class csmovielibrarypro to play the video file. I want to extract all frames from the video file.Is there any API that i can use to overcome my problem.or any other method to solve it.

Member Avatar for waynespangler
0
110
Member Avatar for iamthwee

Hullo, I'm trying to make a write a program to automatically create a jar file in java. I've got this far and this works. [CODE]#include <windows.h> #include <direct.h> #include <fstream> using namespace std; int main() { chdir("C:/j2sdk1.4.2_04/bin"); system("javac Saluton.java"); system("java Saluton"); remove ("Saluton.class"); return 0; }[/CODE] But I was wondering …

Member Avatar for iamthwee
0
564
Member Avatar for Whit

I really need help (my gf is convinced I need psychiatric help!), but I know I am not just a bit paranoid. Here's the short story: three years ago I lived next to a Unix programer, fabio, pot-smoking, guy in his twenties. He was outgoing, friendly, but had a funny …

Member Avatar for nizzy1115
0
176
Member Avatar for iamthwee

How can I plot graphs in java? I mean to say is there any API I can use for plotting stuff like `y = 5x^2 + 3x - 3`: with the x and y axis ...and with units? ThanQ

Member Avatar for iamthwee
0
120
Member Avatar for kklowanshi

Hi , I m working on Peoplesoft Component Interface. I want to access the [code]class PSApiException { private: tstring m_sMsg; PSI32 m_nMsgSet; PSI32 m_nMsgNum; public: PSApiException(LPCTSTR szMsg = _T("Unspecified PS Api exception"), PSI32 nMsgSet = 0, PSI32 nMsgNum = 0) : m_sMsg(szMsg), m_nMsgSet(nMsgSet), m_nMsgNum(nMsgNum) { } virtual ~PSApiException() { } …

0
65
Member Avatar for deutsch

I didn't get any response on my last post, so I'll try one more. I can't figure out why the comparison is failing. I would like to be able to use the extended ASCII characters instead of intergers if the API allows it. Thanks. .data sec BYTE "Wie Viel",0 ; …

0
59
Member Avatar for Efliction

Hey Guys and Gals I just seeing if anyone can help me out? I discovered how to convert a Gui textfeild into an String but cant seem to find the on the api to do it for an int? For example int num = tfNum*****; Just cant find a appropiate …

Member Avatar for tomkeys2006
0
130
Member Avatar for magikman

Hello, everyone: I have ventured into the world of windows API programming, unfortunately, my window is foggy at the moment. Maybe someone can clean it for me. :eek: I feel as though this is something i should have taught myself before this point. But, at any rate, here is my …

Member Avatar for magikman
0
117
Member Avatar for Bomber686

Hi, I am using the blockinput API call, which blocks keyboard and mouse events while active. The only thing is by pressing ctrl, alt, del you unblock inputs. What I was thinking is to just change the keystroke of one of these keys, thus no ctrl, alt, del input could …

Member Avatar for Bomber686
0
221
Member Avatar for registry

Hello, I'm quite new to SOAP but im trying to learn how to implement it into one of my WIN32 c++ API programs. I havn't done a lot of windows programming but i have created a few small programs, buttons, styles etc. I know the basic layout of a windows …

Member Avatar for iamthwee
0
96
Member Avatar for fdrage

which method in the ResultSet that will return the number of column in a table? I'm not entilry sure but i think its the getFetchSize() However on the API it says that : [QUOTE]"Gives the JDBC driver a hint as to the number of rows that should be fetched from …

Member Avatar for fdrage
0
112
Member Avatar for freesoft_2000

Hi everyone, Does anyone know where i can get hold of the source code for the following api JTextComponent.print(MessageFormat headerFormat,MessageFormat footerFormat) throws PrinterException This code is part of the new java second edition 6.0. I have tried searching google but could not find any of its source code. What i …

Member Avatar for jwenting
0
94
Member Avatar for stoyka

Hi, I have to build up an web application (ASP.NET) that communicate with its own Oracle database. Also this application should write some data (like inovices, payments) into Oracle Applications 11i database. Do someone knows how could I implement these features? Is there any Oracle API that I can use …

0
76
Member Avatar for 001

Hello Does anyone know how to install win32-API on windows XP. I tried using nmake but there was an error.".cl is not an internal command". What do i do. 00

Member Avatar for chrisranjana
0
88
Member Avatar for apcxpc

Hi all I am fairly new to C++, and am having problems creating a quick GUI application using the Win32 API. I'd like to use the "windows form project" option in Visual C++ ...which creates windows, textboxes, buttons etc. through a drag & drop interface. The problem is that I …

Member Avatar for WolfPack
0
130
Member Avatar for perlsu

I use Win 32 API for thread creation : unsigned long _beginthread( void( __cdecl *start_address )( void * ), unsigned stack_size, void *arglist ); How do I pass the multiple parameters to arglist? Thanks a lot. Rgds, perlsu

Member Avatar for WolfPack
0
194
Member Avatar for perlsu

Hi all, My csocket program is as follow. The program run properly but the server don't wait the message from client and the client also don't send. Can anyone help me what's the problem in client server communciation API. Thanks a lot in advance. #include <afxwin.h> // MFC core and …

Member Avatar for WolfPack
0
238
Member Avatar for andrax

I'm writting a program where I need the coordinates of the mouse when it's clicked inside the client area. For some reason, the coordinates seem to be in base 21, maybe higher (I've seen the character k). I'm not sure why this is happening. Here's the mouse section of the …

Member Avatar for WolfPack
0
94
Member Avatar for sam1

hi everyone, when I compilt my client side, in command line I get this error. [CODE]Note: ChatClient.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.[/CODE] and when i recompile with the option i get this worning: [CODE]warning: [deprecation] readLine() in java.io.Data InputStream has been deprecated while …

Member Avatar for jwenting
0
64
Member Avatar for steveneven

Hi people, I am just including a link to a great resource for using Linux to create real time visual effects. [quote]Use EffecTV and Simple DirectMedia Layer (SDL) to create your own real-time visual effects on live video. Learn how to integrate geometric primitives, bitmap image loading, and simple motion …

0
111
Member Avatar for abhinaynagpal
Member Avatar for Frank0051

Has anyone ever seen a Java media program that ties in visualizations like a Windows Media or Winamp type of deal? Don't really care if it uses a Java API, framework, or a simply taps pakages available in the OS....just looking to see if this is possible Thanks!

Member Avatar for Frank0051
0
558
Member Avatar for sharma_sanjay

I have the URL web API and also have the WSDL file to generate proxy classes. I want to develop small program in asp to access the data from the mentioned url web api. I also want to pass the required parameter so that it should retrieve accurate data from …

0
104
Member Avatar for red

I learned Arrays, Functions, Pointers, Classes and Structures. Now I am ready to move on. My question is, What is the difference between a DLL and an API, and how does one access a DLL in a C++ program? Can someone give an example on how to do it please? …

Member Avatar for Ancient Dragon
0
167
Member Avatar for cheenu78

Hi All, I am trying to develop an application which access the Phone Card on the device. There is an Api for that called Java Phone Api. I got a sample program as well which uses Java Phone API, when I try to compile the program on the J2ME toolkit …

Member Avatar for Phaelax
0
115
Member Avatar for osean

Hi, can someone point me to a good tutorial on using the CreateThread and CreateRemoteThread API? I've already read the MSDN documentation for both functions, i'm looking for a site that explains the use of both functions in more detail and provides alot of example code, thanks.

Member Avatar for osean
0
565
Member Avatar for hango

hello~everybody! I am a beginner of Java, I want to create a CA(Certificate Authority) that issues a x.509 certificate when user sends his/her identity to CA (registration). I know there is a X.509 API for JAVA,but i don`t know how to use it! Who can tell me how should i …

0
69
Member Avatar for Frank0051

I have an interesting question, I'm helping someone can help me out with this. I have been playing with the JavaSound API and I have come into contact with the FloatControls (pan and gain). Basically I know these controls only work if the line supports them. I have been working …

Member Avatar for jwenting
0
93
Member Avatar for Nedals

I'm really new to C++, but not to programming, and don't really know what I'm doing. I had a bunch of programs working OK. Then I was messing with a window application and all my window programs would no longer compile. I get the following error (same for all projects) …

Member Avatar for Nedals
0
385
Member Avatar for j1979c

[B][COLOR=Navy]This is an ongoing question going through my head.... I've been doing C++ programming for about 4 months now. Been using Deitel's C++ How to program book. Learned from the basics till data structures like link lists, queues, stacks, trees..all using templates, vectors, pointers. File processing (sequential and random). Well, …

Member Avatar for jwenting
0
206
Member Avatar for macupryk

I am using the following class. RichTextBoxPrint.vb Option Explicit On Imports System Imports System.Windows.Forms Imports System.Drawing Imports System.Runtime.InteropServices Imports System.Drawing.Printing Public Class RichTextBoxPrint Inherits RichTextBox ' Convert the unit that is used by the .NET framework (1/100 inch) ' and the unit that is used by Win32 API calls (twips …

0
150
Member Avatar for macupryk

:rolleyes: I have a control that I drag and drop. I would like to use the below instead of building a dll. I want to call the subroutine. Is there a way I can do so? I am not aloud to use build any extra dlls in the project. If …

0
160
Member Avatar for sampitt

hi need some help. I am getting an error with the code below, the error is uses or overrides a deprecated API. [javac]. Which is not really an error but what other way should i code this `"Vector dataHeaderDisplay = new Vector(finalData);"` Please help. if(materialType.equals("trim")){ Vector dataHeaderDisplay = new Vector …

Member Avatar for jwenting
0
175
Member Avatar for eliauction

hi evry1, need opinion here to create a business graphic software... [COLOR=DarkGreen]http://www.smartdraw.com/product/flo/index.htm[/COLOR] is there any api to achieve like the image shown in the above link... what should i read on...to do a similar dekstop app... thanks in advance.. one more thing...can c and c++ combine with web programming lang …

0
122
Member Avatar for mhk_mohsin

Hi every body I m new to symbian programming in c++ but not finding much help related to symbian in c++ So any one who can help me in this regard. and suggest a book for beginners Another problem is that i wana use bluetooth socket api but not finding …

Member Avatar for Ene Uran
0
136

The End.