Explorer 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 ArticleHow 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 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 Article[RESOLVED] how 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 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 Articlequestion: how to capture the screen area
Good day, I would like to ask how to capture the whole screen without the taskbar and save to image jpeg file?
View ArticleCode for Pingable or Not
Hi All,:) Actuality I'm looking for this code and I'd like to get your help please your advice .. :thumb: I want code to check this command Code: ping 192.168.1.1 -t if the above IP pingable give...
View ArticleFile Location
Using Windows 7 Pro + VB6 w/SP3. In my app, I save a file, apparently to C:\ProgramData\MyApp (this is where I want to save it.) Then, in my app, I recall the file, from C:\ProgramData\MyApp. Guess...
View ArticleStrange Serial Behavior When Changing Text Box Value
Hello, I am having a strange issue, and I don't really know where to look to fix it. I have a form that communicates with a microcontroller via a serial port. The form works as expected as long as the...
View Article[RESOLVED] Strange Serial Behavior When Changing Text Box Value
Hello, I am having a strange issue, and I don't really know where to look to fix it. I have a form that communicates with a microcontroller via a serial port. The form works as expected as long as the...
View ArticleProblem in update database
Hi to all: This part of code, is suppose write in a DB Access, but something is wrong once the code not work very well, hi mean sometimes the values are stored in DB, sometimes no! Strange no? Yes very...
View ArticleUsing LaVolpe's AlphaImgCtl activeX within a controls array mouse events...
I am using LaVolpe's AlphaImgCtl activeX to add .png images to my project. I created at designtime a controls array of AlphaImgCtl. I want to <do something> when the mouse is down on AlphaImgCtl....
View ArticleImage List must be initialized before it can be used.
GOod afternoon, I am new to VB6 however relatively experienced in VBA. I am attempting to load information into a ListView control via an Access DB. I have placed the following code into the form_load...
View Article