comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * Control font size too large - 9 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fccb7ed82f7ebbe7 * What data type would you prefer and why? - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/68986976cd23382c * moving forms - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e5144c0bbdac0732 * Converting Numbers to and from Hex - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c18f1a133c70998f * Multipage printing in VB 2002 net - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/66bdc5999d8320 Active Topics ============= Control font size too large - 9 new ---------------------------------- A user of my program reported that the font size is too large for a number of controls. A screen shot shows that the font size on buttons, labels, and other controls are too large for the controls. (There are a few thousand of these programs running without a reported problem.) I wrote and sent him a short diagnostic program to find out what the default control font is -- it's MS Sans Serif, as it should be (I left it at the default for most forms and controls), but it's 9.75 point instead of the normal 8.25. One of the things.. . - Thurs, Sep 2 2004 2:51 am 9 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fccb7ed82f7ebbe7 Multipage printing in VB 2002 net - 2 new ---------------------------------- I have small problem with multipage printing in VB Net. I can print only one page and what is with another. How print for example 3 pages with rectangles ( with for next ). ... - Thurs, Sep 2 2004 3:13 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/66bdc5999d8320 Re[4]: VB cashes running prog that passes arrays VB>C_DLL>VB - all new ---------------------------------- Hi Murphy, Big thanks - it helped :) And I was thinking it had something to do with memory allocation and SafeArray type... The simplest mistakes are the hardest to find :) Once again thanks. As to the creating one plan per channel and destroying them - I was planning to do so, and I did it, just before I received your answer. -- with kind regards przemyslaw holubowski przemhb@ poczta.onet.pl ... - Thurs, Sep 2 2004 3:34 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9e10e9ed6df01ca3 moving forms - 3 new ---------------------------------- On Thu, 2 Sep 2004 04:56:06 -0400, "Rick Rothstein" ... The OP could be a lot better off using DrawFrameControl with DFC_CAPTION That way he could lose the Image control entirely ... unless he wants to have something like a Red title bar, something I had a lust for once. ... - Thurs, Sep 2 2004 4:16 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e5144c0bbdac0732 RAR and DOS datetime formats - all new ---------------------------------- Hello I'm building a class to read files from a RAR file using the UnRar.dll. When I read the filesize from a compressed file, I get a long number (e.g. 649885736). As far as I understand, this should be a date in DOS format. I tried to transform it into a readable format, first by transforming it into a FileTime format with the DosDateTimeToFileTime API. Then with the FileTimeToSystemTime API to a readable format. But, a file dated: May, 6 1999, returns Nov. 14, 2018. So, there is something wrong I guess... :-)... - Thurs, Sep 2 2004 4:17 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/147ff924a0f16096 Visual Basic 8 (express) newbie: compile problem - 2 new ---------------------------------- nice simple one; how do you compile a program so that other people can use it in the same way as an exe. I know its a dotnet thing but am dead new and don't know how to do this simple thing(?) Thanks john ... - Thurs, Sep 2 2004 7:20 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6f723cbf4e130f5f What data type would you prefer and why? - 4 new ---------------------------------- I wanted to practice some Linked List stuff, so I set out to create a linked list. The plan was to create the following: (1) A linked list class in Visual Basic (2) A non-class based linked list using functions in C (3) A linked list class in C++ I started with Visual Basic and I wrote an IList interface that I wanted my list to implement. When I had started, somehow I thought this time, I'd first use a collection as the ingredient, and so it would not really be a linked list. It would be an extended collection... - Thurs, Sep 2 2004 7: 38 am 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/68986976cd23382c Cannot see e-mail body text in Outlook 2003 using MAPI - all new ---------------------------------- I have an application that creates an e-mail with a specific Subject and Body text. This application has been working well with older versions of Outlook, but in Outlook 2003 the body text is not shown when the composing e-mail pops up. What's really weird is that if I send the e-mail (with no body text showing), all of the text shows up correctly when the e-mail is received. ??? How can I make this body text visible prior to sending the e-mail? My code is shown below. I would appreciate any suggestions anyone might... - Thurs, Sep 2 2004 8:02 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f1e6e01c04c35a4d flex grid to word - 2 new ---------------------------------- I have also tried to this but so far have not succeeded. Any help would be appreciated. Thanks CharlesW ... ... - Thurs, Sep 2 2004 8:47 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/821c6bc5ba137d7e Converting Numbers to and from Hex - 3 new ---------------------------------- Can anyone tell me.... What is the maximum value I can use with the HEX(nnnn) function. What is the maximum value I can convert from a String (or Double) into a HEX number. (Is there a maximum?) Thanks CharlesW ... - Thurs, Sep 2 2004 9:02 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c18f1a133c70998f Terminating a process in Visual Basic - all new ---------------------------------- Hi, See the following link where "GetProcesses()" is explained: http://www. vbnet.mvps.org/ Try the following: Put this in the form where you want to close desklook (it does a test if the process "desklook.exe" is still running and close it). Do Program = GetProcesses("desklook.exe") ... ... Option Explicit Public Declare Function GetProcessMemoryInfo Lib "PSAPI.DLL" ( ByVal hProcess As Long, ppsmemCounters As PROCESS_MEMORY_COUNTERS, ByVal cb As Long) As Long Public Declare Function Process32First Lib "kernel32" (ByVal hSnapshot As ... - Thurs, Sep 2 2004 11:39 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c0fb56fe1327445 Downloading plain text - all new ---------------------------------- Hi How do I download a text file from Internet? I've tried URLDownloadToFile but that only saves the file in binary format. I just want to download a plain text file from a server - no changes to the format - just plain ASCII. Hope you can help ... - Thurs, Sep 2 2004 3:49 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bf185bbe325ba153 Fantasy Football for VB guys - all new ---------------------------------- I have started a free fantasy football league for computer nuts. If anyone wants to join it would be a good way to network with other computer nuts. We have several vb programmers some network admins, java programmers, etc. Yahoo League ID = 552394 Password = computer Thanks, Thread7 ... - Thurs, Sep 2 2004 7:53 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/95a195a53dbc4616 Running another program - all new ---------------------------------- Is there a way to run a system command (a small DOS app) from a VB program, preferably capturing the console output? ... - Fri, Sep 3 2004 12:12 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/362e0c8e41d8c4ce ======================================================================= 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 ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BCfwlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/kumpulan/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
