[RESOLVED] typing out abreviated text
I have a file being read line by line that contains short 3 letter labels i want to expand them to full words Im assuming it would be some form of the mid function to replace the letters but i dont...
View ArticleDWG OCX Control ...I need Help to Find it... Plz!
Hey guys, I would like to know if anyone knows about any -> completely free <- DWG viewing OCX control?!!!! I just want to view and zoom in/out through the control....ive been searching the...
View Article[RESOLVED] ActiveX DLL- Include common Subs/Functions that should not need...
Hey all, What I'm trying to do is store some common Subs/Functions (that I would put in a Module) inside of an ActiveX DLL so that I can reuse the code for all of my applications. I was hoping not to...
View Article[RESOLVED] Listbox has a ListCount of 1 but nothing has been added
How can this be? Code:  '  ' For n = 0 To List1.ListCount -1  '  ' Comes here. When I hover mouse over ListCount it says 1 but nothing has been added to List1  ' Next n  '  ' EDIT: Never mind. I...
View Articlesuggestion needed for client plz james
sorry to bring up the topic again but i wish to clear my mind and find a way to do this if possible.. if the server has maxed out with connections then is there a way to tell server1 to accept...
View ArticleNew to VB6, need help..
Hi all, I'm a beginner to VB6. Right now I'm doing a project to calculate an asset depreciation using Straight-Line and Double Declining method. I managed to get my coding and result right but the...
View ArticleVB6 crashes on adding Listview reference
Hi, I newly installed VB6 and Visual Studio 2012 Premium. OS - Windows 7. I want to add Listview control to my form. For this when i add reference to MS Windows common controls, VB crashes and closes....
View ArticleHow to arrange strings like that?
Hello :) It's my 2nd day im working on a function to arrange any string in a certain pattern, and after all my efforts im forwarding this query here. I want to arrange any string like - Suppose the...
View ArticleNeed advice from Optimization Experts for computing FAST&accurate color...
Create a new project, create a button named cmdBenchmark, and paste: Code: Option Explicit Const Pi As Double = 3.1415926 Const sngPi As Single = 3.141593! Private Const CIEe As Single = 216! / 24389!...
View ArticleBuilding an array in Visual Basic ^.0
Hi all, Can anyone tell me how exactly to build an array of numbers and randomize the numbers? For a program Im writing I am allocating jobs to a number of 5 engineers, scheduled services of machinery...
View ArticleSizing a control in relation to other controls
Good Day Fellow VB6 Coders, I have a problem centering a control in relation to other controls. I have never done something like this and my attempts to center this control is just not working. Can...
View ArticleUsb flash drive letter problem
Hello, I am working with a local history group on transcribing data from photographs of one hundred year old documents. Character recognition programs can't cope with the quality of the documents. We...
View ArticleCopy all websites page names from vb 6
I am trying to determine if websites i have exchanged links with are still linking back to my site. the link back to me could be on any page so i need to search every page until found i have all the...
View ArticleLine of text troubles
I have my program reading from a txt file lines of text and printing them into another file. How would i get it to not type out all lines only certain ones. this is what I have for now but it reads all...
View Article[RESOLVED] Connect to SQL server database
Hello All, I'm about to convert my connection from MS-Access database to SQL server database which i create but i don't know how to convert my connection code below that i used to connect to MS Access...
View ArticleAccess XP: 35602 - Key is not unique in collection.
Hi: I need your help because I don't get to solve this problem (error 35602). I have a form in Access XP. When it is loaded, it is loaded data into a ListView control and this error (35602 - Key is not...
View Article[RESOLVED] Working with Win7 Control Panel with VB6 - Power Options
I want to write a VB6 program to programatically (sorry for the double entendre) change the power settings in the control panel on a Win 7, 32bit, Dell laptop. These pictures show a before and after...
View ArticleWebbrowser Control with IE7/8 and Windows 7
Hello all - I've searched for the answer to my question but the one discussion that I found that seems to address my issues I attempted what was tried and could not get it to work on my machine. It was...
View ArticleVisual Studio crashing when writing to SD Card.
CAUTION: DO NOT RUN THIS CODE WITHOUT LOOKING AT IT FIRST AND UNDERSTANDING IT. IT WRITES TO YOUR G: DRIVE IN A RAW FORMAT WHEN THE COMMAND BUTTON IS CLICKED. Hello, I'm trying to write raw rgb565 data...
View ArticleHELP with SQL
I have a table in sql in I have to columns, which are name; Qty Desc. Is there are way I can combine the two row together on another column? Example: Qty Desc Combine 4 Test 4Test 11 Issue 11Issue
View Article