... printed. How can ... printed ... immediately. First of all, I got to tell you that I have never really used the printer dialog box. I always use...
ok i see my example has a little problem! apparently this line RichTextBox1.SelLength.hDC should really be... RichTextBox1.SelPrint .hDC which would make it...
... sub in a code module which is called from a form? Obviously, I am not the expert here, but I think I remember being told that the way to do it was to...
Have you looked into MSDE for your Database? http://www.microsoft.com/sql/msde/default.asp ... __________________________________ Celebrate Yahoo!'s 10th...
... removed] Thanks, I did find it informative. I guess, in a way, it also answered my "real" question (as I was too ignorant to know the difference), which...
I don't believe size is a major problem in Access, however - How many concurrent users are you anticipating ? If you go down the MSDE path, watch out for this...
<<SNIP>> Any ... Chris, There are benefits both ways. Small forms with few control and objects load faster. I would suggest that the best rule of thumb is to...
Hi Colleagues, I design a form at one computer and the size just fit the monitor. When the form is shown at other computers the size becomes smaller. Could...
The easiest way would be to purchase a form re-size control such as vbgold's other wise you have to create a procedure that resizes the form and controls such...
Hi, Some developers (Me and even MS sometimes), just advise users that the optimal resolution is say 800 * 600 I am working on an app at the moment that needs...
LMAO Rob, I thought that I had just such an agreement from a customer. Then I was told, after delivery, that they had a staff member who had visual ...
Hello everybody, I have a very simple question. I am trying to create an application that asks the user for his login credentials and after he enters his ...
Hi First call the next form to be loaded and then close login form Ritesh FCR-Librarian. 91 22 56762153 ... From: umairata [mailto:umairata@...] Sent: 05...
Hi Kim, ... Darrell and Rob pretty much sum up the two camps on this topic: * Resize the form dynamically to fill the screen * Make the form one size and don't...
Hi What is the name of the "form" of an OCX control? I'm writing a control and need to access its width, and cannot access it. Thanks -- No virus found in this...
Hi rEs, ... Do you need the width of the form the activex is sitting on, or the actual hDC width of the activex control itself? For the first, "parent.width"...
... I'm trying to set a fixed with for the control using code during development. Can't seem to get it working. Also, how does one overcome the problem of...
Hi When I develop controls, using the arrow keys to navigate in the editors causes selection of the "next" object on the "form"...but I'm in the editor! Is...
Dear all I use following code in a command button to open a notepad Shell "notepad.exe", vbNormalFocus it opens in a sperate window, i want to open the notepad...
Notepad is just a plain text editor. Place a multiline TextBox on your form and you have a simple text editor. You just have to add the save/load text file...
Dear all, Thanks waqas for your reply, actually i'm not concern about notepad, i want to open any executable file in same application where i call it. insted...
Hi Anand, ... Yes. You can use the SetParent API to shove any window into any other. Finding out the handle of the new applications primary form (like the...
Hello all, Some of you may already be aware of this, for the rest of you I'm forwarding it on for your convenience. Yes, it is true. MS is planning to kill off...
Everything I've seen in .NET still supports earlier versions of everything including ASP. Dave ... From: Shawn K. Hall To: vbhelp@yahoogroups.com Sent: Friday,...