3,417 Topics

Member Avatar for
Member Avatar for Quintillus

I've just started trying to learn how to implement Windows API calls in VB, as the graphics in VB themselves seem to respond rather slowly no matter what computer I run them on, but ran into a couple problems. The graphics at first wouldn't appear until I went over each …

Member Avatar for Quintillus
0
133
Member Avatar for luisator

Hi every one...I am modifying an application that make the Pc speaker have acces to the rtp stream comming from a telephone. The problem is, the rtp stream could be one of G.711U or G.711A or G.729 or G.729A depending on which codec was setup and the Speaker supports PCM_UNSIGNED. …

Member Avatar for jasimp
0
383
Member Avatar for Numinel

With the DrawFrameControl API you can draw an old style checkbox. Is there a way to draw a checkbox that actually looks like the one used by XP and Vista (i.e. common controls version 6.0 look)?

0
54
Member Avatar for Vega_Knight

My Friend tell me to using GetSystemInfo api function to get a couple information : - Number of procesor - ProcessorType - Low memory address -> MinimumApplicationAddress - High memory address -> MaximumApplicationAddress but i didn't know how to use this function. anyone know how to do this??? please help …

Member Avatar for Jx_Man
0
589
Member Avatar for thureinnyo

Hi everyone, I'm trying out on JTAPI. My objective is to make a call from my Java Application to My hand phone via Modem which is connected to Land Line. And I am getting quite confused reading the API and any hint to get started? Cheers! Thurein

1
57
Member Avatar for dks1383

Hi I have a window , there are some texts on that window , I know the hwnd of that window , how can I write a program whit win32 API (in vb6) to access the texts. (the texts are not in any control such as textbox or label ,...) …

Member Avatar for dks1383
0
84
Member Avatar for Jade_me

Hi... i want to make flash window... after program completed something task then that window will flash. i ask my friend and he said to use api function. but i don't have an idea to do this. please help me masters... any help will be appreciated. best regard Jade

Member Avatar for Jx_Man
0
159
Member Avatar for Sawamura

hi all, thanks to helping until this time. now i want to display printer properties... please help me to do this. do i have to using api function to do this?? any help will be appreciated... best regards :)

Member Avatar for Jx_Man
0
457
Member Avatar for nilu_99773

Hello Im new to this forum. I want to access a flex function in a flex application (not purely html) from java script.. Im using index.template.html to write javascript in the flex application. so far i can call the java script functions from the flex function using the external interface …

Member Avatar for november_pooh
0
37
Member Avatar for ulrik04

Hello :) I'm making a very simple game in C++ (very much like the old DOS game Supaplex if anybody know that :P). I'm using the windows API, not GDI, DirectX or anything like that. I've only just begun learning the Win Api some days ago :) I have the …

Member Avatar for ulrik04
0
77
Member Avatar for Numinel

Although not a C++ specific problem but you may have an idea how to help me anyway. A program that has worked for a long time suddenly stopped working and I suspect it's a security patch issue. Background: I've made a program on a Pocket PC (Windows Mobile 5) that …

0
48
Member Avatar for fujilec

hi....i had used mouse API to emulate the mouse.....without using mouse, just using ascii code. However when there is a message box pop up, it seems like malfunction...it cant move. How can i solve this problem? Thanks.....

0
68
Member Avatar for fujilec

problems for the mouse API...i declared this : [code] Dim Position As POINTAPI Dim Mystring As String Private Type POINTAPI X As Long Y As Long End Type Dim PosX As Long Dim PosY As Long Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, …

0
82
Member Avatar for Dani

By default, the vBulletin forum system has support for Paypal, NOCHEX, Woldpay, Authorize.Net, 2Checkout, Moneybookers, and CCBill. I'm not familiar with any of these other than Paypal. What are their differences and which do you recommend for accepting credit/debit cards globally?

Member Avatar for BroKeN
0
40
Member Avatar for sam210

Okay, so I am creating a password storage system. I have everything but a few last functions. I need to be able to search for different sites and view all sites in a choicebox. for editting. I've tried a few different things but I just can't get it. the first …

Member Avatar for sam210
0
166
Member Avatar for degamer106

The problem is that I have an ArrayList which stores objects that contain a Shape (actually a Composite shape like a Car) and (x,y) coordinates. Suppose I'm supposed to retrieve each object and the coordinates for drawing. My question is, how do I draw an Shape on the screen at …

Member Avatar for darkagn
0
105
Member Avatar for nabilchampion

Hi all there is a Windows API function as [CODE]HANDLE CreateFile( LPCTSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile ); [/CODE] This function contains argument for share mode.. When I provide it 0 value then no other process can open/access the file already opened …

Member Avatar for Ancient Dragon
0
119
Member Avatar for luemob

Notice: Undefined variable: home_query in index.php on line 18 Notice: Use of undefined constant U - assumed 'U' in inc/functions.php on line 168 I have installed a script that pulls info from api's and was able to eliminate the errors by chmod the cache folder to 777. I don't think …

Member Avatar for luemob
0
155
Member Avatar for ryy705

Hello, I can run php scripts on my computer from the command prompt but I can't open it through my web browser. My assumption is that this happens because apache is not configured to use php. Does anyone know what lines(s) I should add to apache's httpd.conf file? I found …

Member Avatar for WebManiac
0
227
Member Avatar for Derice

Hi, I am given assignment to develop simple games on applet. I have problem understanding the function of some abstract class... any1 would like to explain to me? Thx in advance. [CODE] class snakeGame extends Applet implements Runnable { Thread runner; public void init(){} public void start(){} public void stop(){} …

Member Avatar for jwenting
0
116
Member Avatar for karlmarxxx

I'm begining a project thats uses this [URL="http://www.supercheapparts.com/detail.jsp?partnum=68798"]ELO 1515L Touch Screen[/URL]. Am I going to have any problems getting a java application to work with this? Are there any additional Librarys or API's I might need? Thanks for the help

Member Avatar for jwenting
0
31
Member Avatar for rahul.b123

I have undergone a basic course in C Programming and I wish to enrich my programming skills by learning how to code for graphics in C and my main interest is to learn to write virus and so on. Could you please guide me what books should I need to …

Member Avatar for DangerDev
0
94
Member Avatar for maulee

I am sending an mail using mail api..but the mail goes into the recepient's BULK folder..is it any way to stop it from going into the bulk folder?

Member Avatar for ~s.o.s~
0
52
Member Avatar for nicky-river

Hi everyone, This is just a short description on the various classes & interfaces that help you write an application, which can parse an XML document. The SAX API consists of the foll. packages :- [I]org.xml.sax[/I] - This package contains the basic interfaces of the SAX API. Some of the …

Member Avatar for ajithraj
0
152
Member Avatar for nabilchampion

Hellow Dani's World I need to have an CHAP/PAP authentication in my application that I am programming. What I didnt find any where yet is that is there any library(API or builtin functions) for using CHAP/PAP features in Linux or I will have to implement and program CHAP/PAP by myself …

0
79
Member Avatar for trey.jonn

Problems using GetShortPathName I'm using the UNC prefix for the Path:'[B]\\?\unc\heathers-bill\D$\aFileWithALongName.exe[/B]' GetShortPathName returns 0 & using GetLastError() returns the error 'The filename, directory name, or volume label syntax is incorrect. ' even though Windows Explorer can access the same path Since I can navigate to this path using Windows Explorer, …

Member Avatar for Walter.Worhol
0
248
Member Avatar for Sawamura

I want to access cd drive but i don't know how to do this... there are a way to do this? i think it will use api function? what api function i have to use? thanks in regards... any help will be appreciated.

Member Avatar for Jx_Man
0
126
Member Avatar for mikek999

I am writting a program that communicates with Amazon Seller services. One of the tasks involved is the uploading and downloading of XML documents containting order information. Below is the example source code provided by Amazon for vb.net. I finally got most of the code working, but I am stuck …

0
79
Member Avatar for sunne

Hi, I am new to this community. I have a problem described below. I need to write a java code which would archive a set of files in "newc" format and then compress it using gzip. There are apis to compress in gzip format but couldnt find an api that …

Member Avatar for jwenting
0
140
Member Avatar for vatspoonam

hi I am working on a call center management project. i want to maintain the details of all inbound calls like time duration, caller's no. , etc. Please tell me how can i achieve this. I think JTAPI(java telephony API) can help me but m not getting how to use …

0
74
Member Avatar for awo

I have the privilege of desiginging a J2ME game but i was tyring to see if it was possible to connect two or more mobile device using bluetooth so that instead of playing aginst the system, the player would be able to play against another person and i could not …

0
85
Member Avatar for ceyesuma

Is there a JavaScript api to look at methods? I googled and I didn't find anything familiar. I am used to the java api.

Member Avatar for Renincuente
0
81
Member Avatar for AS_82

I want to develop a program, that will take a input in chines font through GUI, but, I have face a problem, that is how can I decode the given string in Unicode. I can write a string giving the correct Unicode Value, but donot fetch the correct Unicode value. …

Member Avatar for DangerDev
0
131
Member Avatar for Abou Rawan

Please can anybody help me on how to capture the legacy joystick button change event using the API winmm.dll. I mean only the [U]change [/U]of the button not its permanent status . Thanks a lot. Abou Rawan / new member.

0
45
Member Avatar for sanzilla

Hi I am really little bit new to java , actually J2ME , really , can anyone know the API or libraries that can freely download to handle the vcf business card format that come with outlook express ? I really feel lazy to write my own code , anyone …

Member Avatar for sanzilla
0
144
Member Avatar for DangerDev

Hi I m basically windows programmer, worked always for windows platform, I m good in web based programming also. But i want to move. I always wanted to work for linux. Its my dream to work in c or c++ under Linux platform, I want to do some Networking kinda …

Member Avatar for jbennet
0
215
Member Avatar for shreevidya

hi i am learning to work with mysql and c. i want to select a particular row from database which must be equal to a variable and the variable should be given by user.the program is in c where i use c api to connect sql database. how to join …

Member Avatar for gerard4143
0
98
Member Avatar for arunpawar

We import the packages from java.somepackge.*; or javax.package.*;package can be anything from javas own api or other external api. My question is what is difference between java and javax?

Member Avatar for javaAddict
0
65
Member Avatar for Mr.UNOwen

Hello, I was creating a game in java and a thought came to mind, would it be better to dump it all and start from scratch with C++. So my question is, with all the cons I've listed and all the other issues that you know, what am I better …

Member Avatar for Mr.UNOwen
0
108
Member Avatar for rockmania

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Calculator { public static void main (String [] args) { JFrame frame = new CalculatorFrame (); frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); frame.show (); } } class CalculatorFrame extends JFrame { JTextField jtf; JLabel jlb; JTextField jtf1; JLabel jlb1; JTextField jtf2; JLabel jlb2; JButton jbt; JButton …

Member Avatar for jwenting
0
179
Member Avatar for manushetty_2005

please help us in getting information regarding working of internet browsers(in general IE or Mozilla etc).... API's involved.. we want to develop a server tool that [B]monitors[/B] and[B] logs [/B]the users internet activity such as sites visited, on client machines in LAN.

Member Avatar for jwenting
0
49
Member Avatar for jov0708

i wrote a code to get hard disk info and used FindFirstVolume(). however, the console-based application was ok but when i made an MFC application doing the same thing, it did not compile correctly. i think the problem is with my redeclaration of _WIN32_WINNT in the MFC application. this is …

Member Avatar for jov0708
0
510
Member Avatar for rrocket

I have been looking all over trying to find a simple example of how this is done... Basically I want to send info from a form to another website API via XML and get the information they send back to me. If anyone has any examples or knows of any …

Member Avatar for rrocket
0
125
Member Avatar for FlaminPhoenix

Hey guys, im really on the verge of my seat about my final sem project. I have decided to do a photo uploading site similar to deviantart. I want to add options so that each user will be able to watermark images. I need some ideas guys..My project idea is …

Member Avatar for FlaminPhoenix
0
135
Member Avatar for manushetty_2005

please help us in getting information regarding working of internet browsers(in general IE or Mozilla etc).... API's involved.. we want to develop a server tool that monitors and logs the users internet activity such as sites visited, on client machines in LAN.

Member Avatar for jwenting
0
69
Member Avatar for bdude

Hi, I'm using the Ruby gem amazon-ecs to access the Amazon API on my local development. For some reason the REST responses can take up to 20 seconds to download, as opposed to a few seconds when viewed through my web browser. I'm using OS X/Leopard/Rails 2.0 if you must …

0
86
Member Avatar for shaikh_mshariq

Hi, I am new in programming snmp using java. I found snmp4j api for java to snmp programming but it does not contain any example to create agent and deploy it. Any one have solution for my problem. One more question using snmp can we deploy snmp agent remotely ? …

Member Avatar for shaikh_mshariq
0
97
Member Avatar for kharane.pravin

I am working on interactive voice responce system using vb.net and i want know what are the API ,functions available in vb.net? Please help me.

Member Avatar for ericstenson
0
55
Member Avatar for abhinemo
Member Avatar for CompSec

Hi everyone. My friends recommended me to this site. Hopefully someone out there knows a bit about the Socket Api. ... I am trying to transfer a text file from one folder to another (all on the same machine). On the server side, I am able to put the entire …

Member Avatar for zhelih
0
76

The End.