comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * PSC gone ? - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bff3dc3fb76b09d4 * Reading data from an Access database - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/52e95b486045a223 * VB 6.0 plot - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/81fbb67da8c90ec8 * VbKeyEscape & sound queries - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cc1b78124aaacde * recv & send - 2 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9a926a9a8be1d2ca Active Topics ------------- VB.NET Application - CLR Exception Process ID keeps on changing - 1 new ----------------------------------------------------------------------- ...That's a very clever marketing ploy that Micro$haft uses so that the unwary will believe that VB.Net is some kind up upgrade or continuation of Visual Basic 6. It's a lie dreamt up by marketing men. ...The problem is you don't own a version of Visual Basic, not really. Visual Basic 6 was the last real version of VB, and its code will not run in - Tues, Dec 21 2004 10:20 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/91a3863e4f7fa25b PSC gone ? - 3 new ------------------ hi all, is planet-source-code offline ? greetings martin - Tues, Dec 21 2004 12:06 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bff3dc3fb76b09d4 VbKeyEscape & sound queries - 2 new ----------------------------------- ...plays ...Yes, the VB code stops executing. Not very useful if you're playing games and that. Here is the module code: ... Declare Function sndPlaySound Lib "winmm" Alias "sndPlaySoundA" _ (ByVal lpSound As String, ByVal flag As Long) As Long ... Declare Function sndPlaySound Lib "MMSYSTEM" _ - Tues, Dec 21 2004 11:23 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cc1b78124aaacde Printing HTML from VB - 1 new ----------------------------- ...I know that you can stop this in IE, by going to File, Page Setup and deleting the information in Headers and Footers (which, by default, is "&w& bPage &p of &P" and "&u&b&d"). If that works, and if the above information is stored in the registry, then deleting it when your program loads and replace it on exit might solve your - Tues, Dec 21 2004 11:57 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b30745485c18d2e3 Reading data from an Access database - 3 new -------------------------------------------- Hello, My program will be reading data from an MS Access Database. The database has 2 tables plus a 'Query' table which combines their data. Can VBasic read data directly from the Query table, or must I read data from the 2 underlying tables separately? I have VBasic 5, learning edition. Thanks KK - Tues, Dec 21 2004 1:25 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/52e95b486045a223 VB 6.0 plot - 3 new ------------------- Please help me on how to plot graphs in VB 6.0. I have an array [X] and an array [Y] and i'd like to plot X vs Y. - Tues, Dec 21 2004 5:39 am 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/81fbb67da8c90ec8 HTML OLE drag and drop from vb to word - 1 new ---------------------------------------------- Hi there, I'm trying to create a program that allows drag and drop from VB into word. I can get it working with simple text, but I need to be able to effectively drag & drop a table. To do this, I assumed that I would be able to create some html & give that to the DataObject when I start my drag. However, when I do that, word seems to accept the drag as valid - Tues, Dec 21 2004 6: 32 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a7b83823d2d6eb5c recv & send - 2 new ------------------- ... Ah interestig! thx for the info but may i ask u some details? as i mentioned in some post im a natural born noob in VB so.... Do i still have to use the Winsock Control thingy? If so where do i insert the recv function? In the DataArrival Event? What is HSock? i would really appriciate ure help - Tues, Dec 21 2004 4:19 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9a926a9a8be1d2ca Detect button click-event in groupbox - 2 new --------------------------------------------- Hello everyone, I've a form with a groupbox witch contain 4 buttons. I searching for a solutions to detect when I click on one of the buttons returning a reference to the button thas has been pressed. Thanks in advance, Benny - Tues, Dec 21 2004 3:32 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/697ff7a0a3249bdf copy and paste the next column? - 2 new --------------------------------------- I have a spreadsheet that has 52 columns, one for each week in the year. The sheet has many rows and each cell has an index formula. The problem is that excel has a problem calculating all of the formulas in a reasonable amount of time. I would like to delete all columns except the first, and then have a macro that will always copy an paste the - Tues, Dec 21 2004 8:00 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cbafdbf8f4f6748d Math Parser - 1 new ------------------- ...See if this works. Watch for line wrap... Option Explicit ' The idea here is to... ' Read each token in a loop from a string ' - if a number was read, push it onto the number stack ' - if an operation was read, push it onto the character stack ' - if a left parenthesis was read, ignore it ' - if a right parenthesis was read - Tues, Dec 21 2004 1:28 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b99febdd21a3f421 HTML Editor - 1 new ------------------- I'm trying to write an HTML editor in Visual Basic but I have some troubles with <A HREF></A>. I can't find any code or function in which I can convert absolute adresses to relative adresses. Can anybody help me out ! thnx - Tues, Dec 21 2004 7:26 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5f0057462f4c6999 If...then statements and columns using tables - 1 new ----------------------------------------------------- below is the code i am working with and i am trying to make columns but i am using a table. i am counting 11 problems from the database and once i hit 11 i want to go to the 3rd column and start wrting the rest of the problems but i cant seem to firgure out how to do that if even if that is possilbe. right now the code types the problem up to 11 - Tues, Dec 21 2004 2:52 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3cf778f8eba98570 Form transparency.. - 1 new --------------------------- Is it possible to set level of opacity on a per-pixle level using SetLayeredWindowAttributes? I know it's possible to color key the transperency, but that is "opacity ON/OFF" only, not any level of gradient, like the new acrobat reader splash screen, or some winamp skins, that have Alpha maps... - Wed, Dec 22 2004 7:26 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/67c6dd1dcd04c6c4 how to select multiple columns when number of columns is not constant - 1 new ----------------------------------------------------------------------------- Hi everyone, I am trying to set the autofilter property on for a group of consecutive columns. I guess this is done using: excel_app.Selection. AutoFilter = True The problem is with the selection of columns. The left top cell (E6) is known but the right top cell has to be 10th from right (same row) So, I have been trying code like: - Wed, Dec 22 2004 12:06 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c72a7d4c541aac9 ============================================================================== 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
