Enumerating Properties of Controls
I've been playing with Typelib Information (TBLINF32.DLL) to enumerate the Properties of all the Controls on a Form and determine whether specific ones are Read only. Basic code is Code: Dim...
View Articleauto install my exe if user reinstall windows
hi i m making sms software in vb6 wich work as windows service.my sms system is install more than 30 pcs in different locations.everything works fine but my problem is if user reinstall windows my sms...
View ArticleSearching for dates in SQL 2005
Hi everyone. I am trying to write a macro in vb6 where I find records between 2 specific dates. The database I am using is SQL server 2005. The field that will contain the dates uses a datetime data...
View Articlevb6 Need Help (vbalListview Control)
I need help about vbalListview Control. I am having a problem on creating group in listview. My Codes : Dim colX As cColumn Dim lstX As cListItems Dim grpX As cItemGroups Dim itm As cListItem With lv...
View ArticleHow can I set focus on a MSHflexGrid ?
Hi I have a form with a 2-tab control and a separate MSHFlexGrid control on each tab. On Load_Form event, I fill the FlexGrids with specific data. After that, I want to set focus on the first row on...
View ArticleRun time error 2147217904
Hi Guys, Need your help on below, I am getting an error message of No Value given for one or more required parameters Code: Private Sub MFGTrailer_Click() With frmTrailerDetails...
View ArticleSound - Dell 780 - Not working in VB6
I've created a lot of 'party games' (Wheel of Fortune, Jeopardy, Who Wants To Be A Millionaire, etc) using different VB tools. One is like this: Code: gbResults = PlaySound(App.Path + "\buzz.wav", 0,...
View ArticleEndless Scrolling
I need to scroll continuously in any direction in a Picturebox. The picturebox will contain a picture of some subject. Maybe a map of the world, maybe the constellations, a cross country road, or...
View Articlehelp with inet control logic
i want to ask, how you would manage if you have to send 1000+ requests to a http url using post method of inet microsoft internet transfer control so app does not crash or anything
View ArticlePopUp Menu for a Borderless Form
Can I have a Menu Popup like you can have for a regular Form on a Borderless Form?
View Article[RESOLVED] Form Drag
Attempting to trigger an event when one mdi child form is dragged onto another mdi child form. Help?
View ArticleProblem with DD7 method GetSurfaceFromDC
I'm trying to use Direct Draw 7 with a picture box in VB6. So I've tried to set the surface it's going to be drawing to to be a picture box with the name Picture1. To do that you are supposed to be...
View ArticleOLEDragDrop Question concerning Forms
Why do Forms have a OLEStartDrag event and a Me.OLEDrag? I can't OLE drag a Form and do a OLEDragOver on another Form even though the Form has a OLEDragOver event nor drop it on another Form even...
View ArticleVB6 app getting lot of networking errors
I have vb6 application installed one on notebook with XP OS and one on windows 7 but on XP mode. But my app gives many errors like "communication link failure", "Time our error",...
View ArticleMDIForm unicode font for Tile ?
MDIForm Tile bar not display unicode font ? Is everybody this example ? share with me
View ArticleCommon Control Dialog Display Problem
I am having a common control dialog developed in vb6. We will usually open excel files using this dialog. The lase opened excel will be displayed when we try to open again. Suppose I am opening a...
View Articlevb6 Listview Need Help
is it possible to make listview view in group? is there any control similar to this? Attached Images
View ArticleVb6 how can I continuously check of new insertions in table and display...
I need to check a table for new insertion continuously. If there are new insertions, a notification (or a message box) should pop up in the software. I am using vb6 with sql server (both 2000 &...
View Articlehow to find "similar" strings
I remember something that could do this for example "Fernandez" and "Fernández" were classed as a match but I cannot for the life of me remember what it is. I have looked as "LIKE" but that seems to be...
View Article