Thanks for reply.Can you pls give me an example?
cberam
Posts
-
DOS Commands -
DOS CommandsHi, How to execute DOS commands in MFC. I use WinExec() to use COPY commands. It works fine to copy files to local directory/system. But it fails to copy file to another PC in the network. WinExec("cmd /c copy Prints.txt \\avon\Prints",SW_SHOW); \\avon is the network PC with shared folder Prints This commands works filke from DOS prompt but not from MFC..Pls help Ram
-
DOS CommandsHi, How to execute DOS commands from VB. I used Shell command but it didn't work.Pls help me with an example. Ram
-
Remote Command ExecutionHi, I have a client-server application. There is a BATCH file residing in the client. I need to execute that BATCH file from the server. Pls help how to acheive this using DOS cammands or any other way Ram
-
WSHHi, Im trying to execute DOS command from Javascript in JSP. My code is: var strCommand; var strStyle = 1; var strWait = true ; var strArgs; strCommand = "c:\\winnt\\system32\\cmd.exe"; strArgs = "test.bat"; var shell = WScript.CreateObject("WScript.Shell"); var rcode = shell.Run(strCommand + " " + strArgs, strStyle, strWait); shell.Popup("Return code is " + rcode); Nothing happens after var shell = WScript.CreateObject("WScript.Shell")if any Alert msg given. No error found.Pls help..WSH also installed Ram
-
Printer Object in VBHi, Im using VB 6.0.. I try to Print few words to the Zebra Label Printer..But doens't seems to print at all.. COde is : Printer.Print "^XA"; Printer.Print "^MD10" Printer.Print "^LH0,0^FS" Printer.Print "^BY2,3.0^FO20,2^BCN,54,N,Y,N^FR^FDMirudhubashini^FS" Printer.Print "^FO20,59^A0N,28,37^CI13^FR^FDWomens center^FS" Printer.Print "^FO20,65^A0N,28,37^CI13^FR^FDCoimbatore^FS" Printer.Print "^PQ1" Printer.Print "^XZ" Printer.EndDoc. Either I see Status in Printer Queue as "Spooling".. and if i give Printer.Enddoc ..Nothing I can see in Printers Queue All ^XA and similar words are for Label Printer ZPL Language Pls help -- modified at 6:01 Saturday 6th May, 2006
-
Label PrintingHi, I want to integrate my webbased or VB applications to a Label Printer for printing the Employees Address alone. Pls Can anyone help me to how to acheive this..Pls help Thanks In Advance Ram
-
Label PrintingHi, I want to integrate my webbased applications(Struts Framework) to a Label Printer for printing the Employees Address alone. Pls Can anyone help me to how to acheive this..Pls help Thanks In Advance Ram
-
Software Evaluation ToolsHi, can anyone pls help me to get to know about Software Evaluation Tools ? Are there any free downloads?.. Pls help me by sending some links on this.... Thanks Ram
-
MDF filesHi, I have .MDF ,SQL server DB files. How to import those data or how to open .MDF files to the sql server or any other DB . Pls help Ram
-
HTML TableHi, How to draw a border only for a particular column and not for the entire table? Pls help Thanks in advance Prabha
-
To Get the Index in a tableHi, I'm dynamically creating and elements for a table in JavaScript. I need to get the Index of a table cell when the user scrolls the table using Arrow keys? I'm getting the key events but how to get the Index and Value? How to focus on the particualr cell in a table when the user scrolls the table using arrow keys? Pls help Thanks Ram
-
tagHi, In my JSP pages,i'm using
tags to position a table in a page. This behaves differently on each browsers and also in PC's with different resolution. Pls help how to solve this.Code is: <
Thanks Ram
-
JavascriptHi, I'm trying to create TD and TR elements in Javascript. Using document.createElement("tr") and document.createElement("td"); Also to catch mouse events i use, setAttribute("onmouseout", "this.className='mouseOver';"); How to handle ARROW KEY events like mouseover .Pls help. Thanks in Advance Ram
-
Import DataHi, I have a Foxpro DBF and want to export its data to MYSQL DB.How can this be done Pls help Prabha
-
Import data to SQL serverHi, I have a foxpro dbf file and I want to copy the data from mdf to sql server, how can I ? I have tried through the sql server Import wizard but failed to do this....Pls help Thanks Ram
-
Google Suggest TechnologyHi, I want to implement google suggest technology(listing down the relevant names as and when the user types) in my J2ee application. I know that we can implement this using simple Javascript. But google suggest technolgy uses AJAX for this. Which one will be the best solution to implement .Is it using Javascript or AJAX? AJAX is very complicated to implement. Pls suggest Thanks Ram
-
MFC SocketsHi, I have a MFC app with no dialogs,document/view.I have derived my class from CWinApp. My question is : 1.At one point My application has to wait for socket connections(act as server).how to write a code for this?.I'm using CAsyncSocket. 2.How to write a message loop/pumps for socket connections/messages? Pls help .I'm struggling. Thnaks Ram
-
SocketHi, In my MFC app, i create a socket , bind and accept incoming connections. After i accept a incoming connection, i try to use recv() to get data. But it fails.the error is 10057. what could be the problem..Pls help Ram
-
Java Executable in C++Hi, Can anyone ols help me how to execute a Java executable/code from C++? Is it possible pls help Thanks in Advance Ram