First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
Design Input Needed
Form1: I have a flexgrid where I show Form2 when a combobox is clicked. (BTW, I use a keypress instead of subclassing for the mouse since this is an issue with the combobox.) Form 2: Receives the combo.text in a lookup textbox on Form2 that finds the text in Form2's listbox (using the combobox.text) and loads... 15 Apr 2010 22:35
Screen Refresh failure
Hi All, I am having a problem with a VB6 app not re-drawing the screen completely. This is a form that has not been changed (either form layout or code) for some time, but is now not re-drawing some controls...some command buttons in a frame are invisible. If I drag another app (eg Notepad) across this part... 17 Apr 2010 06:25
What file extensions are considered to be executable?
Folks I''m looking at cleaning up some logic dealing with starting up an exe via Shell. I'm wondering what other file extensions are considered to be executable? Obviously exe. What about com, bat, cmd and possibly vbs? That said who creates coms these days? Also I think pif and scr but those I will igno... 20 Apr 2010 18:34
Utilities - announcement :-)
Hi to all, I decided to publish some of my small tools (for free). They are collected at http://www.prosource.de/Downloads/utilities_en.html I use them for my daily work, may be others find them useful too. They are somewhat programmer centric (especially regarding their GUI :-)) At the moment only a co... 14 Apr 2010 22:17
Anybody in there?
Seems unusually dead here today. Heard rumors of server issues, and this group certainly fits that pattern...? -- ..NET: It's About Trust! http://vfred.mvps.org ... 20 Apr 2010 18:34
MSFlexgrid Scrolling - Followup
!) OK found what was causing the loop: The parameter of RowIsVisible is supposed to be a column I mistakenly put in a Row. This now leaves with some other issues: 1) If I use the Date Column (GRIDC_Date) and select a row that contains the date, I can scroll OK -------- EXCEPT -------- scrolling the acti... 15 Apr 2010 22:35
Read META-tags from web browser control
Hi to all, Is there a web browser syntax like WB1.Document.body.innerHTML to read the meta tag of the page loaded in web browser control? or do i need to manually write the code for that? Thanks in Advanced, -- abhishek ... 15 Apr 2010 21:30
MSFlexgrid Scrolling
I use both a textbox and several combos on my MSFlexgrid for Adding or Editing the grid. When I'm in "Add or Edit" mode and scroll the grid the position of the textbox and combos does NOT stay with the row being edited or added. I've tried the following, but when "Add or Edit" mode is entered the Scroll bar eve... 13 Apr 2010 19:37
Calling VB pgm from DOS, thence exiting to DOS after a CHDIR
I tend to do just about everything from a DOS window. I call my VB (5.0) application from DOS. Under certain circumstances, I wish to exit the VB application in a different directory. My VB program issues the ChDir statement, but when I end the program and go back to DOS, the DOS directory has not changed. Is ... 17 Apr 2010 10:47
formattting numbers
I am trying to format text in a textbox so it is in 3 columns (I'm using a fixed width font so it will align correctly). The 3rd column is a number. I would like it to be decimal point aligned (with possibly 1 leading zero - not 2 or 3 leading zeros). So I would like the output to be: AAAAA BBBBBBB 123.45... 13 Apr 2010 17:22
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50