Hi
I been trying to solve this problem I've been having which involves inserting a PDF document into a frame. The strange thing about this problem is it works first time around but doesnt on the second time, I've stepped through the code and it executes the snippet of code which inserts the PDF...
Hi
I'm having problems getting this particular piece of information from our database, basically i'm getting my info through a piece function which is numeric but this item is pieced BARC
strPostcode = Split(sDataString, "*")(21)
strBarcode is BARC in the database, could someone point me in...
Hi
I want to be able to stop and start a service that is selected from a ListView(using XP), I've tried searching but cant find anything, does anyone have any ideas?
Thanks
Hi
I need to be able to display a msgbox asking the user to select files from a FileListBox when no files havent been selected, the code i have done looks fine to me but it bypasses it. Can anyone tell me why?
FileSelect = File1.FileName
If FileSelect = "" Then
MsgBox "Please select...
Hi
I'm wanting to view a selected PDF file from a FileListBox, I'm trying the shellexecute command but i'm getting no joy!
Any ideas?
TIA
Private Sub cmdOpen_Click()
If File1.Selected(i) = True Then
Shell File1.Path & "/" & File1.FileName, SW_SHOWNORMAL
End If
End Sub
Hi
I'm looking to delete PDF's in a directory, I'm using a FileListBox which displays all the files.
Dim iCnt As Integer
For iCnt = 0 To Me.File1.ListCount - 1
If Me.File1.Selected(iCnt) Then
Kill Me.File1.FileName
MsgBox Me.File1.List(iCnt)
End If
Next
Can anyone...
Does anybody know of a GUI editor for PDF files, something like a basic word processor or desktop publisher that exports to pdf?
A tool which can do this AND has an SDK for VB would be even better
Thanks In Advance
Hi
Has anyone developed using VB6 with Esker fax software! Its just i'm having problems finding any information, can anyone point me in the right direction?
thanks in advance
Hi
I am trying to shutdown a server2003 machine using a batch file through the Pre\Post command in Veritas 9.1, I have used the shutdown command but for some reason it isnt working through Vertias but it does work if you manually run it, does anyone have any ideas???
Thanks in advance
Hi
I am trying to shutdown a server2003 machine using batch files through the Pre\Post command, the commands iam using are the Shutdown and Usage within my script but they are not working does anyone else know any more commands that i can try??
Thanks in advance
Hi
I am trying to shut down server 2003 using batch files through Veritas 9.1 using the Pre\Post Command function, does anyone know the script to do this as i have tried everything(usage & shutdown) but to no avail
Thanks in advance!!!
Does anyone know if there is a program for XP so you can see how much power (in watts) your devices are using up?
Basically i am looking to upgrade some computers from athlons to upto date p4 3ghz with new motherboards / memory etc etc but does that mean i have to upgrade the power supply...
I am trying to reboot a server after the backup is completed by using a batch file but the post command runs after the backup and reboots while the verify is about to start is there an option to get round this????
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.