How to diagnose crash.... Fault Module Name: StackHash_2f16
Hello, I have an app that utilises web browser object to open a (local) html file enter pass that runs javascript(nothing to do with me) that opens/ decrypts another HTML page with links to the...
View ArticleHelp Understanding This Code
The code appears to work most of the time but I am having problems understanding what is going on especially where the MidB function is being used on an array waveChunkSize has a constant value of...
View ArticleHow to find input languages?
I know how to find current input language, but I want to know how to find all input languages which are in the selected input languages list? For example in my case in selected input languages list,...
View Articlesyntax error
hey im trying to show a customer details from 3 tables in access each time i press on the cust to show it in datareport and i get message syntax error query this is the code i put Code: If Not...
View Articleheelp needed vb6
hello i wnana make an app which starts automatically when windows star up but after 30 seconds
View Article[ODBC Driver Manager] Data source name not found and no default driver specified
Need your help: Code: Private Sub btnPrint_Click() Dim reqnbr As String Dim category As String Dim jcode As String Dim part As String Dim...
View ArticleHow to startup with administrator rights?
To satrup my program I use "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\" and my program successfully starts with Windows, but my program also requires administrator rights that's...
View Articlehelp extract string from richtextbox to listbox urgent
Code: mail:</td><td class="field"><input name="OWNER_EMAIL" value="" size="40" maxlength="255" class="text" type="text"></td></tr><tr><td...
View ArticleWindows 2012 Server "Core"
Hi all, I started installing some of our software on this edition only to get stuck on trying to register some vb6 bases .dll files. Eventually I realized the entire vb6 runtime environment...
View Articleedit numbers on lines
how wuuld i make this change throughout an entire text file 646,"@","800 80061 LIPID PANEL",30.35,"LIPID SCREENING","V77.91" 646,"@","800 80061-90 LIPID PANEL",30.35,"LIPID SCREENING","V77.91"...
View Articlehow to use mschart
hey i have a form that called expenses that caulculates the money in spend lets say a tv or a car now i know there is a funcion in vb called ms chart that shows the grafh what i want to do is to make a...
View ArticleRuntime Error 68 when accessing Network Share
I have a program that accesses an access database on a network share. The program had worked properly up until my PC upgrade from XP to Win 7. After some effort, I was able to get VB loaded and...
View ArticleAnyone know what this code is, what it does, and how it works
I got this code off the Net from a project. The best I can make out it sets up some kind of a callback function but I'll be danged if I can figure it out. Code: Public Function sc_Subclass(ByVal...
View ArticleTables won't populate.
Just when I thought it was safe to go back into the water, Jaws torn me a new one. My problem now it seems is my data doesn't show up in my database tables. To explain my problem in few word as...
View ArticleAccess a subdirectory in an ftp://
Hi ! I am web admin in an association, and one of my duties is to respond on files sent to a sub directory in the ftp:// of the web hotel we use for our website. Then I make a list from parts of this...
View Articlemsgbox issue
Hey I just have a small challenge with my messagebox. When I run my form IN vbModal the messagebox shows up on top of the form in modal view which is just fine. But when I just run the form in NOT...
View Article[RESOLVED] [VB6] - separe all words and symbols
i'm doing the ExtendedSplit() function. these function is for separe all words\strings\symbols: Code: Public Function ExtendedSplit(ByVal Sentence As String) As String() Dim lngSentencePos As Long...
View ArticleOpen VB6 on a specific module
How do I open VB6 and always open with the module I choose? When I am working on a VB project which has multiple modules I would like to open VB each time be at the module page I am working in then...
View Articleget XML value
I want to modify XML, which path is simply get/modify that value? is it read Text file method, or use that XML v4.0 that Dim xmlDoc As New DOMDocument ? and if get/modify that value, how to get it? is...
View Articlepass value from vb6 to html and java...
Actually i have the html page(see attached) and i passing value from excel cell in the html page, click CALCOLA and get the related result. But is possible to exctract the jave script and integrate...
View Article