Hi,
Is there any available software, which can take the screen print while browing through HTML page/ sql query analyser or any other application running in windows (only print screen required page) and save it in a file automatically.
I have tried wink and snagit. But it didn't server my...
Hi,
I am trying update an already existing excel file through VB 6.0 . But when I say objExcel.Save, it shows me another dialog box, saying, "this file already exists, whether you want to replace it?"
I don't want this dialog box to appear, it should be saved automatically.
Please let me know...
I have written a timer for my application,but because of prompt or alert button, it is not able to work properly.
My timer function is -
var secs
var timerID = null
var timerRunning = false
var delay = 1000
var counter=0
function InitializeTimer()
{
// Set the length of the timer, in...
In coldfusion, after submitting the form it goes to another file where I am writing sql queries which inserts some records and does a verification. I like to bring the control back to the calling file and do the rest of the work in that file.
I am new to coldfusion and don't have any idea how...
In coldfusion, after submitting the form it goes to another file where I am writing sql queries which inserts some records and does a verification. I like to bring the control back to the calling file and do the rest of the work in that file.
I am new to coldfusion and don't have any idea how...
I am using javascript in coldfusion. what I wanted to do is, when a drop down is selected it should ask a confirmation prompt(say onchange event) and if I press OK, it should insert a record by using insert query.
just I want the function which will do both for me. Actually connection and all...
I am trying to create a macro which gives me different headers on different pages. But when I am trying to add a new header in the 3rd page , that is, if the first 2 pages are section 1 and 3rd page is section 2 . It is making the changes in section 1 and not in section 2. Can anybody please...
Hi,
I am working on Hyperion SQR reports.
I am a starter and I would like to display as columns and rows. My caption is taking 2 lines for some heading. So I am using as below -
!Column headings
Print 'Subject' (+3,1) Bold
Print 'Date Of'...
Hi,
I am working on Hyperion SQR reports.
I am a starter and I would like to display as columns and rows. My caption is taking 2 lines for some heading. So I am using as below -
!Column headings
Print 'Subject' (+3,1) Bold
Print 'Date Of' (,12)...
Hi,
I am trying to create a macro which will activate the application of TOAD which is already open and whenever the user does ALT+Printscreen, it should come in word and paste it.
Actually I could activate the application. Can anybody tell me how to trap the keyboard event, so that I can...
Hi,
I am trying to insert a page before pasting using macro. So that when pasted, it is pasted in a new page. I could do this using the paste icon on the standard toolbar like this -
CommandBars("standard").Controls("Paste").OnAction = "countPaste"
But if I try to do the paste by ctrl+v , I...
Hi,
I am trying to insert a page before pasting using macro. So that when pasted, it is pasted in a new page. I could do this using the paste icon on the standard toolbar like this -
CommandBars("standard").Controls("Paste").OnAction = "countPaste"
But if I try to do the paste by ctrl+v , I...
I am trying to execute a wzzip command of DOS from VB, using shell.
I know how to open DOS from VB. But can anybody tell me how to execute the wzzip command from VB,hiding the command prompt(DOS) window.
Thanks
I am trying to get all the subdirectories and files inside a folder into a file. I needed the same output as I get while I do in DOS with the command - "dir /s", the same output I needed to get it from VB.
Can anybody help me to get this.
Thanks
Disha
Can anybody tell me the code Using VB, how can I connect to unix server or any other server and trasfer files using FTP.
e.g from unix server to windows server
Thanks
Our team leader told me to use collection in VB for reading a file, so that no need to read again and again from file and We can store the file, line by line in collection.
But I don't know anything about collection. Can anybody help me to use collection.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.