| Thread | Last Post | Replies |
|
| Windows Internet Explorer for xp home sp2 | 23 Oct 2006 09:01 GMT | 1 |
I removed the "Researcher" icon from toolbars and wanted to put it back. But when I clicked on Tools/toolbars/customize, although other things like "Messenger" and "work offline" were present and could be "added" the icon for "Researcher" was missing. How can I get it back?
|
| how to make an ie toolbar | 23 Oct 2006 07:18 GMT | 4 |
Does anyone know how to make a toolbar for internet explorer using vb6? Thanks. Scott --------------------------------------------------------------------------------
|
| Internet explorer 7 for windows xp sp2 | 23 Oct 2006 07:13 GMT | 2 |
I removed the "Researcher" icon from toolbars and wanted to put it back. But when I clicked on Tools/toolbars/customize, although other things like "Messenger" and "work offline" were present and could be "added" the icon for "Researcher" was missing. How can I get it back?
|
| Form size question.... | 23 Oct 2006 02:43 GMT | 1 |
I have a question about the size that forms have when more then one Child form is opened in an MDI form (Main). I open a Child form in my MDI form and I set the size to vbMaximized. When I now open another form with a fixed size:
|
| Monthview Control | 22 Oct 2006 17:51 GMT | 2 |
I am using VB6.0 SP5 I have placed a month view control on a form. I have it set to show 1 year by 4 months across and 3 months down.
|
| How to delete a row in a FileStsyemObject | 22 Oct 2006 16:19 GMT | 2 |
I have an application that writes to a log file. I have to check this file and delete any row which was written more thean a month ago. I don't know which method or object to use to delete a row. Here is my code: Dim fs As New FileSystemObject
|
| Text file problems | 22 Oct 2006 15:25 GMT | 1 |
Hi I have a text file that looks like this 100 200 125 $230 and this goes on for a whole series of lines.but its effectively 4 columns.
|
| VB6 to Web Page? | 22 Oct 2006 15:06 GMT | 4 |
I've got an application written in VB6 which is basically a survey type with a few text boxes, but mostly frames with radio buttons where the user picks one selection in each frame. The output is a csv file. I use a large control array for the radio buttons and extensive use of ...
|
| I dont seen to have the animation control in my tools | 22 Oct 2006 13:23 GMT | 1 |
I am trying to build a project with the animation control in it but I don't seen to have it I have Microsoft comm control 6 in my project but without the animation control what does it look like ?
|
| Displaying images on form... | 22 Oct 2006 13:05 GMT | 10 |
I'm trying to display some images on a form in circle. But since the forms width is bigger then the height the circle is not round but more of an egg. What do I need to change to make it a round circle?
|
| vb as front end of a fortran dll | 22 Oct 2006 07:58 GMT | 51 |
I have VS98 and have only dabbled with VB. It would be 24 years since I earned money programming in BASIC, so I think it's going to take a little time to knock the rust off. Does "How to go about making vb the front end of dll's of visually-impaired
|
| How do i resize an image and save in a different format? | 21 Oct 2006 23:43 GMT | 2 |
Heres my code so far. I am opening an image and placing it in a Picture box and an image box. The image box is set to a certain size and i have the stretch field set to true. Now i want to save the image as a bmp which i can do but i also need to save the size of the ...
|
| interfaces | 21 Oct 2006 23:42 GMT | 1 |
how do i use the IFolderView interface (or any other interface) in VB6 ?
|
| Screen Size | 21 Oct 2006 22:58 GMT | 19 |
I've been using GetDeviceCaps to look at the relationship between the number of pixels per logical inch (as is obtained using LOGPIXELSX) and the number of pixels per inch (as can be calculated by dividing the HORZRES result by the HORZSIZE result with a conversion to inches). At ...
|
| Caller-ID code? | 21 Oct 2006 18:19 GMT | 1 |
Anyone have a simple VB3-compatible routine to read the caller-ID from my telephone line? What I'd like to set up is a shortcut key that will show me the caller-ID when I'm not dialed up online but working on my PC when a call comes in so I can decide whether to answer the call ...
|