Problem when implement "SpecialFolderLocation"
Hello All :) I have problem when i get startupmenu location path to combine with Application EXE Name. here the complete code: Code: Declare Function SHGetSpecialFolderLocation Lib "shell32" (ByVal...
View ArticleInfinity Issues
I'm working with Infinity to use in my Sweep AABB collision detection. How I implemented infinity was simple: vb Code: Public INFINITY As Double Public Sub Initialize_Infinity() On Error Resume Next...
View Article[RESOLVED] how to Keep ListView Selected Item Highlighted When Lost Focus?
how to Keep ListView Selected Item Highlighted When Lost Focus?
View Article[RESOLVED] help with 2 list box checking if contains
having little trouble detecting list1 items site1.com site2.com site3.com list2 items <a href="http://www.site1.com/">free- Free general Directory</a> <a...
View ArticleHow to make installer in VB6
hi i know how to make installer in vb6 by using the Package and Deployment Wizard and also im using Innu Setup 5, my problem is when the installer is finished and try to run the set up i want my files...
View Article[RESOLVED] listbox 1 more help 1 char need to remove it
<a href="http://www.site1.com/">free- Free general Directory</a>; <a href="http://www.site2.com/">red- Free turn Directory</a>; Dim i As Integer, x As Integer For i = 0 To...
View ArticleFor Loop issues
VB is returning an issue with my "Next S". What I am trying to do have my function "Psi" return an expression of X dependent on which cellular compartment is the target (T) and which is the Source (S)....
View ArticleNeed DECOMPILER for Visual Basic 2 app
I have a VB 2 app written in 1996. I have to rewrite the app in .NET but need all of the calculations and formulas from that app. I have the exe, .vbx, .vbk and dlls for the app. I need to find a...
View ArticleAPI get pixel
I have question, is it windows is provide some API can easy and quick to get (bmp/picture) that Pixel? I want to get that pixel around 200-300 bmp file(s), any advice please! Attached Images
View ArticleHow to detect a running application (VB6)
Hi everybody. I'm modifying an old Visual Basic 6.0 application and I need a process that verify if the application is already running. This proceess must prevent the application being running twice in...
View ArticleExplorer style fallback thumbnails
Let's start off by establishing I'm terrible at graphics in VB. I have zero experience with manipulating images; nothing. My program includes a file browser with thumbnail view. If it's not an image...
View Articlehow to calculate between times (login & logout)
hey i have a form with login in and log out options now i added another field in the Database with the name Logtotal = (time in time out) only when i log out and then log in i can see the log out time....
View Articleimage is not moving smoothly and blinking
Hello I am a beginner to visual basics and I started learning with visual basics 6. I was creating a simple animation in which a plane is moving forward and the background is moving backward. I used...
View Articleup and down a tree
ok two questions in one go :) to move an item up a treeview im using this Code: Private Sub Cmdup_Click() Dim I As Integer Dim strTemp1 As String Dim strTemp2 As String Dim strTemp3 As String For I = 1...
View Article[RESOLVED] How to write a new line in vb6 MSFlexGrid Cell
Edit - NEVER MIND I SUCCEED I turned the individual FlexGrind WordWrap to True. (FlexGrid Properties). *TOPIC* Code: Private Sub ThreeModeClickEnable(code As Integer) Set rs1 =...
View ArticleBCD To Decimal
Hello, I'm having problems converting BCD (binary-coded decimal) to Decimal in VB6. At issue is the received value from a PLC that is already in BCD format (part of the problem is I don't know which...
View Articlelistview
hello m in vb6 i have a username and passwords loaded in listview and i wnana save it in txt file in form of username:password and i dont want to delete previous data of txt file just adding data in...
View Articlehelp of visual basic form
i need a tool which can view .frm .frx file,i can not open frm file via vb6,i want to recover form coding atleast.please help me how i solve this
View ArticleOcr
good day guys. I know most of you will answer me regarding programming ocr that its not possible on this forum to give assistance on ocr. but instead of asking for coding, I would like to ask if you...
View ArticleTrial and error process to find a variable that its function value is known
Hello friends I have a code uses a module (IAPWS) and uses its function (enthalpySatVapTW). this code must calculate the the temprature "T_dis", when "h_dis = enthalpySatVapTW @ T_dis" is known. I've...
View Article