I would like to write a HTTP proxy in VB6 using winsock.
When I go to the advanced settings in Firefox I find a place for configuring it to communicate through proxy server. I thought it would be a simple straight forward thing to write a program for this. I...
View ArticleColWidth, Mshflexgrid problem
I am trying to get the width of the last column in a grid. When I use the ColWidth property I get a value of -1 instead of the column width in twips. Other columns get this -1 as well. I can't use the...
View ArticleGetting Type mismatch
Hi , I am trying to use WSDL service from my code and try to open a webpage through it but getting error Type mismatch in Web service inbuilt class. Please help me Getting error at this line Public...
View Articlecreating a user form for installation of programs
Hi forum , i am really new to visual basic and would like to know if there is a method to create an executable program/form which contains a list of programs that i have stored in my thumbdrive , so...
View ArticlePictureBox Alignment
Hi I have a pictureBox that I want to be center aligned to the form i tried PictureBox1.Left = (Me.ScaleWidth / 2) - (PictureBox1.Width / 2) But the pictureBox is not center aligned AutoSize = False...
View Article[RESOLVED] Unminimize Window
Hello guys, I wrote a program which is checking new updates and if there is any, it closes itself and downloads new version then restart itself as new version. My problem is updated program is starting...
View ArticleHow to control the actual installed internet explorer with webbrowser control?
Hallo, I suppose that the 'webbrowser' control of VB6 (shdocvw.dll) is an interface to the IE API (and does not contain a whole browser), right? It uses OLE to embed the view of the currently installed...
View Article[RESOLVED] Text boxes
I have two text boxes on a form. The user enters text into the first button and when they press the 'add' button the text is added to the second text box. However when the user adds the ttext to the...
View ArticleSave or copy image from picturebox, 96 dpi ? why not 300 dpi ?
Hi, I need to know and I hope someone can help me, why when I load a bitmap (300 dpi, from scanner) in a picturebox if I try to save it like bmp or other dpi will be 96 ? Sorry for my maccheronico...
View ArticleReq" Capturing Info help please
Is it possible to capture the users hostname or something when an app is loaded and have that information sent to a text file sitting on a domain, is this possible? Thank you.
View ArticleVB6 - Coordinates of the center of a given circle?
I want to draw like a small cross just in the center of the circle (shape). How can I get the coordinates of the circle? Do you recommend to use other different kind of circle? (I mean, not shape...
View ArticleVB6 Command Button
Hi all! I'm currently working on a program with Visual Basic 6. However I'm having trouble accessing Excel files. Can anyone tell me exactly how to code a command button so as to display an excel...
View Article[RESOLVED] Write textbox data to a specified excel worksheet
Hi I am a bit of a novice but eager to learn to keep the old grey matter exercised and would like help to achieve if possible the following: I have an Excel Workbook saved as .xls in...
View Articleneed your help guys with similar code to msgbox
working on winsock chat and i use webbrowser as chat window currently i use a messagebox that yes yes or no but i wish to do this so it displays in room this is the code i use Dim yesno yesno =...
View ArticleVB6 Crashing because USB is not plugged in?
Hi all, I have no idea why this happened, I have a desktop computer that I normally work on but I also use a laptop for portability if I am at work etc. Both desktop and laptop have the same version of...
View Articlecan someone help or give me a html module something like parse
hi i have a module that parse all html tags and then processes them and shows the results in chat window i use webbrowser as chat window here is my module. most of it Code: If Ct < 2 Then GoTo Over...
View Articlepls help!!!! search between two dates plus to fields
good day! im newbies in vb 6.0, im creating a project that will filter my tables between two date plus two different fields in my database. i manage to make a query but unfortunately it seems that it...
View ArticlejcButton Balloon tooltips flicker when themed (manifest) applied
I found a hidden bug in MS tooltips class. If the toolstip set to TTS_BALLOON, the tooltips re-position (twice) in usercontrol only when themed (manifest) applied. But if the tooltips style is...
View Articlecommand1 = select treeview item
i have 1 command1 and 1 text1 type an item in text1 and click command1 and treeview item should selected treeview as imagelist so just telling u ahead
View ArticleMacros in PowerPoint 2007
Hi, Im not sure if I posted this in the right thread, so appologies in advance if this is not the right place. Im very new to macros and VBA in general. I have so far managed to activate macros in...
View Article