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 - 5 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/17d7754f05ef935b

* Merry Christmas to all - 5 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8fe512460ca21237

* Weird VB error - 5 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3c52fe0f847e6812

* Navigation Form with Large Number of Records - Help! - 4 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cab7ebdf52ba21a1

* Terminal Emulation/Hyper Terminal - 4 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/60927129954a8a05


Active Topics
-------------

No records displayed with msflxgrid.ocx - 2 new
-----------------------------------------------
Hi there, For this problem I need your help, because I realy don't know what 
is happening. I've got a VB6 program with the msflxgrd.ocx control, wich shows
data out of records in an Access database. On my system it will works fine. 
I've used the VB6 Wizard for making an install program. Wenn I install the 
program on other W2K machines it also works fine. - Thurs, Dec 23 2004 12:19 
am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4a1efea87a0182a3


How to search LDAP with VB6 - 2 new
-----------------------------------
...If it is a Novell LDAP, Novell have some OCX that can be used /Hans - Thurs,
 Dec 23 2004 11:36 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bc0679b861ba1ba0


simple printing to LPT using VB 6 on XP - 2 new
-----------------------------------------------
...Basically, it's obsolete stuff. It will still work in Windows 98 (not sure 
about XP) if you have an old fashioned printer (such as an old impact dot 
matrix) and the printer is actually connected to LPT1 parallel port, but it 
won't work on most modern printers. Instead, try: Printer.Print ' open the 
printer object - Thurs, Dec 23 2004 9:10 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/54e4b3107edc685c


Navigation Form with Large Number of Records - Help! - 4 new
------------------------------------------------------------
...What's VB.Net? - Thurs, Dec 23 2004 9:11 am
4 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cab7ebdf52ba21a1


Self-Destroying - 3 new
-----------------------
...Why? - Thurs, Dec 23 2004 9:12 am
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/20ea362dac25c17b


VBA editor problem - 2 new
--------------------------
I have found a problem in MS Office 2003. The problem is that when I go to the
VB editor in Excel or Word and lookup help, I do not get the hyperlinks that 
is typically available in the help file. The problem seem to be specifically 
targeted at Visual Basic. The other Office help (.chm files) are okay. - Thurs,
 Dec 23 2004 2:22 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f25fea86c4ec01a5


IEEE-754 Floating-Point Conversion - 5 new
------------------------------------------
On Wed, 22 Dec 2004 20:12:53 -0500, "Jim Mack" <[EMAIL PROTECTED]> wrote: ..
.Yes, I'm sorry, I gave the function for double, here is the function for 
single: Public Function StringToSingle(ByVal strNumber As String) As Single 
Dim a(4) As Byte Dim z As Integer For z = 0 To 3 a(z) = CInt("&H" & Mid$(
strNumber, (4 - z) * 2 - 1, 2)) - Thurs, Dec 23 2004 11:24 am
5 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/17d7754f05ef935b


error 429 : Activex Component can't create object - 1 new
---------------------------------------------------------
 - Thurs, Dec 23 2004 10:32 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c09be114cc5858bc


Problem in for export/import file format designing - 1 new
----------------------------------------------------------
Hello, ithas been a long time since you posted this message. I also have to 
make a Sage Import File. Did you find any method, documents or examples of 
this ? Thanks - Thurs, Dec 23 2004 5:58 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5d6934406a8be627


Terminal Emulation/Hyper Terminal - 4 new
-----------------------------------------
Hi, I am interested in creating a terminal emulator to access a Unix Database.
Does anyone have any ideas/pointers? I am using VB6 but will soon be switching
to .NET -Lee - Thurs, Dec 23 2004 3:41 am
4 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/60927129954a8a05


Close MPlayer2.exe when done - 1 new
------------------------------------
For the wave file, you can scrap the Scripting Host and the Media Player. Use 
this code Option Explicit Private Declare Function sndPlaySound Lib "winmm.
dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As 
Long) As Long Private Const SND_ASYNC = &H1 Private Sub Form_Load() 
sndPlaySound "C:\WINDOWS\MEDIA\chimes.wav", SND_ASYNC - Thurs, Dec 23 2004 7:
11 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b9ec2ceaf84b3559


Focus - 1 new
-------------
[EMAIL PROTECTED] graciously offered to save a panicked poster
with: ...Another take on this solution is: If Screen.ActiveControl Is 
MyControl Then ... Austin - Thurs, Dec 23 2004 8:18 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d5e6ab321b18c7cf


Destroy Instance of Excel - 3 new
---------------------------------
rustylee sent out the following emergency distress signal: ...This (your code 
but without the recordset) works as you intend on my machine with Excel 11 (
2003), VB 6.0 SP5 and Windows XP. That is, The workbook ends up saved and 
Excel goes away. It does not appear in Task Manager as either an application (
visible) or a process (not visible). Can you give us - Thurs, Dec 23 2004 8:16
am
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/21cc21202982d28


Odd Form_Load problem, VB 6, SP 6, XP SP 2 - 1 new
--------------------------------------------------
Gotcha. This whole thing stems from my lack of knowledge about objects and 
references to objects and the distinction between the two. Frustrating since 
I've been using VB for years. Thank you. --HC - Thurs, Dec 23 2004 9:07 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f38037513c95356c


Return value from VBScript to VB Program - 2 new
------------------------------------------------
Hope someone can help. I need to have a program that dynamically creates a 
VBScript file that will return a value to the VB program when executed. Does 
anyone have any idea how to do this? David - Thurs, Dec 23 2004 9:12 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/10a1a9758f0697c2


VBS prod - 2 new
----------------
Hello everybody i have a prob with the WScript.Shell.Run I made Set Shell = 
CreateObject("WScript.Shell") Return = Shell.Run(Wscript.Arguments(3) & " " & 
Wscript.Arguments(4) & " " & Wscript.Arguments(5) & " " & Wscript.Arguments(6),
 1, true) But the big prob is if i have by example WScript.Arguments(4) with a
- Thurs, Dec 23 2004 11:02 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ef9f03094cc4649e


Weird VB error - 5 new
----------------------
Hello, I'm experiencing a strange problem in vb 6.0. I set up a form with two 
command buttons in a control array and the form_load code is as follows: 
Private Sub Form_Load() Command1(1).SetFocus End Sub What's odd is that when I
run this, I get the error: Run-time error '5' Invalid procedure call or 
argument - Thurs, Dec 23 2004 4:11 pm
5 messages, 5 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3c52fe0f847e6812


FTPFindFirstFile Hangs Intermittently - 1 new
---------------------------------------------
Hello, I've built an app that routinely logs into an FTP server and downloads 
all the .zip files in a certain directory. It works fine except for 
intermittent hangs when FTPFindFirstFile is called. Has anyone experienced 
this or know of a correction? Thanks for any help, Doug The meat of my code: -
Thurs, Dec 23 2004 9:58 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/adf46779d473d898


Merry Christmas to all - 5 new
------------------------------
 [link] - Fri, Dec 24 2004 1:51 am
5 messages, 5 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8fe512460ca21237


Printer Devicename - Can Change to Upper Case? - 1 new
------------------------------------------------------
One of my printers in my printer.devicename call returns in lower case. Is it 
possible for me to change it to upper case? I am also wondering how, in the 
first place, this particular printer devicename is coded in lower case? Is 
there a way to change it back using VB6? Thanks - Fri, Dec 24 2004 1:54 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/af957aea61b49ef2



==============================================================================

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 

Reply via email to