ISO Absolute Week !
Hello guys, I am stuck in an elementary problem...I found on the Chip Pearson's site a very simple formula to calculate the absolute week number in a year : Code: Sub myTest() Â Â Dim absWeek As Byte...
View Article[RESOLVED] ISO Absolute Week !
Hello guys, I am stuck in an elementary problem...I found on the Chip Pearson's site a very simple formula to calculate the absolute week number in a year : Code: Sub myTest() Â Â Dim absWeek As Byte...
View ArticleTimer Interfering With Processes
Okay, I need some serious assistance. I have an app that has a "refresh" timer on the MDI form. This same app has a reference to a Custom ActiveX DLL with all the MSComm controls. The DLL also has user...
View ArticleHelp me with the last Step to finish my Project
hello my project is nearly ready but i got a problem in printing a specific .jpg out of a picturebox. in my opinion the problem is that the .jpg is too big because another .jpg iam able to print easy...
View Articleneed something important .clent sided
i am currently working on my client , but how ever i will like to talk about fresh project so nobody get confuse. my goal 1: command1_click create appath xxx.txt that should contain date and time when...
View Article[RESOLVED] Setting Focus of a Textbox in an External application
I have searched everywhere on multiple forums and can't find the answer to this tricky one. Currently I have used the SetForegroundWindow to bring the window to the front first and I have the hWnd of...
View ArticleHelp splitting a string!
Hi guys, I'm fairly new to visual basic but I'm having a bit of trouble here trying to split a string. Basically I've got a long piece of text, for example a string containing the following formula......
View Article[RESOLVED] Can't set Owner-Drawn Button MousePointer as HandPointer
I had studied all kinds of Owner-Drawn ActiveX Button control like JCButton,LavolopButton,CandyButton on PSC.com, but none of them got Mouse Icon work properly.If I set MousePointer as handpointer, the...
View Articlewebbrowser1 single image =>> webbrowser2 move
this is my code Code: Dim HTML As String HTML = "<Center>" & Text13 & "</center>" ' text13 contains image url and html img tags frmMain.Web.Document.Write HTML and now i wish to...
View Articlewebbrowser 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 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