How to LOOP through a single word pages
Hi, this is my problem: I'm creating like 700 word documents, then I read each one and throw it's content inside a single word.doc ( It's way faster than insert all this data inside a single one). Then...
View ArticleResize form automatically?
Hey all, I have a MDI Windowed application in VB6 SP5 that is in 1440x900 by default. It turns out a few users have 1280x800 (older laptops) as their max res. Is there an .OCX or some automated way to...
View ArticleList Word statistics from a directory in Excel
I'd be grateful if anyone reading this can advise how I can list in an Excel file the statistic advanced properties of ALL Word documents in a target directory within a given date range. I was hoping...
View ArticleMove Text (Object) where Value Constantly Changes
Using a MemDC I can move an object (sprite) over a static background. I would like to move Text - whose value will be changing based on (x,y) - over (for the most part) a static background without...
View ArticleEasy fix?
do i have to name every caption to the form from my module. meaning do i have to rename every caption to include the form name. I moved it from the form to the module to save space. If you know a way...
View ArticleConnecting to SQL Server problems
Hi everyone. I am trying to connect using ADODB to an SQL server database which is located on a network at work. The connection string has 2 paramaters: Server_name and database_name. Is Server_name...
View ArticleBuilding a bitmap in memory and assign it to VBA-Userform
Hi. I know this issue isn't VB6, but as VBA is close to VB6 I thought of giving it a try. I'm trying to create a bitmap in Excel-VBA. Right now I'm working with shapes created on a worksheet, copy a...
View ArticleShow the file open dialog non-modally
I have a small application I wrote that is essentially just a tight loop monitoring a communications port and sending responses when required. I have utilized DoEvents inside the scanning loop so that...
View ArticleUsing 3 or 4 State Custom Button in VB6
How to use 3 or 4 state Custom buttons (Normal State , Mouse Up State & Mouse Down State) in VB-6, Attached is an example, it is a single PNG file Attached Images
View Article[RESOLVED] How can I make a program that will point to a folder and show file ?
Hi, VBForum, I need a code that will show files or images in a form, that my project is in, way I'm doing this for is because I made a like explorer to show files and program's, but I want it to just...
View ArticleHow do I disable mouse and enable mouse?
How do I disable mouse and enable mouse? I want to disable mouse on one form and enable mouse on the next form, Thanks :D
View ArticleRead a binary by blocks using regex
Hello to all in forum, My first post here :), I hope somebody could help me out with my question. I have a binary file from which I want to extract some patterns. The data is divided by blocks and each...
View ArticleLet's Build A Game
Here's a link to the project and all the files. Please only attach your updated project files here, not everything else you get with this file: http://www.udontknowtech.com/game.zip Add to, do not...
View ArticleEnumerating 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 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 Article[RESOLVED] PopUp 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