[RESOLVED] Send picture from one App to another App
I have two Apps. App1 is visible to the user and App2 is not visible. App1 launches App2 and sends it the HWND of a Picturebox using the Shell function..... Shell App2 Picture1.hwnd, vbHide App2 also...
View Articlecode error 09 in vb 6 accounting system
hello everyone this is my first post ... i am having an errors in the code ..: first error is : Private Sub txt_GotFocus(Index As Integer) SendKeys "{end}+{home}" End Sub second error is: Private Sub...
View ArticleVb6 Installation
Hi I am installing VB6 on Windows 8 Basic , it installs all files then it hangs giving message "Setup is updating system" . Why is it so Thanks
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[VB6 - IDE - windows 7] - errors problems
when i go to run time, sometimes i get some errors. that's normal.. it's the programming life;) but when i came back to the IDE, the most of the time, the IDE freezes and the windows give me an...
View Article[RESOLVED] How can I remove the focus rectangle?
Hello. On a form I have a progress bar (microsoft windows common controls 5.0) and 2 check boxes. I want none of the 2 check boxes having the focus rectangle. How can I do that?
View Article[RESOLVED] Trying to locate Tree View Control
I am trying to build a database analyzer using the tree view control. However my toolbox does not have one and I have searched the components file and could not find one. Does anyone know where this...
View Articlewinsock google search results
i have project here using winsock using the get request , the issue am having is i dont se urls in data all looks like encrypted data what can i do
View ArticleSplit the Data in Datagrid?
Hello all, Table A with field customer having 40 record, I usually displayed all 40 records in datagrid columns 0. Is it possible to split 40 record : 20 record displayed in columns 0 and rest to...
View Article