| Thread | Last Post | Replies |
|
| Acrobat Distiller VB interface source code example? | 03 Oct 2005 16:43 GMT | 2 |
Reposting once more; no replies the first times. Dear Guys & Gals: I managed to interface with the old Acrobat PDFWriter just fine. I've looked at the docs for the Distiller and, frankly, they
|
| please list all objPrinter objects (in Win32_PrintJob) | 03 Oct 2005 16:36 GMT | 3 |
Can someone post a url or complete list of info items available (from VB script) for objWMIService.ExecQuery ("Select * from Win32_PrintJob") ? I'm trying to determine the time a job BEGAN <i>printing</i> .. not
|
| Date Variable | 03 Oct 2005 15:45 GMT | 18 |
How do you initilize a date variable? Thank You.
|
| Copy a picture from a cell? | 03 Oct 2005 13:02 GMT | 1 |
I have a problem in copying a picture from a cell. What I want is to copy the picture from a cell, without copying the white spaces and text, so the following code segements fails to satisfy my requirement.. xlsSh.Cells(1, 1).Copy
|
| VB: 64 bit DLL | 03 Oct 2005 11:07 GMT | 1 |
Hi everybody!! (and sorry for my English!!) I've the following problem: - C-written DLL with a 64bit input variable (byval) - I use vb5 and vb6
|
| Little bit of maths please | 02 Oct 2005 19:42 GMT | 6 |
I have a little sub that draws to a picture box that looks like a progress bar. The value passed to the sub is a number between -100 and +100. This is a percentage value. If the value passed is -100 then the progress bar (PictureBox) has the left
|
| MSDN Installation | 02 Oct 2005 09:37 GMT | 1 |
Cannot install MSDN at the point where the MSDN disc is called for. Get the message that "MSDN cannot be found at this location" when the MSDN disc is in place and readable. Any one else encoutered this problem? If so, what resolution?
|
| Deleting a file through installshield | 02 Oct 2005 09:36 GMT | 2 |
When one of my module works a xml file is created in a folder suppose login.xml and while uninstall of the product this should get deleted. but this doesnt happen with the uninstall shortcut provided with installshield wht is to be done so that during uninstallation this file also ...
|
| change the color of diffrent phrases words and numbers located in the same label | 02 Oct 2005 07:59 GMT | 1 |
hello i was wondering is it possible in visual basic .net to change the color of certain words or phrases without changing the color of all the text in the lable or without having to create a new lable specificly for that word or phrase thanx
|
| simple way to clean out array | 01 Oct 2005 21:20 GMT | 11 |
Is there an easy way to remove all data from a multidimentional array besides looping through all the elements and setting them individually to null? I have an array which under certain conditions needs to be "cleaned out" and
|
| Default context menu | 01 Oct 2005 14:58 GMT | 1 |
Is it possible to add a new position to default context menu of TextBox control? (I don't want to change menu for defined by me, only add new position to existing context menu of control) Best regards,
|