comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * Missing validate Event - 6 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5498272bfa366759 * hiding the selection in a combobox (or at least getting rid of the blue...) - 5 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6ba9a82ee22627ac * Window regions - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/89498dcd7bc66e96 * Dropdownlist in a datagrid? - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fd2dd4b45f6baa77 * Automation error - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1db581c175dc7bc9 Active Topics ============= Window regions - 4 new ---------------------------------- How do I go about finding the region in which a form is drawn if I only have handle? ... - Sat, Sep 18 2004 12:54 pm 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/89498dcd7bc66e96 Missing validate Event - 6 new ---------------------------------- Hello, I have a form in VB6 with an OK-Button, which is set as the default vor Enter. So if you click OK or hit Enter, the Button is pressed. I than have a Textbox which needs validation before exiting. Private Sub txtChartTrayMax_Validate(Cancel As Boolean) If IsNumeric(Me. txtChartTrayMax) Then UserVarE.ChartTrayMax = Abs(CLng(Me.txtChartTrayMax)) Me.txtChartTrayMax = UserVarE.ChartTrayMax End Sub My problem is, that the validate-event does not get fired ONLY in the case the user uses the Enter-Key. If he clicks ok,... - Sun, Sep 19 2004 3:44 am 6 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5498272bfa366759 Dropdownlist in a datagrid? - 4 new ---------------------------------- Thank you John, for the answer. Does anyone have a piece of code, to place a combobox exactly in the datagrid? TIA Jørn "John Flynn" skrev i en meddelelse news:[EMAIL PROTECTED] ... .. . - Sun, Sep 19 2004 5:53 am 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fd2dd4b45f6baa77 hiding the selection in a combobox (or at least getting rid of the blue...) - 5 new ---------------------------------- Combo1.ListIndex = -1 ... ... - Sun, Sep 19 2004 7:04 am 5 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6ba9a82ee22627ac Newbie Help - 2 new ---------------------------------- Looks like you're using textboxes but the textbox does not have a Value property, but it does have a Text property. Have a look at the FormatCurrency function ... ... - Sun, Sep 19 2004 7:10 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8f65d75c47d33b65 Automation error - 4 new ---------------------------------- Hi guys, I have a new problem with an application I've developped a while ago. I get an automation error when trying to connect to my database. The problem seems to be ADODB. The references seem good and I've tried to reinstall MDAC but it didnt solve it. Here's an exemple of what doesnt work: Dim adoCon as ADODB.Connection Set adoCon as New ADODB.Connection <- Automation error [...] Thanks a lot ... - Sun, Sep 19 2004 7:35 am 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1db581c175dc7bc9 How to Programmatically get System Info? - all new ---------------------------------- Thanks John and Norm for your replies and also to anyone yet to respond - both replies are very helpful. Thanks, - Ben ... - Sun, Sep 19 2004 7: 59 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fa7d94c4ab3fbf9e disable right click or app setfocus - 3 new ---------------------------------- hi all. i would like to disable right clicking while my app is running, but no one seems to have an answer for that. At least not that I can find. So instead I was wondering if anyone knows how to set focus back to my app if it is lost. I can have a timer which sets focus to a form or a control, but if they need to type something, the looping setfocus messes it up. So is there a way to set focus back to my app (not a specific control on my app) if it is lost? ... - Sun, Sep 19 2004 12:10 pm 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ea3f26758c15910c Come on... Some help, please? - 4 new ---------------------------------- I have not seen the original code, so this may be off-base. Why are you using a timer to fire the list update? If you're building a "word" tracker, wouldn't you fire it upon reaching a SPACE or any punctuation mark? HMdesigner ... - Sun, Sep 19 2004 12:12 pm 4 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a317e27d0402f556 What type of variable does the following code need ? - all new ---------------------------------- Hello, and sorry for late reply since i was out for the last three days. ... This point is the one i will try. I must first find the record and show it and then do any .Update. ... The .Close statemant is put somewhere where it causes no problem. Thanks for pointing out though. ... ... - Sun, Sep 19 2004 10:04 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7624f542ce8d9a81 Delphi Program Launching VB Program - all new ---------------------------------- This is a VB question, really. I inherited a Delphi program (Program A) which launches another Delphi (Program B) and then quits. When Program B is finished, it re-launches Program A and then quits. (There's a reason Program A and B quit when finished.) I assume they're using the ShellExecute API to launch each other. I'm replacing Program B with a VB program, (Program C). I give it the same name as Program B so that it gets launched automatically by Program A instead of Program B. This works, no problem. Then Program C will.. . - Sun, Sep 19 2004 11:10 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5a65ef854dd5693 runtime error 76 - all new ---------------------------------- This is becoming quite an enigma.. I have a project which is a autorun cd, it works perfectly on win2000 & XP, but comes up with runtime errors on Win98 & Me.(Path not Found) The runtime error only occurs when a copy function is called from the CD itself. Paths are named like <CurDir + "\Directory\File. dat"> To Shell some .exe from the same path works no problem, only something that needs to be copied fails, including the "addTempFonts" function This of course only happens when running from the CD,.. if you copy the cd... - Sun, Sep 19 2004 11:59 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/92d1811250933459 Error: Couldn't find installable ISAM. - all new ---------------------------------- On Tue, 14 Sep 2004 15:14:51 -0700, Obadiah you typed some letters in random order: ... I had the same problem Years ago. I cant remember what I had to do to fix it. I think it had somting to do with ODBC drivers. Perhaps you need to install a ms dbase driver(*.mdb) I belive it comes with access... do you have access installed? Groetjenz, Mickey... - Sun, Sep 19 2004 11:57 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5d19b01b7b077931 String length - 2 new ---------------------------------- I was wondering about the max size of a string variable Is the limit 255 characters as in other programming languages? If not how do i declare a string with a greater capacity? Thanks Doug White ... - Mon, Sep 20 2004 1:07 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/45c75bd22204aca6 ======================================================================= You received this message because you are subscribed to the Google Groups "comp.lang.basic.visual.misc". comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc Change your subscription type & other preferences: * click http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe Report abuse: * send email explaining the problem to [EMAIL PROTECTED] Unsubscribe: * click http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe ======================================================================= Google Groups: http://groups-beta.google.com
