comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * Compare Public vs. Global - 5 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cb8aa164e4a43a5 * Copy objects between forms - 5 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8dc9dca9b2eecab9 * audio programming - 4 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bfbc13048fb67475 * runtime error 76 - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/92d1811250933459 * set text on label as justified - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/255a9088e7a841b0 Active Topics ============= Dropdownlist in a datagrid? - all new ---------------------------------- Take a look at vbasic.iscool.net. Here you find a free control (Extended Listview) that do just the thing you want I belive. I use it quit often in my apps. Tim "JHB" schreef in bericht news:[EMAIL PROTECTED] news.tele.dk... ... ... - Mon, Sep 20 2004 3:45 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fd2dd4b45f6baa77 Come on... Some help, please? - all new ---------------------------------- On Sun, 19 Sep 2004 13:13:33 -0700, "Steve Gerrard" ... I am not really sure, but I have a hunch that one could do something like the following :- For each line, a) extract it, b) remember it, c) break it into words, d) add words to sort array Up to the current line one should be able to determine that a line is unchanged so one could skip from step a) to step d) Working from the last line in the Text, and going backwards to the SelPos, one should be able to do the same thing. If the sort array is actually a block of text... - Mon, Sep 20 2004 3:51 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a317e27d0402f556 Delphi Program Launching VB Program - all new ---------------------------------- ... <snip> ... Is there any chance that program C is changing the default directory ? It is also possible that Program A is setting some sort of Flag ( disk file ? Registry ? Mutex ?) that it expects program B to clear Maybe check it out using FileMon and RegMon Also, can you manually launch Program A again and get it to run program C ? If you like I could look at the Delphi code for you my Email address can be found on: www.jerryfrench.co.uk I can't guarantee success, as the Delphi apps may be using components... - Mon, Sep 20 2004 4:04 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5a65ef854dd5693 runtime error 76 - 3 new ---------------------------------- On Mon, 20 Sep 2004 01:59:48 -0500, "Option^Explicit Software" ... Error 76 - Path Not Found Are you using CurDir ? Personally I would use App.Path - or do ChDir App.Path as the very first thing ... - Mon, Sep 20 2004 4:07 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/92d1811250933459 set text on label as justified - 3 new ---------------------------------- Hello! I wish to set the text on my label not as left, not as right, not as center but as block-justified. That is, groupe style, where all text is stretched to fit the line length. Is this possible with VB6 and labels? Regards hayko ... - Mon, Sep 20 2004 4:17 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/255a9088e7a841b0 audio programming - 4 new ---------------------------------- Can someone point me in the right direction? I want to develop a simple language application in visual basic. I want to have a table of Chinese words and when the user moves the mouse over the word, a recorded voice pronounces the word. Can someone give me a clue where to start? Thanks. ... - Mon, Sep 20 2004 6:52 am 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bfbc13048fb67475 writing flexgrid data to excel - all new ---------------------------------- Does anyone have experience with this? All the code I have found and tried so far did not work. Sometimes it writes some data to excel but it also maken this Excel file read-only and everything crashes if I try to open the Excel file. What I need to do is this: I have a MsFlexgrid with 32 columns and about 100 rows. Each time a part of the program is run, one row (and 32 columns) of the Flexgrid is filled with data. I need to write this data to an Excel file. So I need multiple access to the Excel file, because everytime this... - Mon, Sep 20 2004 7:20 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9832b59c9f345ba7 CreateObject("InternetExplorer.Application") Error - 2 new ---------------------------------- I tried the code below and I am now getting the 430 (Class does not support Automation or does not support expected interface) . ... ... - Mon, Sep 20 2004 7:29 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5e42f616ba115689 VB6 Old App Icon shows briefly - 2 new ---------------------------------- Set up: VB6 Application, running on WinXP and Win95. Start-up object is Sub Main Compiled as "Standard EXE" Project file specifies to use Icon from frmMain. frmMain's icon used to be different, but has been changed to a new picture. When the application starts from the compiled .EXE, you can see the old Icon on the Windows Taskbar briefly, before it's replaced by the new Icon. I tried single-stepping through the code. If I Shift-F8 through the frmMain. Show statement, I briefly see a 2nd VB IDE Icon appear in the... - Mon, Sep 20 2004 7:46 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c1624f33a3bc1006 Compare Public vs. Global - 5 new ---------------------------------- I am looking over some older VB6 COM+ code, which is being updated. Some classes are being added and I was wondering about existing classes. Is there a good reason I should get rid of my "Global" declarations and replace them with "Private/Public"? I have heard of the style change, but don't know why. What is the reason for the change - style? Is there a memory issue? TIA ... - Mon, Sep 20 2004 7:47 am 5 messages, 5 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cb8aa164e4a43a5 How to Programmatically get System Info? - all new ---------------------------------- On Fri, 17 Sep 2004 22:53:42 -0500, Ben Hoffmann ... There's an API call... Private Declare Sub GetSystemInfo Lib "kernel32.dll" (ByRef lpSystemInfo As SYSTEM_INFO) ...that should give you processor information. <msdn> SYSTEM_ INFO The SYSTEM_INFO structure contains information about the current computer system. This includes the architecture and type of the processor, the number of processors in the system, the page size, and other such information. typedef struct _SYSTEM_INFO { union { DWORD dwOemId; ... - Mon, Sep 20 2004 8:02 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fa7d94c4ab3fbf9e Error: Couldn't find installable ISAM. - 3 new ---------------------------------- Gary wrote: ... Thanks for the info. I'll give those a try and let you know what happens. ... - Mon, Sep 20 2004 8:10 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5d19b01b7b077931 Copy objects between forms - 5 new ---------------------------------- Hi, I have two forms, one with 20 frames (and objects inside of it) and one, my main form, with only a button. What I need: when user press the button, an entire frame (and all objects inside) from the other form is copied to my main form. If user click in the button again, that frame (index "0") will be removed and another frame (index "1") will be copied, and so. I'll control the frames with a variable, each frame has the same name, I'll use the index property to control them. I know how to work with indexes but no idea how to copy a frame from... - Mon, Sep 20 2004 8:11 am 5 messages, 5 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8dc9dca9b2eecab9 More on "Disabling the Ctrl + P " - all new ---------------------------------- On Sat, 18 Sep 2004 08:47:53 +0100, "Mike Williams" ... Will that block 3rd party screen capture utilities? Would posting it as PDF prevent people from saving the PDF locally? How long and how effectively does copy protection work, anyway? Why do it? ... ... - Mon, Sep 20 2004 8:11 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/65e3e00240d42c94 VB6...a big chore now defined - 3 new ---------------------------------- HI folks, I have been out here for a while and picking up good info. I have finally got the definition of what I have to do. NOT TOO MUCH PRESSURE FROM MY EMPLOYER.....yikes! Additonally I have posted this on the forum "microsoft. public.access.externaldata" .. I hope this OK as I am unfamiliar with forum etiquette I hope this forum can take me through this situation I need to get resolved in under 2 weeks (11/1/04). I am new to VB (and VBA) so please bear with me. Additionally I just purchased VB 6 Professional so I can get... - Mon, Sep 20 2004 9:20 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3e89d54dfcbae93d Window regions - all new ---------------------------------- GetWindowRgn. Righto. I'll have a look. I found another Alt-Tab prog written in C++ (source code was available), but I can't translate it too well. I'm trying to work out how the PrintWindow was done. I'm using a picturebox and then StretchBlt to the form. The C++ prog is using SetWorldTransform to do scaling, but I can't fathom the xForm Type. Looked it up on MS but none the wiser. As for PeekMessage etc., no. I just put the "restore" loop inside the HotKey loop... If bCancel=True then... ("restore" loop and... - Mon, Sep 20 2004 10:44 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/89498dcd7bc66e96 String Manipulation - 3 new ---------------------------------- HI Folks, I have the following info in one ACCESS database cell and need to break it up. I can delete "Effectivity:" but the remaining CSV's, including the first part of the string (2AB:1-1), need to separated and placed in separate fields in an ACCESS database that will be written to a new file via VB. ... I am trying to learn string manipulation as I am writing this. Thanks, Jay ... - Mon, Sep 20 2004 12:51 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2ff484272456c9a4 new to VB: how to modify pixels in an image? - 2 new ---------------------------------- hello, I want to display 9 BMP graphics, arranged in a square: 000 000 000 Each BMP is 20X20, 256 greyscale. I'd like to know how to load these images, test the state of the pixels at any X,Y in the images, and SET the state of the pixels to any value I want. Can anyone point me in the correct direction? I know BASIC programming language. Just not the VB6 graphics routines. aiiadict AT hotmail DOT com thanks! ... - Mon, Sep 20 2004 3:47 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9f61eef027859483 Come on gurus... :-) ....hiding the selection in a combobox... - all new ---------------------------------- There has to be a way to do this with an API call... right? :-) Calan ... . .. - Mon, Sep 20 2004 4:31 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6ba9a82ee22627ac SocketWrench 4 - OnRead fails unless in Debug mode - 2 new ---------------------------------- I'm hoping that someone is familiar enough w/SocketWrench 4 to shed some light on this issue. I am attempting to read a web page using SocketWrench 4. I make a non-blocking call to do so. All works well if I set a breakpoint at the start of the OnRead event. Stepping through that code yields the results I need. I get the raw HTML using the GET command. But if I run the code in the IDE w/o setting a break point it always fails with the error 10035 (The specified operation would block). Why would it work if I step through the ... - Mon, Sep 20 2004 4:28 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/27b60d512fadd523 VB app for MySQL backup files - all new ---------------------------------- Laphan, Have you tried creating an app that connects to the remote db and lets saying performing a simple query and getting the results. Also note, does fasthosts open 3306(?) port so that you can access your MySql database? Matt ... - Mon, Sep 20 2004 5:30 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ad5542c08fcfb995 function to get value from DataGrid - all new ---------------------------------- Thank you Mark, I am trying to do..... ... ... - Mon, Sep 20 2004 6:00 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8a2f56f8d7a04a81 disable right click or app setfocus - 2 new ---------------------------------- I don't have VB installed on this machine to test, but you may need a bit of a sledgehammer approach. In RestoreWindow routine in the demo at Just forego the windowtitle/findwindow part, since you're restoring your hwnd, and pass that to the procedure as hWndCtlApp instead. ... - Mon, Sep 20 2004 6:48 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ea3f26758c15910c sending e-mails... - 3 new ---------------------------------- Hi All, Does any one know which is the simplest & better way of sending e- mails through VB, is it: 1. MAPI 2. CDO 3. MSMQ I was using MAPI for sending e-mails programmatically but the problem is, it gives a message "A program is trying to automatically send e-mail on your behalf. Do you want to allow this?" I don't want this message to come up as I want the process to be automated, so i was wondering if there is any other way of doing this. Please let me know. Thanks in advance. -Siva. ... - Mon, Sep 20 2004 7: 14 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/290f12900d98ce7 ======================================================================= 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
