I haven't had to time to do my research, but I have a friend who has asked me to write an application that can convert various audio files to mp3 and vice...
Adelle, Steve, Thank you both for responding to my situation. I have changed my code in the following Manner. 1.) I am leaving the Modeless form object...
Good Morning Joe, Could I back-track, and ask a question about the " With Events " ? My question is....., Why ? If you create any form from / with an...
... Hi Steve, In coming up with the answer I gave Joe, I tried to work within what I perceived as being a key part of his design - having everything controlled...
Steve, While I am writing this, you and Adelle are sending more emails, and I will try to unravel this as best I can. 1.) frmAbout - Just used as an example....
I am trying to load a graphic into a picturebox using common dialog. not a problem. BUT I would like to have the graphic resized to fit the picturebox. I found...
Another project, another problem I have added a registry entry to have my program start with windows. Is there a way that I can force it to the top of the list...
Hi Joe, Yep. I know what it is like to start getting hit from either side, or from all sides :-) No worries. Adelle's solution is the most sophisticated,...
Joe and all: Thought I would chime in here and try to clarify something. An instance variable used to reference a form is NOT the instance of the form itself....
Hi Bruce, ... Actually, VB does support a fairly similar syntax: With New Form1 .Show End With No instance variable for you to hang on to (technically, if you...
Dumb question time: Once upon a time, I read an article on how to add toolbox components to one of the .ini files so that the components would be available...
Hi Bob, ... Create a new project with the references you want, and save it in C:\Program Files\Microsoft Visual Studio\VB98\Template\Projects It will appear as...
Good Morning David, While I sip my first coffee my brain is telling me that Rod Stephens explains how to do this on his VB-Helper.com site. ... The phrase to...
Hi David, No help here. I'm clueless. Never did any research on this. Steve ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On...
If you want to do it by yourself, it depends on what OS the program will run on.... Basically for WinNT/2000/XP you can change the order by placing it in the...
Cool. Excellent explanation..... So, between the external .dll and the OS, the reference counting is taken care of... And the active instance of the form,...
I have a Combo Box that has a highly functional recursive search routine attached to it By recursive I am saying that as you type the name of an item in the...
Steve Manser wrote: Did you see this project ? http://www.vb-helper.com/howto_fit_picture_to_box.html Fill a PictureBox with a picture preserving its aspect ...
Hey Alan, Thanks for the input! Would you mind clearing something up for me? Whats the difference between a service and a regular program? The program this is...
Well here is one solution but a new problem this code will fire the No Match is you have no match and go to the EOF if you look at a record lower in the rs...
Many Thanks Alan, Sincerely, Clueless ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Alan Segal Sent: Friday, September...
... Sharp Develop IDE ( for C-# & VB dot Net) [ #develop ] http://www.icsharpcode.net/OpenSource/SD/Default.aspx The Open Source Development Environment for...
http://www.apress.com/free/ Free download of the book "Dissecting a C# Application: Inside SharpDevelop " You can also download the source code for the...
Not real sure -- but I believe a service can run with priv's for all accounts, whereas a program may not have all the privs for any account that may run it. IE...
... Box ... code ... For this to work correctly we must assign a string value into the Combo List, and immediately after doing that assignment in our code, we...