comp.lang.basic.visual.misc http://groups-beta.google.com/group/comp.lang.basic.visual.misc
Today's most active topics: * IEEE-754 Floating-Point Conversion - 6 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/17d7754f05ef935b * Sql Question - 5 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b64f6a1cc6b5f50b * NEWBIE: what does MSComm1.Output = Chr("&H" & Mid(strCommand, x, 2)) mean - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3a74a7c072b6932f * array's - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6631ee8f322b05f7 * Focus - 3 new http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d5e6ab321b18c7cf Active Topics ------------- NEWBIE: what does MSComm1.Output = Chr("&H" & Mid(strCommand, x, 2)) mean - 3 new --- hello all, I am not aware of vb much.. I am going through a vb program which does serial communication. Here i have say -------------- strCommand= "804C1D 40101049" For x = 1 To iLength Step 2 MSComm1.Output = Chr("&H" & Mid( strCommand, x, 2)) Next x -------------- In this case what what output would be sent to MSComm1 - Wed, Dec 22 2004 4:57 am 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3a74a7c072b6932f VbKeyEscape & sound queries - 2 new ----------------------------------- OK that works ta I don't pretend to understand this Win32 stuff but as long as it works :) So I presume that any time you want to quit the program you use the command 'UNLOAD ME' instead of 'END'. I remember reading something about that but didn't quite take it in. -- [EMAIL PROTECTED] [link] - Wed, Dec 22 2004 1:01 pm 2 messages, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cc1b78124aaacde Sql Question - 5 new -------------------- Hi, Table Oelsls contains all products bought (history) table Invt contains the products to sell (Inventory) I'm trying with no success to list all products in Oelsls table (field name in both tables: part_id) that are not in the Invt table. My objective is a grid of all Special (non inventory) products. - Wed, Dec 22 2004 3:14 pm 5 messages, 4 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b64f6a1cc6b5f50b array's - 3 new --------------- Hi all, Is there an other way to deal with the following: redim array1(3, newindex) array1(0,newindex) = array2(0,10) array1(1,newindex) = array2(1,10) array1(2,newindex) = array2(2,10) array1(3,newindex) = array2(3,10) Sort off like... array1(0 to 3, newindex) = array2(0 to 3, 10) Groetjenz, Mickey - Wed, Dec 22 2004 5:31 pm 3 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6631ee8f322b05f7 How to search LDAP with VB6 - 2 new ----------------------------------- Is there anyway I can search an LDAP database from VB6 without purchasing additional 3rd party software. All I have is VB6 plus an LDAP database? Thanks David - Wed, Dec 22 2004 9:15 am 2 messages, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bc0679b861ba1ba0 Close MPlayer2.exe when done - 1 new ------------------------------------ I have this script that runs a file and then plays a sound when the file is done: dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") 'For example WshShell.Run "C:\Windows\system32\calc.exe" WshShell.Run "C:\Progra~1\ Window~1\mplayer2.exe /Play C:\WINDOWS\MEDIA\chimes.wav" It works fine, but the player stays on the screen. How do I have the - Wed, Dec 22 2004 9:40 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b9ec2ceaf84b3559 Focus - 3 new ------------- Hi, Is there a way of determining whether an object is focused. I.e. TxtName. Setfocus Is there a way of testing if in fact TxtName is focused? - Wed, Dec 22 2004 6:36 pm 3 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d5e6ab321b18c7cf IEEE-754 Floating-Point Conversion - 6 new ------------------------------------------ I am sure this is a foolish question but I am at a loss at how to do this. I need to write an application in VB 6.0 that takes a hexadecimal number such as 3F670457 and coverts it to 0.9024099707603455. I understand it is in IEEE-754 Floating-Point format and I have found a website that does the conversion - Wed, Dec 22 2004 11:17 am 6 messages, 3 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/17d7754f05ef935b Destroy Instance of Excel - 2 new --------------------------------- I'm at my wits end. I've searched the newsgroups and can't really figure out why the instance of Excel from the code below does not get destroyed. The routine populates a spreadsheet with some values. The file is saved. The strFilename variable will be used to create a unique file name. Interestingly, if the file is opened by clicking on the .xls file - Wed, Dec 22 2004 11:54 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/21cc21202982d28 simple printing to LPT using VB 6 on XP - 1 new ----------------------------------------------- hi, I am having problems just with the following..... open "lpt1" for output as #out print #out,"hello world" close out nothing happens.... I have an old application which uses the above method to print, and for some reason this doesn't work. is this an XP or VB 6.0 thing? (obsolete method??) any quick pointers would be welcome, I am new to VB. - Wed, Dec 22 2004 8:42 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/54e4b3107edc685c Navigation Form with Large Number of Records - Help! - 1 new ------------------------------------------------------------ Hi I have an application for my company's HR department where we store resumes for candidates we receive. I have an application that uses VB.Net and ADO.Net and data bindings (through code) to controls on a Windows form. The question I have is that once the database grows and contains a large number of records, I am worried the dataset is going - Wed, Dec 22 2004 9:23 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cab7ebdf52ba21a1 Self-Destroying - 2 new ----------------------- I'm trying to make an exe, that will destory itself at certain time, but it always show error message "Path/File access error". I use this code Kill App. Path & "\" & App.EXEName & ".exe" Any idea would be appreciated! Thanks Regards, Stanley - Wed, Dec 22 2004 10:35 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/20ea362dac25c17b PKCS #7 - 1 new --------------- Hi to everyone! I have to extract the original file from signed file with P7M extension because I have to read this extracted file to know some information on it. Do you have any suggestion? Thanks *Luna* - Thurs, Dec 23 2004 7:42 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9f52361d23bef48 ============================================================================== 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
