comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * Come on... Some help, please? - 8 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a317e27d0402f556 * Looking for Levenberg-Marquardt code (multi-variable least-squares fitting) - 5 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/36194436f58207a6 * String length - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/45c75bd22204aca6 * Application won't run ! - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c64f5d3770c19887 * Creating dll - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/374c38c1155b325a Active Topics ============= Come on... Some help, please? - 8 new ---------------------------------- ... ... Actually, I find the desktop "flicker" even more annoying than the ListBox flicker that we would otherwise get! I hadn't noticed it before, but it does exactly the same on my own system. Must be something to do with interaction between LockWindowUpdate and the VB Visible = False stuff on the ListBox. It even happens in a simple in a simple test app that contains nothing other than the simple code: Private Sub Text1_Change() LockWindowUpdate List1.hWnd List1.Visible = False List1.Visible = True LockWindowUpdate 0... - Wed, Sep 22 2004 2:15 am 8 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a317e27d0402f556 XP SP2 ? - 3 new ---------------------------------- ... No...because the sites do not state exactly what the hole is. They are totally obtuse and descriptive. They may be right, but let's read exactly what is going on....sounds like memo-gate. ... - Wed, Sep 22 2004 2:27 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/83d0c31263f9e69f Delphi Program Launching VB Program - all new ---------------------------------- ... That figures Try loading the control as a member of a Control Array and then unloading it (not in the real App, but in a cut down version) Watch the Initialize and Terminate events It also might be an idea looking at replacing the control with APIs ... - Wed, Sep 22 2004 3:52 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5a65ef854dd5693 String length - 4 new ---------------------------------- ... I can think of a few ... The older interpreted PC BASICs did have a string limit of 255 Oddly the early compilers lifted that limit ... - Wed, Sep 22 2004 4:00 am 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/45c75bd22204aca6 Tabbed documents in Word like sheets in Excel (a way or an addon app?) - all new ---------------------------------- Hi, is there a way to get word documents to appear as "tabs" (like say in mozilla or excel) in word instead of multiple windows? I don't get the impression that it can be done with just word but perhaps an add on application for word? Any help would be greatly appreciated! -Gaiko ... - Wed, Sep 22 2004 4:06 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3cec0dd66e52677 Newsgroups not updated since this afternoon - 2 new ---------------------------------- I de-fragged the harddrive. Should be fine now. ... ... - Wed, Sep 22 2004 5:24 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/eef388c8759ec12 Application won't run ! - 4 new ---------------------------------- Hi guys I made small application which tests the 4 DLL's I wrote in VB The application just creates an instance of class from the dll and show a response (hi from dllXXX.dll) The app is working fine!!! I am tired of trying to figure why my app is not running! I am going to try the For each %c in *. dll do regsvr32 /s %c Using the /Q switch so I wont get endless registration messages. Also I downloaded the DepenDLL 1.0 From the internet but it didn't provide any Dll dependency information Do you know better Dll Dependency viewer... - Wed, Sep 22 2004 6:45 am 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c64f5d3770c19887 Looking for Levenberg-Marquardt code (multi-variable least-squares fitting) - 5 new ---------------------------------- I need some code to perform least-squares fitting of a mulitple-variable function to a set of (x,y) data. After much research, the Levenberg-Marquardt algorithm looks like the best place to start. I've found the C-code in "Numerical Recipes in C" but how do I get it to work in Visual Basic? o Do I ( attempt) to translate the C-code in the Basic? That sounds dangerous especially since it uses pointers and goodness knows if the translation will be perfect... and, if there are errors, they might be hard to track... - Wed, Sep 22 2004 7:01 am 5 messages, 5 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/36194436f58207a6 Find Method - all new ---------------------------------- ... NOTE: All the code below is "Aircode", not tested. Since you're using ADO, you could compare the speed of the Filter property, like so: With rsOeIsIs . Filter = "Part_Id=" & txtAddItemNumber.Text If Not (.EOF or .BOF) Then ' Assert: Found something End If End With !!! BUT, <<<<<<< it is often / faster/ just to create a second recordset to requery the original data source with the new WHERE clause. sNewQuery = sOriginalSQL & " WHERE Part_Id = " & txtAddItemNumber.Text Set rsNew = cn.Execute( sNewQuery )... - Wed, Sep 22 2004 9:00 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/349ad446102d1d8d runtime error 76 - 2 new ---------------------------------- On Tue, 21 Sep 2004 15:55:47 -0500, "Option^Explicit Software" ... I'll bite. What was it? If something accessed my LMHosts or my Host file, I would be thinking "Spyware". ... ... - Wed, Sep 22 2004 9:05 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/92d1811250933459 VB6 Old App Icon shows briefly - all new ---------------------------------- ... Grab FRXSplit.zip off this website. This should allow you to tweak it, or at least see what's going on: http://www.geocities.com/iscwebsite/index.html . .. - Wed, Sep 22 2004 9:48 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c1624f33a3bc1006 compile on xp but wont run on 98 computer - all new ---------------------------------- Well, a crash is never good (better use some On Error trying to open Word or Excel) I have the same problems, I think it is a newer version of Word and Excel. Someone post a tip: try late binding (that's is using the version of Word/Excel on the users pc) and not using early binding (that's using your version on your PC). Take care you use only methods supported by the early versions of Word and Excel. HE "bob" schreef in bericht news:1tk0l09ils8l15 [EMAIL PROTECTED] ... ... - Wed, Sep 22 2004 1:04 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c194c036fa08c6e6 Creating dll - 4 new ---------------------------------- Hi, I'm trying to get a dll to work for me But i'm stuck. VB6 SP6 & Win2K First I start VB6 and start a activeXdll project I named the class_module mtest.cls in this project I have the following code <class> Option Explicit Public Property Get stuff() As Boolean stuff = True End Property </class> and did a make on the class so the dll 'mtest' was created Next I start VB and start a normal EXE project. I add the reference to the created mtext.dll I put a command button on the form, hit it and put teh following code... - Wed, Sep 22 2004 1:06 pm 4 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/374c38c1155b325a Winsock control and threads - all new ---------------------------------- Hi all I'm writing an application that uses winsock control. Basicaly I want a listen socket to listen for incomming connection, when an incomming connection is present I want to create a new socket that will reside in a different thread that will handle the communications. So for each connection, there will be a seperate thread handling it. I implemented this as an ActiveX EXE which use the Thread per object threading model. The listener is one object exposed by the componenet. When a connection arrives, it creates an instance of... - Wed, Sep 22 2004 3:18 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7d95136df7c71abb Using a Cab File - all new ---------------------------------- Does anyone know if you can use a Cab or Zip with VB6, at the moment I have 400 odd .ini files, which is a bit of a pain when it comes to deploying the project etc. What I would like to do is Zip them all up and read/write to these files while they are compressed. I have searched around, with know luck, but then again I dont know what you call this kind of thing. Any help welcome! DL ... - Wed, Sep 22 2004 4:18 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d260dbeb226db1b8 "Windowless" applications like Media Player - all new ---------------------------------- Is there a relatively simple way to mimick the behavior of Windows Media Player in VB6? I mean, having a skinned app, that changes to a normal form with menus, etc when the mouse goes just above the skinned area? ... - Wed, Sep 22 2004 11:58 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e96eeca6a8d9661d BitBLT and Jpg (Please Help) - all new ---------------------------------- Hi I have just about reached the end of my research on this one, so as a last resort I was hoping I could get a definative answer from you guys. Using my flat bed scanner , I have scanned in a CD. The result shows the picture of the CD but shows a square outline around it. All i want to do is Remove the outline and end up with a picture of the Round CD. I was sure BitBlt was the function to use, but I dont think this applies to jpg files. Can anyone please help on this one Regards ... - Thurs, Sep 23 2004 12:16 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce73057e3e41448a Hot to get caption of the main window of the process? // read more inside... - all new ---------------------------------- I get informations about every process like that: Dim wmi As Object = GetObject("WinMgmts:{impersonationLevel=Delegate}") For Each p As Object In wmi.InstancesOf("Win32_Process") 'here i add p to array. Next 'reference to Win32_Process object: My question is: how could access the Caption of the process'es main Window (if it has one)? I would realy aprreciate any help. Re, Doker ... - Thurs, Sep 23 2004 1:39 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/331ef1928e787bc4 ======================================================================= 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
