webbrowser help urgent
when i enter tags such as Code: <img border="0" src="http://www.w3schools.com/images/pulpit.jpg" alt="Pulpit rock" width="304" height="228"> the browser dont load it please help,is there a way to...
View ArticleIm lost but I know it can be done VB from QB code
I have a large doctor program that i am trying to rewrite into VB but i need as much help as i can get. You can get the entire folder with the compiled exe files and the source qbasic 4.5 bas files in...
View Articlehow do you return a recordset value into a stored proc
Bear with me it has been awhile since I have used VB6 so this is a noob question BUT I would like to return a value in this case returning each individual account key per record/rowset of the the...
View Article[SOLVED] Program doesn't really exit after unload process
Hi, I'm using in my application "CSocketPlus" (Winsock replacement) and "NotifyIcon" (tray) modules, and in Unload sub I properly unload Socket and remove icon from tray before "End" command, but...
View ArticleI 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 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 ArticleWrite 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 ArticleExcel addin with userform toolbar - Help with optimizing the interface!!
Hi there, I am relatively new to Visual Basic coding but I have recently been working on an excel addin that has 9 different tasks to complete. They need to be completed in a specific order and for...
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 Article