| Thread | Last Post | Replies |
|
| How do I find the Path for Win.Word? | 10 Nov 2006 00:19 GMT | 54 |
I have a VB4 application that uses the Shell function to launch Microsoft Word (WinWord.exe). Since WinWord.exe may be in different locations depending on the version of Word that is being used, I need to use an API or some means to determine the location of WinWord on a ...
|
| array print | 09 Nov 2006 23:59 GMT | 1 |
I have a listbox where I print an array(2 to 12), for every index theres an integer. 2 4 3 8
|
| Changing the date in a record | 09 Nov 2006 23:51 GMT | 3 |
I have a process that changes a bid to an invoice. Simply by validatng that the invoice number starts with B he code will then put the next invoice number into the in voice field of the record. this works great code below. I also need to change the value of the date field at the
|
| Calling a VB6 DLL from Magic8.3 | 09 Nov 2006 23:43 GMT | 1 |
I have developed a DLL in VB6 that wraps the .Net CryptoUtility as we have a need for a developer using the Magic8.3 language to call the .Net encryption utility. According to the Magic developer he cannot call directly to a .Net dll
|
| AIS, base 64, ascii, collection, | 09 Nov 2006 18:49 GMT | 4 |
Hello group, In a discussion about AIS coding in Base64, 6bit-encapsulated data, Larry Serflaten proposed the use of a collection. I tried the following code: and I get an error stating "This key is
|
| RTF to HTML | 09 Nov 2006 17:03 GMT | 4 |
I have a small app that allows the users to enter notes in a rich text box. One of the outputs of this app is a web page that includes the notes formatted as html output. I have a routine that does that for me reasonably well.
|
| Printing - why is it all so black and white? | 09 Nov 2006 16:24 GMT | 9 |
I am trying to print some text, on a monochrome printer, in black on a light grey background but failing miserably. There are two problems: I start by shading in the whole of the rectangular area with my light grey
|
| Updating status in one form depending on the actions in other form | 09 Nov 2006 15:56 GMT | 2 |
I have a main form and a status indication in that form.
>From the main form, I invoke another child form and start some actions. With few actions being successful in the child form, i should update the status indication in the main form as "Success".
|
| webbrowser control problem in my winform | 09 Nov 2006 14:18 GMT | 1 |
I have a winform in which webbrowser control is placed, i navigate a url in that ( lets say www.test.com/a.jpg) , so picture comes in . but my webbrowser has predefined width and height ( say 200x100) , but if the image width is 250 then scrollbar is coming in the webbrowser , how
|
| vb6 & portable apps | 09 Nov 2006 11:11 GMT | 12 |
would it be possible to use vb6 to create portable applications - those for use on a usb stick for example? by using the CAB file created using the pd wizard extract the required files runtime and any dll's & ocx's, exe files and other files ini & txt etc to a
|
| What is "Quote" ? | 09 Nov 2006 03:22 GMT | 8 |
What is the meaning of "Quote" keyword? Jack
|
| Mystery ... The disappearing VB6 Program | 08 Nov 2006 20:38 GMT | 7 |
I have a plain 1-form, a couple of controls, VB6 executable, that, when minimized disappears behind the DeskTop Task Bar. Does anybody know why?, and What to do to prevent this behavior? Thanks for your help
|
| FileExists that works? | 08 Nov 2006 19:12 GMT | 2 |
We need a file exists function that works. I gather files using a Dir loop. I then check later that the user has not renamed or deleted the files in Windows Explorer using a FileExists function.
|
| Regedit | 08 Nov 2006 15:38 GMT | 3 |
hi im using vb 2005 and am trying to export a reg key, code: procID = Shell("c:\windows\system32\regedt32.exe /e:a c:\\" & Sub_Key & ".reg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\" & Sub_Key, AppWinStyle.NormalFocus, True, 100000)
|
| Creating webpage with resized jpg images | 08 Nov 2006 15:02 GMT | 9 |
I want to write a VB program to create webpages for me with resized jpeg images. I have searched for resizing and now I am completely confused as to which way to go. Is there an easy way that I can resize my images to create thumnails all in my application without using a
|