| Thread | Last Post | Replies |
|
| Registering OCX on Win2000 - SGrid 2.0 from vbAccelerator - events missing | 21 Mar 2006 15:42 GMT | 1 |
I'm having trouble using the SGrid 2.0 control from vbaccellerator.com http://www.vbaccelerator.com/home/VB/Code/Controls/S_Grid_2/index.asp http://www.vbaccelerator.com/home/VB/Code/Controls/S_Grid_2/S_Grid_2/article.asp When I registered it on my Win98SE system I was able to slap ...
|
| rich text box | 21 Mar 2006 14:18 GMT | 1 |
I am trying to place an URL in a rtf file which can then be loaded into a rich text box? I can get the URL in there but is it possible to allow the user to click the link and open it in the a browser
|
| Export data from VB6 to Label Printer | 21 Mar 2006 11:42 GMT | 26 |
I am working on VB6 application that provides some data. I have to collect that data and print it to a label printer (label size: 32mm x 16 mm). I have tried using Printer object, but the resolution is not proper. Alternatively i collected that data to bmp file (temporary) and
|
| mscomctl.ocx problems | 21 Mar 2006 10:56 GMT | 1 |
We have an application (vb6) that ran fine until after installing various pieces of software, upon which it was giving the error: "Failed to load control 'StatusBar' from MSCOMCTL.OCX. Your version of MSCOMCTL.OCX may be outdated ....". I have tried a few things to
|
| Class DoubleClick Event? | 21 Mar 2006 09:56 GMT | 1 |
I am creating a new class which will be composed of several Excel Range Objects. I want to know if there is a way to have any of those cells respond to a DoubleClick or even just being selected. I have never done any event work with classes. Any help or resources would be
|
| VBS writing to binary files | 21 Mar 2006 08:34 GMT | 4 |
I'm skimming through several VBS references, and I don't see a way to write binary files. Can it do this? I want to parse a text file and create a graphic version of the text in a bmp.
|
| customizing GUI in VB? | 20 Mar 2006 19:13 GMT | 1 |
I wish to make a VB program that has its menus, buttons, and the rest of the visual style similar (or perhaps something like) the one in Image Line Fruity Loops. All the VB6 programs have either the rectangular buttons and ones with pictures on them, is it possible to
|
| Fontsize(s) on commandbutton | 20 Mar 2006 16:53 GMT | 11 |
Hi grp. Is it possible to use different fontsizes for the text on a commandbutton? For ex. "TWINTIP RED" in Arial 18, on the next row "180" in Arial 10.
|
| Image not from image or picture component? | 20 Mar 2006 11:38 GMT | 9 |
Ok so propably everyone knows that you can easily save images by using Vb.Saveimage(Image1, "C:\Image.jpeg") ' for example. Now I have a webbrowser component on my program and I need to - on a press of a button - take image of the webbrowser components page and then set the picture ...
|
| Creating a search function | 20 Mar 2006 02:40 GMT | 2 |
Windows 98SE VB6 SP6 Hi, I am trying to create a search function - I have now been messing
|
| late binding | 19 Mar 2006 15:17 GMT | 1 |
I am working with the streams objects (filestream,streamwriter,streamreader) May I do or is it good programming to make a sub like : public sub Closestreams(ByRef ob as object) if not (ob is nothing) then
|
| vb6 and a list box | 19 Mar 2006 07:51 GMT | 5 |
If I have a list box with, for example, : "abc" & vbtab & "def" & vbtab & "ghi" & vbtab & "jkl" & vbtab & "mno" & vbtab & "pqr" & vbtab & vbtab & "stu" How would I read the value "pqr"? I guess its something similar to:
|
| vbScript Help. | 18 Mar 2006 20:23 GMT | 2 |
For some reason this script always returns false on cmdCalc_OnClick. I have checked the output of uAnswer and it matches txtAnswer but it still returns a wrong answer. Anyone know why? Please ignore the format, as I have yet to set it up for multiple questions; i'm more
|
| Error 429 when printing | 18 Mar 2006 19:38 GMT | 1 |
My project works ok on my computer, but when I install it on another computer, I get error 429 when I try to print using the following code. Does anyone know what error 429 is and why this would happen? Guy 'Create instance of PrinterDialog
|
| Password protection methods | 18 Mar 2006 19:30 GMT | 6 |
I'm now developing a program which is supposed to connect to two distinct databases, and therefore two triples (host + user_name + password) need to be stored somewhere. I want my program to be flexible for changes in connection parameters, so no hard-coding can be used.
|