VB 6.0 Shuts down Automatically
Hi all. I'm running Visual Basic 6.0 in a Windows XP 2002 sp3 environment. Have used it to program many MANY programs we use here in our office. Today, after "packaging" one of the programs after many...
View Articlebandwidth of application
Hello, My application is developed in vb6.0 and sql server 2005. Now i want to find out how much bandwidth is required by my application to run on network. How to find out?
View ArticleProgram Issue
Hey everyone. I'm having an issue opening programs on my desktop. let me give u some specifics. Desktop: Used to have vista, i reformatted and put xp SP3 on it (like xp better) Laptop: Has XP. sp3 i'm...
View Articlemscomctl.ocx could not be loaded
Hi In Windows 7 Ultimate when i check Microsoft Windows Common Controls 6.0 (SP6) it gives message '' could not be loaded. In windows Vista it is working fine . Thanks
View ArticleVBA error 1004 Application-defined or object-defined error
I have inherirted an application that has been working up until now using VBA to put hyperlinks on an active worksheet in Excel to other worksheets in the workbook. I have debugged the code and...
View ArticleStructure Conversion between VB6 and C
My VB6 program should call C DLL. I should pass structure type as a parameter. Original C structure is like following. typedef struct strIniSensor { const char* theInitFile; CallBackFunc...
View ArticleBackup from Remote Computer
Hi In the below code when i take Backup from remote computer it gives me error "Cannot Open Backup Device 'c:\test.bak' operating system error 5 (Access is denied) When i run Backup Utility on local...
View ArticleCombo Box question
Is there any way to make a combobox read only. Users can select from a list, but can not add to it. I dont want to use 'combo1.locked = true' as this prevents users from selecting. Thanks :)
View ArticleWinsock SSL/TLS ?
Please I Need Help , how Can I use winsock With Https Thankx Attachment 99731 Attached Files winsock ssl.zip (6.5 KB)
View Article[RESOLVED] webbrowser scirpt bugging me
wb.silent=true not helping got windows xp updating from sp2 = sp3 i think i got internet explorer 8 my software webbrowser gets script popup always p me off
View ArticleSend/Receive Byte Array
What is the Winsock code for sending a byte array and what is the code for receiving a byte array?
View ArticleVB6 IDE freezes Windows 7
Oh boy. Am I in trouble! I am still using VB6 and recently installed it on a Windows 7 Home computer. I set the compatibility for VB6.exe to Windows XP(service pack 3). I have a large program with 37...
View ArticleAudio Streaming
I wish to make a VB app that streams audio to other PCs. It's a music player of .wav and/or .mp3 songs that the server loads up from the local HD and streams these sounds to other apps running on other...
View ArticleCalculate column in data grid
Dears I need a code for calculating column in data grid. Any idea Thanks Thameem
View Articlei.e script pop up annoying
Max187Boucher i opened this agian because am getting it now again please tell me what to do in other post u mention Code: Just to let you know, even if it's not helpful ... Make sure it is in the...
View Article[RESOLVED] Listview control - column 1 appearance
My first column (with the checkbox) seems to inherit a blue 'selection' blob which moves to each row as you click to the right of the checkbox, Can that be turned off/not shown please ?
View Articleinvoice form
hi guys, i am making invoice form in vb6, i have to make grid view so that user can add item details in row just by clicking on it and new Grid is open when user want to add new item. like productname...
View ArticleMSCOMCTL.ocx could not be loaded
Hi When i open new Project & try add component Microsoft Windows Common Controls 6.0 SP6 , it gives error '' could not be loaded . I am using WIndows 7 Ultimate 64 Bit . I.E 9.0 is installed In...
View Article[RESOLVED] Need help to understand what this simple code does
Hi! I need your help to truly undestand the following code: Code: Function NullNum(ByRef X As Object) As Object Dim s As Object On Error GoTo NullNum_Err NullNum =...
View Article