comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * searching a text file - 18 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/407c203cd3a82bbd * EnumPrinterDrivers fails when enum on Win9x - 7 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dd5f51e1e191a7b3 * Where to put Randomize Timer - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fdfec8b1fb6cfc71 * how to play wav files in VB - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4e5ac8267443bb61 * Dispalying Exported HTML from an MSFlexGrid - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9d1c27a73aa2bd99 Active Topics ------------- How do i set user priveleges with Visual Basic - 2 new ------------------------------------------------------ Hi, Im trying to do RegSaveKey and found out that i need to set the user privelege.. I have the code to do this with C++ - BOOL SetCurrentPrivilege( LPCTSTR Privilege, BOOL bEnablePrivilege ) { HANDLE hToken; LUID luid; TOKEN_ PRIVILEGES tp, tpPrevious; DWORD cbPrevious = sizeof( TOKEN_PRIVILEGES ); - Sun, Nov 28 2004 12:26 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3eb496549265ca7b Trap Scroll Wheel - 1 new ------------------------- I need your help..... How do I trap the scroll wheel? Left & right click is easy, but no way can I find a way to trap that scroll wheel. Much appreciated. Johan - Sun, Nov 28 2004 9:11 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/61650ee6e7f1321f how to play wav files in VB - 3 new ----------------------------------- Hi Frank, Thanks for replying to my query. To be honest i have no idea what an API is or MSDN for that matter either I'm afraid. Could you give a really basic example ? Thanks again Mark ...to - Sun, Nov 28 2004 7:32 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4e5ac8267443bb61 Buy VB 6 or VB.NET - 1 new -------------------------- On 21 Nov 2004 04:39:30 -0800, [EMAIL PROTECTED] (Ashish ...Very difficult to tell - it could be an academic licence - or just a total copy The MS licence that comes in the box is the best way of checking - Sun, Nov 28 2004 10:33 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9d5d667fbab4fae5 newbie question - 2 new ----------------------- cheers, When i create a new form with a frame and option buttons inside it, the first option button is enabled even though in the properties i set the value=false. Do you know what the problem is and how it could be solved?? cheers bhavik ...txtbox ...then ...= ...doesnt ...True) ...get - Sun, Nov 28 2004 11:08 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d1ba1377699b43ad multiple clicks on a submit button - 2 new ------------------------------------------ On this page [link] aren't you allowed to click more than once on the submit button. Is there a possibility to click more than one on the submit button? Can someone please help me? Thanks in advance Airbuske - Sun, Nov 28 2004 11: 17 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cce572924da98d46 searching a text file - 18 new ------------------------------ In my program, a user has to enter his name, ID and location n then when he clicks on Submit Interest, I would like the program to search in a text file to see if his ID is already submitted and if he has then dont write it again to the text file and if his ID is not in the text file then add it to the - Sun, Nov 28 2004 1:22 pm 18 messages, 7 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/407c203cd3a82bbd Dispalying Exported HTML from an MSFlexGrid - 3 new --------------------------------------------------- I want to export a table in HTML from my MSFlexGrid which I might save to a text file. The file structure is simple and will display in any browser. However I would like to know if I can 'export' the text then build and display an HTML page without saving the data to disk...i.e.....can I display the HTML directly from say a text box and / or , can I call - Sun, Nov 28 2004 3:32 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9d1c27a73aa2bd99 EnumPrinterDrivers fails when enum on Win9x - 7 new --------------------------------------------------- Hmm ... the description of that API is "enumerates the printer drivers installed on a ***specified printer server***". Since ME can not be configured as a server to offer printer drivers for a network install, I wonder if this is the cause of the failure? The fact you have success with other NT-based machines leads me to suspect this might be the problem. - Sun, Nov 28 2004 12: 23 pm 7 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dd5f51e1e191a7b3 Where to put Randomize Timer - 4 new ------------------------------------ Hi All Just to clear this up for me, could somebody tell me where the Randomize Timer command should appear when a number of my forms use the Rnd feature. Can I simply call this at the beginning of my startup module and it will be used throughout my forms or do I have to state it before each Rnd call? - Sun, Nov 28 2004 5:39 pm 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fdfec8b1fb6cfc71 Noob question. Relationship lookup - 1 new ------------------------------------------ I have 2 Access tables, each with a field called ref_no, how do I get to show only records related to the record selected in table 1? Table 1 ref_no = autoinc, long int Table 2 is of type number, long int ie T1 ref_no=100 T2 Ref_ no=100 rec 1 rec 2 .... rec 99 etc T1 ref_no=101 T2 Ref_no=101 rec 1 rec 2 .... rec 99 etc - Sun, Nov 28 2004 8:28 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/874a6626c1a9e9b0 RS232 from inside a class module? - 1 new ----------------------------------------- ...converter. ...Bear in mind I know little about interfacing GPIB cards and RS232 serial ports. However, an "almost" solution to your question is that you can create a user control, either instead of or along with your classes. A user control is much like a class, except that it can also have controls on it. It does have to be on a form, but it doesn't have to be - Sun, Nov 28 2004 2: 08 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/86ad0ce0a8722408 Passing Richtextbox... - 1 new ------------------------------ Got it. Thanks. :-) - Sun, Nov 28 2004 7:11 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/73b81837226cc7ee Error Handlers - 3 new ---------------------- How do nested error handlers work? Does the nested error handler (#2) execute entirely, then turn control back to the outer (#1) error handler? On Error Goto ErrorHandler#1 'Do something On Error GoTo ErrorHandler#2 'Do something On Error Goto 0 On Error Goto 0 - Sun, Nov 28 2004 9:56 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2a87a0ad21b7baeb Determining if my app is already running. - 1 new ------------------------------------------------- I don't know if it's in VB6, but the easiest way in VB4 would be to test to see if App.PrevInstance is true or false. If its true then the app is already running someplace else. - Mon, Nov 29 2004 8:03 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/126adfe3411f9a73 ============================================================================== 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
