Communication using WorkBench4

379 byte By anil_mirza at 2007-11-17 14:08:46
I am using Workbench4 for dial up connection and data communication through built-in modem of Point of Sale Terminal (Omni3200) with a Host. I've opened and initialized modem but failed to establish data communication between POS terminal and Host computer, as I don't the libraries to incl...

LaTex

432 byte By ltom2000 at 2007-11-17 14:08:47
I used LaTex a lot on Unix before. I have MikTex downloaded to my Windows 98 from the internet. I am just wondering for MikTex on Windows 98 how to create a new (sourse) file and how to compile it. On Windows 98 I can open dvi file transfered form the Unix and read it. Thank you.I would also would l...

Report from browser

183 byte By AnaAraujo at 2007-11-17 14:08:48
My user wants to print reports from IE, and he wants to choose the page range. Is there any tool I can use to do it? He doesnt want to open a PDF or DOC, he wants a HTML page.<br/>Tks

Grand Technical Discussion

352 byte By Srikanth_hlp at 2007-11-17 14:08:49
Ay everybody, I am thinking of a grand get-together between members of dev-archive (Visual Basic Discussion) so that we can sit down , get to know about each other and discuss technical problems and share our technical knowledge so that we need not just get the technical advice without knowing the...

A problem I need help with urgently!

313 byte By Amanda Barnwell at 2007-11-17 14:08:50
I need to find out what(and how) is the best way to connect a Sybase Database to a C++ program and how to reference the database within the program.I also need to know how I put a web front end on a C++ program - I have been told the best way to go about it is to use asp's but don't know h...

Upload Permission

306 byte By NMNguyen at 2007-11-17 14:08:51
Hi .I have somes trouble for upload file from client to Server.all the user can upload file to Server but if they upload execute file ( *.ASP, *.CFM, *.JSP) on to My Server. Throught this file, something on my Server is show on. I don't know for how to do . :(Help me Please. Thank you....

e-mail

172 byte By veera at 2007-11-17 14:08:52
How to create a mail client program.<br/> Anybody know how to write a program for receiving mails and also send the mail.<br/> Any c++ fun. is used for that.<br/>veera

SQL code

147 byte By Add_gr at 2007-11-17 14:08:53
I need to do "sum(something)/20" and when the sum is below 20 it gives me 0 but i want at least 0 and 2 decimals. Could somebody give the sql code?

3-tier architecture

288 byte By gpx at 2007-11-17 14:08:54
Hi there. I would like to know what does really mean term 3(or more)-tier architecture when I'm talking about web server and web apps.<br/>Is it the way of communication like this?<br/>client<->web server<->db server<br/>...or what?<br/> thanx for your replies.<br/> gpx

DHTML Editing Component

356 byte By Sniper at 2007-11-17 14:08:55
Hi, I wrote an application using ATL similar to the MS 'CEdit' example. Everything is OK, but when I execute 'IDM_TRIED_COPY' the message box popups 'Unspecified Error'. The HRESULT of the Exec is S_OK. Do you know any resources on the Internet about DHTML Editing Compo...

Low level disk access

254 byte By glennvan at 2007-11-17 14:08:56
Does anyone know of a spot or a book where I can find the low level calls to access the hard disk? I am really looking for the marking of bad sectors on the disk. I know its possible, I just can't seem to find any information...<br/>Thanks...

Best Language suited for ORACLE/SQL

244 byte By NoWay at 2007-11-17 14:08:57
What is the "best" suited programing language for interaction with Oracle/SQL?!!?<br/>Delphi and/or Visual C++ can do the job? The information retrieving from database are made with simple PL/SQL intructions??<br/>Thanks for the time!

JAVASCRIPT/ if statement problem

773 byte By brucealiroy at 2007-11-17 14:08:58
If you can help me I would really appreciate it. What I'm trying to do is ask the user some questions using window.prompt. Their answers are stored in variables and are put in a story at the end through window.alert boxes. They can not proceed after each question unless they type something othe...

JAVASCRIPT/ if statement problem

2729 byte By brucealiroy at 2007-11-17 14:08:59
My entire post didn't post so here's the Code to the first post.firstname = window.prompt("Type in your first name"); if(firstname == "undefined") { firstname = window.prompt("Type in your first name"); } lastname = window.prompt("Please type in your last name"); if(f...

C/C++ struct packing

110 byte By N@mo at 2007-11-17 14:09:00
I need to access structure memory directly,<br/>but i can't calc members alignment...<br/>Please, help!!!

porting code from NT to LINUX

435 byte By yoseft at 2007-11-17 14:09:01
In my NT application I launch processes, each with its command line, with CreateProcess function, and wait for them to exit with WaitForMultipleObjects function. I can not find the equivalent functionality with Linux:fork function does not take a command line parameter.exec functions replace the cu...

bmp encoding, decoding

186 byte By jlahori at 2007-11-17 14:09:02
How can i read a bmp file in simple C/C++ program using streams and without using MFC classes.<br/>Where to find the encryption and decryption algo or the structure of the bmp file?

What is Oracle?

273 byte By Drew at 2007-11-17 14:09:03
Can anyone give me some insight on Oracle? I am a Computer Science Student and I heard that Oracle is a computer language that people are getting paid six figures if they can code in Oracle. What is this language about and what is it used for? Is it harder then C++ and VB?

CRichEditCtrl GetLine not working in WINNT

570 byte By neechee at 2007-11-17 14:09:04
I've these codes in my program in UINT ThreadProc(LPVOID pParam)function:-----CProgDlg *cc=(CProgDlg *) pParam;cc->m_richedit1.GetLine(LINE, strText.GetBuffer(lLength+1));strText.ReleaseBuffer(lLength);------It's working well in win98 where I can get a certain line in RichEdit box into...

Registering MFC42

126 byte By Scott Mitchell at 2007-11-17 14:09:05
I need to manually register an older version of MFC42.dll on a NT machine. Could someone please jog my memory!<br/>Thank you.

RMON

469 byte By Nilesh Karkhanis at 2007-11-17 14:09:06
Hi friends, For last couple of days I have been working on RMON and trying to understand its way of working, all the articles and the sites which I refered had given that the RMON works in conjunction with SNMP but I am not able to get that fact. Can anyone of you just brief me about the relati...

Can Anyone Frame SQL Group By Query As I Wanted

716 byte By Vijooo at 2007-11-17 14:09:07
Assume that I have Records for more than 12 months. Now I want to Group Up my reocrds according to the Month.So i tried the following Query. Select X,Format(XDate,"mmm"),Sum(XAmt) From XYZ Where XDate Between #1/1/2001# And #30/12/2001# Group By X,Format(XDate,"mmm"); The above Query works perfectly...

Win Nt4.0 and Dos-Box/Full Screen

290 byte By Christian Hofner at 2007-11-17 14:09:08
I'm using Win Nt4.0. I'm starting a programm which uses a Dos-Box, then the program switch to Full-Screen automatically. (The property is set to Window.) <br/>How can i prevent that the dos-programm switches to full-screen. <br/>(I don't have the source of this dos-programm)

Testing Tool

118 byte By suresh kannan at 2007-11-17 14:09:09
Hi,<br/> I need a tool for Testing and Debugging. Please send me the Product names. <br/>Thanks,<br/>Kannan

Looking a discusson group for realtime application

384 byte By rsasalm at 2007-11-17 14:09:10
Hi all,I am looking for a newsgroup for realtime related issues where I can find information about differnet realtime operative system among other things. Any kind of help in this regard will be appreciated.Better if you answer me via email on the followingaddress: mohammad_saleem_1999@yahoo.comthan...

Jornada RS-232 and USB connection problem Solved!

663 byte By Hans Wedemeyer at 2007-11-17 14:09:11
When I wanted to develop a program for the Jornada, that uses COM1, I ran into a problem using the RS-232 port for my program and the USB for ActiveSync.It appears HP do not have a cradle that allows both RS-232 and USB at the same time.So, I modified the USB cradle and turned it into a dual purpose...

orbix IONA - callbacks

193 byte By _ra at 2007-11-17 14:09:12
does anyone know or have information on how to implement callbacks on the server side, so when the client application crashes (goes away) the server knows about it? so it can take some action..

help wanted with Javascript

695 byte By Neet at 2007-11-17 14:09:13
I am trying to create an application similar to any mail application like say yahoo mail.When a user logs in the mail for that user is automatically picked up from the database and show to the user with a checkbox for each letter, which are generated dynamically.I would like your help in coding the...

Device Capturing

483 byte By Vivek Mishra at 2007-11-17 14:09:14
Hi All,If anybody of you have an idea of how to capture a device (speaker,microphone) from another application, please let me know.Basically what I have to do is that if any application is using these devices then get the control of the devices from the using application to my application, i.e. my a...

cal command -UNIX

198 byte By hari kumar at 2007-11-17 14:09:15
How to modify the 'cal' command to accept more than on month as in:<br/>1) $cal Jan, Feb<br/>2) $cal Jan-April<br/> if any body knows it . please reply me.<br/>Hari Kumar .P

C++ Training

306 byte By Tom Allitt at 2007-11-17 14:09:16
I am a VB Programmer and I need to be trained in Visual C++. I do not have any C++ experiance. I am based in Northampton, England and I was wondering if anybody could tell me what training I should get and if there are any recomended training companies in England that I could use.TaTom...

Protecting my investment

857 byte By Clearcode at 2007-11-17 14:09:17
I have written an ActiveX dll which simplifies the whole business of subclassing windows, installing message hooks etc. and basically gives the developer access to power of the Windows API in the familiar form_event mode.This was developed for internal use but it strikes me that it would be a very u...

Windows programming

156 byte By karthikts at 2007-11-17 14:09:18
hi<br/> i need to get the information about the printers connected to the computer through the windows programming.i then want to put this to the list box.

Mount a card in NT!

215 byte By j29tunnan at 2007-11-17 14:09:19
How can you mount a card to your computer with windows NT so it will be visible and accessible from windows explorer like a normal disc such as c:/<br/>The card has no device drivers.<br/>Any suggestions ?

sample web browser

335 byte By tunkeat at 2007-11-17 14:09:20
hi,does anyone know of any programming language which provides a sample web browser (with source codes) which has basic browsing capabilities such as GoBack(), GoHome() and so on? I know that MFC provides one called MFCIE, there is another one called ATL browser and of course the open source Mozill...

Scientific Plotting & Graphing

483 byte By Cheryl at 2007-11-17 14:09:21
I am looking for professional quality plotting software that I can use with my MS VC++ application on Windows 2000. I am rehosting legacy software that uses old plotting s/w that is not compatible with MS VC++ and MFC. PV-Wave looks like a possibility, but I don't know if I could link its lib...

Doc files format

137 byte By GabiC at 2007-11-17 14:09:22
Where can I find the .Doc files format?<br/>Any link or information about it would be useful.<br/>Thanks<br/>------<br/>Gabi C.

Help please

1519 byte By Delabowls at 2007-11-17 14:09:23
I'm taking a C class and I need some help. Here the problem:This program will test whether a sentence is a palindrome; that is, whether it has the same letters when read forward and backward. First, prompt the user to enter a sentence. Read the characters one at a time using getchar() until a...

MySQL for Win for commercial use

232 byte By gpx at 2007-11-17 14:09:24
Hi there,<br/> I've heard that MySQL is available for commercial use in Windows only in 30-day trial version and then you must pay. Is it true? I can't find the answer in the MySQL docs so help me pls.<br/> thanx<br/> gpx

Need help calling a parameter file for an applet

485 byte By jac_72 at 2007-11-17 14:09:25
Here's my problem. I have an applet that works perfectly when I have the parameter code in the html that that uses the app. What I've been trying to do and it's now been hours and hours that I've tried this, is to place those parameters in a separarate file, possibly a .js file....

sql command not properly ended

754 byte By Cgraham808 at 2007-11-17 14:09:26
I am having trouble executing this particular query in oracle:SELECT Selections_Saved.Where_SQL FROM { oj Job_Schedule LEFT OUTER JOIN Selections_Saved ON Job_Schedule.Selection_Id = Selections_Saved.Selection_Id LEFT OUTER JOIN Report_Log ON Job_Schedule.Job_Id = Report_Log.Job_Id } Where (Job_S...

New Rational Rose AddIn for Oracle

350 byte By Rigkov at 2007-11-17 14:09:27
OraRose - new Rational Rose AddIn. OraRose AddIn is addition to standard Oracle Addins (not instead of), and allows to carry outmore correct reverse (and more faster) and the most important it allowsto do reverse Oracle Package (what dont allows standart OracleAddIn).if you are intresting, email me...

Data warehousing

114 byte By Anand Gopal at 2007-11-17 14:09:28
Hi <br/>Can anyone plz tell me what is data warehousing.<br/>Take care & Luv all u coders<br/>Anand

QBasic

159 byte By Zimbozubble at 2007-11-17 14:09:29
I'm trying to write a program that will output the value of a registry key to a text file but I don't know where to start! Can anyone help!! Please!!

HTML question, I think?

201 byte By vinster82 at 2007-11-17 14:09:30
Please go to this post and read the thread and give me your opinoin.<br/><a href" http://63.236.73.79/cgi-bin/bbs/wt/showpost.pl?Board=java&Number=16107&page=0&view=collapsed&sb=5&category=">

Visual Studio Toolbar Customization Information

292 byte By Hossein at 2007-11-17 14:09:31
Does anyone know where (what file) the customized toolbar (and menu shortcut) information is saved?<br/>I have installed VC++ 6.0 on my new computer and would like to move over all the keyboard and toolbar commands I have customized over the years. Any ideas?<br/>Thanks<br/>Hossein

Digital Dashboard - web parts

177 byte By vankidanki at 2007-11-17 14:09:32
Im building a web part using web-part builder for Digital Dashboard resource kit 2.2. Is anyone using this, then please reply im in kinda of a problem<br/>Thanks<br/>vanki

launching the vc++ application remotely

601 byte By sgodasi at 2007-11-17 14:09:33
Hi My prime objective is to up the vc++ application which is installed on remote machine(same network) from my machine.application directory in share.manually what we do is , double clcik the exe application to make it up.But i want to make it up programatically.I think it requires some OS level pr...

problem with xcopy

323 byte By sgodasi at 2007-11-17 14:09:34
Hi I am using ' xcopy ' command to copy the files from one machine to another.I am using java API.Every thing is working fine!! but while copying the data, DOS propmts are getting opened and closing once files are coped successfully.can we some how eliminate the DOS prompts.Regardssai...

Text scrollers...

825 byte By Simon Tims at 2007-11-17 14:09:35
HelloI'm looking for a vertical text scroller that will read external .txt files. I want to be able to upload, say, 5 .txt files to my server and have the scroller read and, surprisingly, scroll themObviously the text files will always have the same names, say 1.txt, 2.txt, etc etc - and FTP w...