comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * HELP! Font sizes... - 7 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/82d81b47a011ae0e * Permanant ZOrder - 6 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d828679b6cd242ad * Objects - 5 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e133f36b24d335fc * Small Screen Laptop Issue - 5 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7afd632e80cdfc33 * converting a VB6 windows app to run on Macintosh - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8c9c21287a70bcdb Active Topics ------------- using vb6 and access 2000 continued - 2 new ------------------------------------------- i tried using the following code using a database originally created in access 97 and updated to 2000. when i ran the code i got the error msg at the end of posting. however when i tried using a 2 year old backup still in 97 format it worked. i appreciate any help howard oh yes in a previous post i got questions about books. it's for discounts on - Wed, Dec 29 2004 8:25 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f8ce2e512b66bb9e Weird VB error - 2 new ---------------------- "AustinMN" <[EMAIL PROTECTED]>'s wild thoughts were released on Fri, 24 Dec 2004 10:16:13 -0600 bearing the following fruit: ...Huh? An application does not know how it was started. Jan Hyde (VB MVP) - Wed, Dec 29 2004 9:03 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3c52fe0f847e6812 Terminal Emulation/Hyper Terminal - 1 new ----------------------------------------- Thanks a lot! - Wed, Dec 29 2004 1:29 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/60927129954a8a05 visual basic and XML - 1 new ---------------------------- ...< [link] l/xmmscXML.asp> < [link]> < [link]> I have posted several code snippets on the subject in this NG over the years, so Googling for "Dag + XML" in c.l.b.v.m will also give you some exapmles. - Wed, Dec 29 2004 9:54 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a296353259747da8 downgrading to VB6 - 3 new -------------------------- ... [link] ...caveat emp·tor (Pronunciation Key (mptôr)) n. "The axiom or principle in commerce that the buyer alone is responsible for assessing the quality of a purchase before buying." - Wed, Dec 29 2004 10:00 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/71e57e53dfaae023 HELP! Font sizes... - 7 new --------------------------- ...I'm not entirely sure what effect you want to achieve, but if you want the "pixel size" of a font to be the same regardless of the "pixels per inch" setting of Windows then you need to add some code to set the font point size to the appropriate value at run time (in your Form Load event, for example). - Wed, Dec 29 2004 11:37 am 7 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/82d81b47a011ae0e MISSING:Outlook 98 Type Library - 3 new --------------------------------------- I have been sent a project by a colleague and get the above message when I try to run it. Can you advise what is the best way to proceed. Can I add this library or do I need to update the project to use a more current reference. I am running Windows 2000 Thanks CharlesW - Wed, Dec 29 2004 11:53 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/25697eb00e83f4d3 Data Report formatting? - 1 new ------------------------------- In my VB6 data report I want to use DIN A4 format (21*29 centimeters). VB uses Twips, and I try to set height to 16.433 and width to 11.907 for the report. But values are always reset to 15.750 (height) and 13.425 (width). When the report is running, also width is bigger then height, what does not match the values from the data report properties. What is going wrong? - Wed, Dec 29 2004 1:25 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/81f106dd4f48c6b send function from winsock32.dll - 1 new ---------------------------------------- It sounds like you answered your own question: It doesn't work. The 2nd parameter is taking a pointer to data, and the 3rd parameter is taking the length of data. Your buffer() as byte is another pointer. I think that what you're sending must be the Int, the byte, and the first byte of the array pointer. You're - Wed, Dec 29 2004 2:04 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d8593c2e4d89e25a Objects - 5 new --------------- Hey everyone, I'm using VB.Net 2003. Probably a simple solution but anything would help, thanks in advance: I have the following code Dim oApp As Object oApp = New Outlook.Application But when I use oApp, the only thing that shows up immediately after it is GetType.... (oApp.GetType) I want to use oApp. GetNamespace("mapi") - Wed, Dec 29 2004 6:50 am 5 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e133f36b24d335fc Small Screen Laptop Issue - 5 new --------------------------------- I wrote a VB6 application which has a large number of forms that use .jpg image controls as buttons. A few of my users have switched to very small laptops, (10-12 inch screens) and found that the buttons (and many label controls) don't shrink enough to fit the small screens. The forms use fixed - Wed, Dec 29 2004 3:09 pm 5 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7afd632e80cdfc33 VB6 and Windows Installer problem on Windows 2000 - 1 new --------------------------------------------------------- Thanks anyway, A key in the windows registry was missing for some MS Office component. The Event Viewer gave the clue to solve this problem. I don't know why vb was triggering that event. Regards, McFly. - Wed, Dec 29 2004 10:25 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c3143dd16e1fc41b Can I set a VB programme to use MySQL databases - 1 new ------------------------------------------------------- Form Template: mySQL Connection Property Form: [link] - Wed, Dec 29 2004 5:13 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4cde019a23b45649 Permanant ZOrder - 6 new ------------------------ Hi All. Is it possible for a PictureBox on a form to have it's ZOrder unaffected by any other control on the form? Similar to the Menu bar, Nothing can go on top of it. At the moment I am adjusting ZOrders of some controls then having to do one Picturebox over and over again so that it remains on top. - Wed, Dec 29 2004 6:40 pm 6 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d828679b6cd242ad C++ to VB6 - 1 new ------------------ Thanks. - Wed, Dec 29 2004 6:39 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6144d9146b76d5bb Ban fox hunting - 1 new ----------------------- Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Ban fox hunting Did I mention fox hunting? It should be banned in England (and everywhere - Wed, Dec 29 2004 6:46 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b47f65874da1b51e [VB6] combo to search change - can't figure it out - 3 new ---------------------------------------------------------- for your info - I'm a newbe. Code is at the bottom. Access dbase (each form ca. 10 KB) if my explanations are not enough (probably they aren't). -- access 97 - [link] -- access 200 - [link] ------ Im trying to change code - just trying to learn something. But nothing seems - Wed, Dec 29 2004 9:19 pm 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/70b0f235c33bf359 Printing sideways text - 2 new ------------------------------ Did u find a better that to copy all the code below, isn't there a property that can rotate text 90, 180... Thanks, Alex - Wed, Dec 29 2004 1:03 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/920404f61a2b8137 Old timers -): NT4 group memebership check (w/o ADSI extensions) - 1 new ------------------------------------------------------------------------ Hey folks: (Forgive my stilted way of asking the question) I'm looking for information (and VB code samples) for how (under NT4) in olden times, an application could test if the logged on user was a member of a global goup. ( API calls, etc.). Also, would it be possible for an application runing under NT without - Wed, Dec 29 2004 1:28 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9bc5544e89b6c4f6 Editing the columns in an MSFlexGrid - 1 new -------------------------------------------- I have an MSFlexGrid which has a number of columns of data. I want to display a richTextBox in front (and on top) of the columns. Each text box would contain the all the text from one column. I could then edit the text, adding any additional lines in the columns of text as desired. Then, transfer all the text back into the grid - Thurs, Dec 30 2004 12:31 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5401f39a17fffa6b VB.NET ComboBox Help - 1 new ---------------------------- Thanks a lot. I wasn't sure if I was in the right group or not, but couldn't find anything for .Net. I appreciate your help. - Wed, Dec 29 2004 4:55 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/30af012db9d0fb73 converting a VB6 windows app to run on Macintosh - 3 new -------------------------------------------------------- Is this even possible? and if so, is it feasable? TIA - Thurs, Dec 30 2004 3: 19 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8c9c21287a70bcdb Hot 22 Year Old Looking For Love Or More.....Please Contact Me.......... C6BY - 1 new ------ Hi Im 22 and I really need someone to take care of me. Please take a look at my home page, you can email me and maybe we could get in touch and have some fun. My home page is here [link] - Please get in touch soon :) ---------------- ------------------------------------------------------------ - Thurs, Dec 30 2004 3:43 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/79132b3fea0df441 ============================================================================== You received this message because you are subscribed to the Google Groups "comp.lang.basic.visual.misc" group. To post to this group, send email to [EMAIL PROTECTED] com or visit http://groups-beta.google.com/group/comp.lang.basic.visual.misc To unsubscribe from this group, send email to [EMAIL PROTECTED] To change the way you get mail from this group, visit: http://groups-beta.google.com/group/comp.lang.basic.visual.misc/subscribe To report abuse, send email explaining the problem to [EMAIL PROTECTED] ============================================================================== Google Groups: http://groups-beta.google.com
