comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * turn tabstop off for frame control? (vb 6) - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/19804aafae2bdb0c * Determining if a string is Unicode - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bce8b5cdc19ba991 * SQL query and system DATE problem - 1 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/68b8c40be96a30f0 * Check boxes and Radio Buttons question - 1 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/df934060b3b585c6 * VB.Net Newbie question - 1 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/952d3320befd138e Active Topics ------------- SQL query and system DATE problem - 1 new ----------------------------------------- Rob, I would in your situation not trying to make my SQL string in the way as you do it, especially not with dates. Internally in Microsoft systems are used USA style dates. Which makes it difficult for most of us, however when we know, not that big problem because it is in the newer systems consequent. However it means that you should - Thurs, Dec 2 2004 9:44 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/68b8c40be96a30f0 Check boxes and Radio Buttons question - 1 new ---------------------------------------------- ...Why on earth are you doing that? Why would you want a visible set of radio buttons to control the state of an invisible set of check boxes? Why not just use the radio buttons on their own? Some more explanation of what you are trying to achieve (and why?) would be useful. Also, you need to post some of your code. Don't forget that when the user - Thurs, Dec 2 2004 8:57 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/df934060b3b585c6 Determining if a string is Unicode - 2 new ------------------------------------------ ...But Jerry West didn't ask us to tell him how he could find out if the * system* he was using was Unicode or not. He asked us to tell him how he could determine whether or not a specific file contained text in the Unicode format . . . and he certainly wouldn't be able to do that using the Len and - Thurs, Dec 2 2004 9:15 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bce8b5cdc19ba991 turn tabstop off for frame control? (vb 6) - 3 new -------------------------------------------------- On 1 Dec 2004 11:51:49 -0800, [EMAIL PROTECTED] (Mad Scientist Jr) wrote: ...Nasty Perhaps put the Option buttons in a UserControl instead of a Frame - Thurs, Dec 2 2004 9:32 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/19804aafae2bdb0c VB.Net Newbie question - 1 new ------------------------------ Try making a textbox with multiline property set to true. Then rather than Console.WriteLine(i) try Text1.Text = Text1.Text + i + vbCrLf The vbCrLf is there to place the new stuff onto a new line (its an enter character) - Thurs, Dec 2 2004 9:51 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/952d3320befd138e EXE lag - 1 new --------------- I tried using SetPriorityClass. What is the difference between them? - Thurs, Dec 2 2004 10:11 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ebc3d6a62bcbf718 Transparent exe? - 1 new ------------------------ One thing though. Some graphics cards have problems with transparency of this sort. I.e. the display driver can crash. Be careful how much you use it, and test on an older machine to check results. - Thurs, Dec 2 2004 10:16 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ffaaed3be915ee3b ============================================================================== 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
