Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - TomTech71

Pages: [1]
1
Newbie / Greetings From A DarwinBots Newbie...
« on: August 04, 2014, 07:18:36 PM »
I discovered this wonderful software a few weeks back....

Let me introduce myself....

In the following Darwin2.47.03 VB6 function:

MIDIForm1.loadpiccy_Click()

It is noted: "for some reason this doesn't work. I have given up on it for now"

Make the following changes:

    CommonDialog1.InitDir = App.path

Always, Always, Always (Enough Already)...Reference from inside your app. Especially if your looking for max portability, and true DRM free.


    CommonDialog1.Filter = "Pictures (*.bmp;*.jpg)|*.bmp;*.jpg"

The minute I ran into the issue with the dialog-box while using the app, I knew this would be the line. I had to go back and refresh on how to use that property correctly.

I have a lengthy dissertation (bug-report?) on this software if you want it. Thought of posting it on the forum as my introduction, then thought this would be more effective, once I got the VB project working on my Win7 (typical control-registration-issues)

You say you're looking for help?

Tom Nelson

Pages: [1]