comp.lang.basic.visual.misc
http://groups-beta.google.com/group/comp.lang.basic.visual.misc

Today's most active topics:

* Buy VB 6 or VB.NET - 16 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9d5d667fbab4fae5

* Will vb6 files work on vb4 ? - 12 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4a242b8b55db8f3b

* Unload modal form - 9 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f034c742f68ab165

* I WANT TO KNOW WHEN THE MOUSE IS ON THE CONTROL AND LEAVES THE CONTROL - 7 
new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/21aae1572ed5138a

* Making A Compile Time Value Permanent - How? - 7 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/893234922d80cfa3

 
Active Topics
=============

mousepointer changed in xp pro - all new
----------------------------------
Hi I have an app that I wrote sometime ago. In it some picture boxes on some
of the forms changed the mouse pointer from the default to cross hairs. 
However I have just got a new laptop running XP Pro and the pointer is now I-
beam. It was Ok on my old laptop and every other version of Windows. Has 
anyone else come across this? Is this something arising from an upgrade? If 
so was there a cure? Spikey ... -   Mon,  Nov 15 2004 4:33 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ddcabf086068136d

Expanding treeview control freezes form for a while after expanding - 5 new
----------------------------------
Hi. I have a treeview that seems to hold onto the CPU for about 10 seconds 
after it's done populating. Here's the background. I have a form with a 
treeview on it. It displays a list of filename extensions (i.e. txt, exe, pdf,
 and so on) in the first level; these are gotten by having the code read in 
each filename from a specified directory and string-processing out just the 
extensions, and then displaying each extension once in the top level, so that 
when the form first loads, the treeview is initially... -   Mon,  Nov 15 
2004 5:13 am
5 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bd423cfae1cdbc20

Can VB Auto-Select a file? - 5 new
----------------------------------
Is it possible for VB to auto-select a file? I am using CommonDialog to do 
this. And have written the command to send the file whenever the timer 
activates. But everytime the user have to select the file to be sent. When it
is the same file. Is there a way for me to allow the program to auto-select? 
Thanks. ... -   Mon,  Nov 15 2004 5:15 am
5 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4b819b648b81451f

Random selecter - 2 new
----------------------------------
... Rick - MVP ... -   Mon,  Nov 15 2004 6:11 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/33de87d04f83d8d4

VB 4 Memory - 4 new
----------------------------------
I have a program written in VB4. When I create a 16 bit exe and try to run it 
on my window 3.1x machine with 32 MB of memory I get Run-time error "7" Out of
memory. When I take the same 16 bit exe and run it on my W2K machine with 512 
MB of memory it runs fine. Is there a way to tell how much memory I need for 
Windows 3.1x to run the exe? Thanks Stan ... -   Mon,  Nov 15 2004 6:49 am
4 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f3c03ff7c9038bfa

PrinterProperties - 5 new
----------------------------------
On Wed, 10 Nov 2004 19:27:40 -0000, "Mike Williams" ... My need is similar to 
H-Man's. My application needs to work on any Windows OS. Right now I am 
dealing with a non-network problem. I tried the code above and it works with 
2 of my three printers. On the other (Brother MFC9600), I can select the 
printer but no output goes to it. No error messages. These are my three 
printers, no network, stand-alone PC with Win98SE, VB6: LPT1: Brother MFC 
9600 laserjet <- Doesn't receive output. LPT2: HP 820cse inkjet <
-... -   Mon,  Nov 15 2004 8:56 am
5 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1aeac237c0648484

2 monitors, two displays - 2 new
----------------------------------
Hello everybody! Not looking for code, only clue will be enough ... I would 
like to make an application, that will bi capable to display information on 
two monitors - different data for different monitors. On the first monitor 
different data will be presented to the different users, on the second monitor
all the other users will be able to see comulative information (the second 
monitor will be used only to display information - like a tv screen). Thank 
you very much for your answers, sK ... -   Mon,  Nov 15 2004 12:04 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/abc54b55e4865cce

close sub main after forms closed - 5 new
----------------------------------
You are right about that, but if you do a proper clean up of everything after 
you used it, there is no need to do an extra unload of each form. IMO: if 
there is some form still loaded when you don't use it anymore, you have to re-
check your cleaning up. Johan. "newsgroup free"  schreef in bericht news:
[EMAIL PROTECTED] ... ... -   Mon,  Nov 15 2004 2:
32 pm
5 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/44eef0b3fc855767

Newbie question re Embedded Visual Basic - 5 new
----------------------------------
VB3 is about 13 years old - you won't find it around anywhere other than 
auction sales (if that). I believe you want Windows CE - it's older version (
pre-.net) was Windows CE 3.0. ... -   Mon,  Nov 15 2004 3:08 pm
5 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9eba323fe3ebc8aa

Shell command under OSX - all new
----------------------------------
Hey there, I have an Excel spreadsheet with some VB code that calls the Shell
command to run a program. The program has this fully qualified path: /Users/
brien/dlm It runs fine under OSX from a terminal. But when executed via the 
Shell command out of Excel I get an error message that the path can't be found.
 Does anyone have any experience using the Shell command on a Mac? Any ideas
what is wrong? Thanks. ... -   Mon,  Nov 15 2004 3:12 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8621677d654f3f54

"Stand-Alone" VB program. - 3 new
----------------------------------
I had asked earlier about how to have a VB program that doesn't need to be 
installed. The problem was a custom OCX. Problem solved: we converted the 
OCX to a DLL (with much pain). We can now place the following files on a CD 
and our application will work from almost any Windows box: COMDLG32.OCX 
MSFLXGRD.OCX msvbvm60.dll RICHTX32.OCX MyCustom.dll MyCustom.exe I say "
almost" because some boxes report that comdlg32.ocx is too old. I assume that
means the one already installed on the box. What's curious is... -   Mon,  
Nov 15 2004 3:39 pm
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/18901cf8379c6ab4

color picker for web-pages - 3 new
----------------------------------
hello all i am making a friendly color picker for web-pages chosen by users, 
but when i select the color from the CommonDialog, the color is not the same 
as what the dialog refered too. the colors will be used in a vbscript either 
in a vbs or just directly in the web-page it's self how do i format the reply
from the CommonDialog to make the colors real ? thanks for your time ...
-   Tues,  Nov 16 2004 4:08 am
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8eba13d83b112ed8

Pass content of Picturebox between forms - 6 new
----------------------------------
Is it possible ot pass the content of a picturebox on one form to another form
If so, how Thanks Derrick ... -   Tues,  Nov 16 2004 4:22 am
6 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c15216dc7a7aae78

Unload modal form - 9 new
----------------------------------
Hi, What is the correct way to ensure that a modal form is unloaded. The 
startup object of my app is Sub Main in which I display my login screen e.g. 
frmLogin.Show vbModal In the login form I validate the users credentials and 
if they are valid I want to close the modal form and continue with the rest of
the procedure. Does simply putting Unload Me in the login form unload the 
modal form or should I just hide it then unload it from Sub Main using Unload
frmLogin Does iterating through the forms collection always tell me if all...
-   Tues,  Nov 16 2004 8:49 am
9 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f034c742f68ab165

how can I know I click in a list box in a blank area - 4 new
----------------------------------
Hello, I am working on listbox, when I select items, then click the blank 
area in listbox(under the items in the list box, supposed list box has more 
room under the items), I want all the item deselected, how can I do it? 
Thanks. ying ... -   Tues,  Nov 16 2004 3:41 pm
4 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/60fadb9e429ade89

updating the registry - all new
----------------------------------
Cntl-C, Cntl-V ;-) Yeah, no need to use any COM.DLL . Need to register the 
beast and you don't know how it is coded. ... ... -   Tues,  Nov 16 2004 3:
48 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b1aa8ae8382a97cc

preventing right click in common dialog - all new
----------------------------------
SK, I haven't tried this, but sounds like close to what you need. Just need 
to determine the appropriate Window handle and message (I would assume). <one 
line> </one line> HTH, Neila ...... -   Tues,  Nov 16 2004 4:15 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fc9fda3cb12bca3

Asynchronous Calls to a DCOM object in VB6 - 3 new
----------------------------------
... Sounds like what you are after is this: An application makes a non-
blocking call to a COM server, possibly on another machine. Because it is non-
blocking, the application can start several lengthy computations on various 
servers, which then proceed in parallel. I have just now implemented 
something similar, using a 'standard exe' to invoke several parallel instances
of a method defined in an ActiveX executable, set up as thread-per-object. To
do this you create as many objects as you need. Then you loop round calling a 
short method in each... -   Tues,  Nov 16 2004 5:17 pm
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4cceb60f1f9604f6

43642 Mining the Web :Searches with Kriging, Inverse Distance Weighting, 
eigenVectors and Cross-Pollination 43642 - all new
----------------------------------
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, 
eigenvector, mathematical, manifolds, science, technical, search tools, 
eigenmath, Jacobian, quantum, mechanics, manifolds, science, physics, 
chemistry, law, legal, government, home, office, business, domain lookup, 
medical, travel, food, university students, searching, searchers, surfing, 
advanced search, search tools Chemistry, mathematics, physical sciences, 
engineering, aerospace, astronomy, photography, news, computers, software,... -
   Tues,  Nov 16 2004 2:01 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/80e1fbd5d9dfccfb

cnc programs - 5 new
----------------------------------
Hi Does anyone out there write cnc programs in vb? Reston ... -   Tues, 
Nov 16 2004 7:25 pm
5 messages, 5 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/51a6d61e33644004

How do we make codes that - all new
----------------------------------
More likely to get a response if you put your 
question in the subject line. Sorry folks, just couldn't resist ;-) Neila ....
.. -   Tues,  Nov 16 2004 7:39 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7091493ae795fe5d

Print Preview - all new
----------------------------------
Does anyone know of a Print Preview facility for VCB 6.0 I have trawled the 
net and found some very complicated code, which was frustrating. I have also 
found a few cemmercial add-ons but they are quite expensive I am looking for 
something cheap (grin) and easy to use Thanks Derrick ... -   Wed,  Nov 
17 2004 2:41 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/24fcabe2cf7139aa

hyperlink (VBA) - 3 new
----------------------------------
I have ms-word document that contains a table. If there is an hyperlink in a 
row, I want to add new row below it. I know how to find the hyplerlink(For 
Each aHyperlink In ActiveDocument.Hyperlinks) BUT don't know in which row is 
it... Thanks ... -   Wed,  Nov 17 2004 6:02 am
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3b1b9722050d273d

Getwindow / Getpixel - 3 new
----------------------------------
Hello. I was wondering how/if I could get the color of a pixel in a form that
is hidden in the background or even minimized? I thought that perhaps I could
use Getpixel to retrieve the color value after having got the form's hdc using
Getwindow, but guess what... I can't make either of these things work. :-) 
Sure hope that someone is understanding what I am asking about... Any help is
appreciated. Thanks, Steinar ... -   Wed,  Nov 17 2004 8:50 am
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/56f21749b4dced16

How to globalize a variable - 6 new
----------------------------------
Hi all.. I'm wondering how I would have someone log into my application with 
a username and password, it would set a UserID variable that would be accessed
by all the forms in the application. Any best practices would be great. I'm 
using VB.NET. Thanks Mike ... -   Wed,  Nov 17 2004 11:48 am
6 messages, 6 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/53336e34d01d57b7

Copying files to the Programs Folder - Windows XP - all new
----------------------------------
I have a simple program to copy selected files to a sub folder in the c:\
Programs Folder. Works well on 98 and 2000 but I get access denied errors 
when running the program on an XP machine. I don't think XP will allow me to 
'Share' the Programs folder. Nor would I want to as the computer is on a 
wireless network. Any work arounds this? Thanks in advance to you VB Gurus!!
 Gene ... -   Wed,  Nov 17 2004 10:39 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/df815871ca9b45e2

Changing default print preferences - all new
----------------------------------
I have written an activeX control(a button) in Visual basic that is included 
on an HTML page. When the user clicks on the button, the default printer 
orientation changes from 'Portrait' to 'landscape'. But the problem is that 
Internet explorer does not recognise tne new printer preferences when I click 
on "File > Print" on the IE menu. Someone suggested me to make the following 
API call in my code: Call SendMessage(HWND_BROADCAST, WM_SETTINGCHANGE, 0, 
"windows") I did this, but yet IE still does not consider the new print... - 
 Wed,  Nov 17 2004 10:49 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bea6c1394d44835e

Setting The Height Of My ActiveX Combo Control With Respect To Font Size - 2 
new
----------------------------------
Hi, I Have Made My ActiveX Combo Control Box, So That I Can Keep The 
Scroll Bar Width As Per My Requirements, Since The Control Is Going To Be Used
On A Touch Screen Application User Wants The Scroll Bar Width As Well As The 
Combo Button Width To Be Quiet Sizeable So That It Is Easy To Operate With A 
Finger. I Have Created The Combo Control Successfully, But I Have Hard-Coded 
The Control Width. Its Working Fine. But I Want To Give User The Option To Set
Combo Control Width As Per The Size Of Fonts Selected By Him. Other... -   
Wed,  Nov 17 2004 10:57 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/db9a7004bb45d4ef

Buy VB 6 or VB.NET - 16 new
----------------------------------
I have been working on vb6 from my classes for 6 months now i am planning to 
buy it for my new computer. 1)I checked prices for visual basic on ebay and 
found that vb.net is cheaper than vb6.Why is this so? I am not sure if i want 
to do vb.net now because to run the vb.net exe you need dot net framework 
which most pcs do not have. 2)Is it possible to convert simple windows exe 
with vb.net ? 3)Is it possible i can get a second hand copy of vb 6 ? (not a
pirated version ) Any help or response would be appreciated.... -   Wed,  
Nov 17 2004 11:04 pm
16 messages, 9 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9d5d667fbab4fae5

I WANT TO KNOW WHEN THE MOUSE IS ON THE CONTROL AND LEAVES THE CONTROL - 7 new
----------------------------------
HELLO SIR, ... WHENEVER THE MOUSE IS ON THE BUTTON OF ACTIVEX COMBO CONTROL 
AND CHANGE IT TO THE NORMAL STATE WHENEVER THE MOUSE LEAVES THE BUTTON. I WANT
TO TRACE THE MOVES ENTRY AND MOUSE EXIT EVENTS ON THE CONTROL. ANY API THAT 
CAN HELP ME. THANK YOU IN ADVANCE REGARDS, VINAY S TRIVEDI ... -   Thurs, 
Nov 18 2004 12:21 am
7 messages, 6 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/21aae1572ed5138a

contol of text box input and deletion - 4 new
----------------------------------
On Mon, 15 Nov 2004 07:49:22 +1100, [EMAIL PROTECTED] (Frank Adam) you
typed some letters in random order: ... if isnumeric(text1.text) then ?? ...
Groetjenz, Mickey... -   Thurs,  Nov 18 2004 4:47 am
4 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d2eccee27eb95bc0

Accessing "Page Order" and "Print on Both Sides" properties in Printer Common 
Dialog box - 2 new
----------------------------------
Dear VB Experts, We are working in VB6 and also using FarPoint Spread control.
 While sending print from the application, printer common dialog box is first 
displayed allowing the user to define/set print properties. Is there a way 
through which we can access "Page Order" and "Print on Both Sides" properties 
of printer dialog box, like other properties e.g. Orientation, flags etc. Any
help will be highly appreciated. Thanks & Regards, Faiz ... -   Thurs,  
Nov 18 2004 5:22 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5a264b141ff89d40

Report on progress of serial port - 2 new
----------------------------------
Hi, I was wondering if anybody could help me to monitor the progress of a 
serial port. I have an app in which I send string commands to a serial port at
various intervals. I wish to provide a visual indicator of this to the user by
means of a progress bar (although I'm open to other suggestions). For example 
if I send a 10 character command to the comm port as follows MSComm.Output 
StringCommand is it possible to update a progress bar as each character is 
sent. Thanks, Paul ... -   Thurs,  Nov 18 2004 5:36 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f374e97cccb8c9ab

I/O - 2 new
----------------------------------
Hope someone can help with a file problem. If I have a comma deliited file 
and before using it I want to delete from the file any rows containing ",,,,,,,
,,,,," or any rows that end with ",,,,". I would like to be able to pre 
process the file before It is used by an application. So for example the file
is opened the lines input and either deleted or ammended and then the 
corrected and unaffected lines are saved back as the file with the same name. 
Thanks Kevin ... -   Thurs,  Nov 18 2004 6:06 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7727b31490ab1462

MS SQL Query Replace not working - 3 new
----------------------------------
Using VB6 with MS Access 2002. I need a way to replace a field with another 
value. Something like this, select * from psusa where fax_sent=true and 
replace fax_sent=false I know this doesn't work, but how can I do this with a
SQL statement? Thanks, jt ... -   Thurs,  Nov 18 2004 8:22 am
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8728a979f3458ce3

ascii problem - 2 new
----------------------------------
On Sun, 7 Nov 2004 10:38:46 -0800, "Steve Gerrard" ... That i knew :) but i 
was looking for an answer and i finally found it Problem lies in registry 
under HLKM\Software\Microsoft\Jet\4.0\Engines\Xbase there's a key DataCodePage
with default value OEM, change it to ANSI and problem is solved. Full 
description under and finally few words for webcrawlers (especially google) 
dbf dbase JET Visual Basic Ascii Ansi error code high PowerM ... -   Thurs, 
Nov 18 2004 10:47 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9fe5c9a274228c74

Registry value temporary change - 2 new
----------------------------------
Hello I'm looking for elegant solution of a problem. I need to temporarily 
change registry value only for one program and only at his start I could 
ofcourse save new value start program and restore old value using api but this
is not elegant :) I could register my application in registry and change 
IniPath to it but it isnt elegant for small tool any ideas ? :) Greetz 
PowerM ... -   Thurs,  Nov 18 2004 11:07 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3d803fb9aaa2adec

playing multiple wav files simultaneously? (how do you use wavemix.dll ?) - 5 
new
----------------------------------
I'm trying to get VB6 to play 6 WAV files simultaneoulsy. Supposedly the 
Wavemix DLL is the way to go. From http://www.compuphase.com/wavemix.
htm I downloaded the wavemix180 toolkit which includes the DLL and sample 
code. It includes a module VBMIX.BAS with references to API calls, and I 
attached this to the project. However when I try to add a reference to 
WAVMIX16.DLL or WAVMIX32.DLL VB complains: Can't add a reference to the 
specified file. Can anyone tell me how to get this working or otherwise play
multiple... -   Thurs,  Nov 18 2004 3:15 pm
5 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/271caf0db943b8c9

don't read, only a test - 2 new
----------------------------------
I said don't read!! lol ... -   Thurs,  Nov 18 2004 5:31 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/15b383576c8e5ccc

Rename a folder - 3 new
----------------------------------
I can create a directory, delete a directory but I'm blowed if I can rename a
directory (with files intact) or find any info on how to do it. ... -   
Thurs,  Nov 18 2004 11:30 pm
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/57844ba3030d25e9

Is there anyway to stop the "Scroll Box Button" blinking. - 4 new
----------------------------------
Dear Sir, I want to know if there is anyway i can stop the blinking scroll
box in the scroll bar control. As soon as i click on the scroll box control. 
the scrolling button starts blinking and looks ugly. help me. thank you in 
advance, vinay ... -   Fri,  Nov 19 2004 12:05 am
4 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a5290dc1301433c8

Need help with printing to a form printer - all new
----------------------------------
In VB6 we are having trouble printing a 3.5 - 4.5 inch form. It is basically 
the size of an envelope. The printer is a dot matrix ibm proprinter, we tried
many drivers and even tried another dot matrix printer. All the same results. 
We cannot seem to change the size in code or in windows printer settings (we 
even tried to add a new paper size in server settings). what to do? we are 
running the app on windows xp. The printer us connected via parallel. Thanks
in advance ... -   Fri,  Nov 19 2004 3:52 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/450e3c47d6dbe43e

Menues and fileboxes problem in skinned app - all new
----------------------------------
Here is a tuff nut to crack. I'm out of ideas.... I have a MP3 mixer built in
VB 6, with about 30 downlads a day. It's skinnable. The grapics for the skin 
are distributed in the installation package, and at runtime the application 
reads a configuration file to load the right graphics to controls, form 
background etc. This file also contains some info on where to put some 
controls. The problem is that on some systems the menue bar disappears and 
the drive/file and listboxes looks totally veird and does not repond to... -  
Fri,  Nov 19 2004 4:41 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7bbaadec0cdbbdaf

Show picture in the filelistbox control? - all new
----------------------------------
Yep, that's what was I was looking for, allthough this was a bit overkill for 
my purpuses, and in addition it's a bit... well, my product is freeware so I 
have top buy this out of my own pocket. Thanks I'll consider it. It would 
save me a lot ot time.... ...... -   Fri,  Nov 19 2004 5:41 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/bbf856b9c15013ba

Sockets & Multiple Clients: only the last receive data - all new
----------------------------------
Hello, I've a problem when I use a server with multiple clients, using an 
array of sockets. The clients connect OK, and they can send data to the server,
 but when the server send data to all of the clients, only the last receive 
his data. For example, with 3 clients: tcpServer(1).SendData "Data to the 
client1" tcpServer(2).SendData "Data to the client2" tcpServer(3).SendData "
Data to the client3" only the 3th client receives the string "Data to the 
client3", and the 1st. and the 2nd. don't. But having done the before action,
I include... -   Fri,  Nov 19 2004 6:36 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a92623644ab886cb

Making A Compile Time Value Permanent - How? - 7 new
----------------------------------
I would like to add the compilation date to the About screen. I've drawn a 
blank. I can't think of a way. If I were to do Label1.Caption = Now it will
show the current date when it's run. I can't think of a way to turn Now 
into a fixed/permanent string. jim VB5 (SP3) ... -   Fri,  Nov 19 2004 8:
18 am
7 messages, 5 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/893234922d80cfa3

Will vb6 files work on vb4 ? - 12 new
----------------------------------
I have made most of my demo class projects on vb6. Now i am planning to buy 
vb4.0 becuase vb6.0 is not easily avilable and is also very expensive. Will 
those vb6 project files i made work on visual basic 4 ? What are the 
difference between them ? I have done some research on google and found there
isnt much difference between vb 6 and vb 5. I want to know about vb6 and vb4.
Any response would be appreciated. Regards, AHT ... -   Fri,  Nov 19 2004 
10:31 am
12 messages, 7 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4a242b8b55db8f3b

Display field value not the round off - Visual Basic 6 - 3 new
----------------------------------
This is the situation: I have a tblGrade FieldName DataType 
Value Class int 7 StudentName char 
Lynda GradeLetter char B GradePoint float 
3.5 This is the function that I use to get the field value g_
GetFieldValue m_rsdata("StudentName"), m_strClassName g_GetFieldValue m_
rsdata("GradeLetter"), m_strGradeLetter g_GetFieldValue m_rsdata(
"GradePoint"), m_lngGradePoint Sub g_GetFieldValue(rfField As ADODB.Field,.
.. -   Fri,  Nov 19 2004 11:43 am
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2eb70bcdac38315d

Modules or User Control - all new
----------------------------------
Hey everyone, Need some help please with vb.net and web forms. I have a main
web form that has a series of buttons (ADD, UPDATE, REPORT etc) and I want to 
be able to incorporate either a module or user control, whichever you think 
best. I am also having a problem figuring out how to go about allowing for 
multiple user controls based on what button they clicked. For ADD, I am just 
either hiding or making visible the table. Any help, code samples, would be 
greatly appreciated!!! Thanks! Tony ... -   Fri,  Nov 19 2004 12:25 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/66942da755ae097d

Internet Transfer Control in class - 2 new
----------------------------------
Hello, i am frustrated: I would like an Internet Transfer Control (MSINET.
OCX) in a class (because when I use a form, the form can't load if another 
form ist vbmodal, other than that the form works fine, so I don't see a 
register problem). When I compile I get an "invalid use of new keyword". If I
use createObject, I can compile, but during runtime I get 429 ActiveX can't 
create object. The following code is from this newsgroup, so I don't see why 
it should not work with my VB6. Any ideas? - Option Explicit... -   Fri,  
Nov 19 2004 4:27 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/cbeae85560ff75c4

VB Use of Clipboard Limited to 64K? - 2 new
----------------------------------
VB Use of Clipboard Limited to 64K? I am trying to paste 3 megs of text into 
a TextBox. If I use Windows' Ctrl-V it pastes in just fine, but, if I use 
the VB Clipboard function it only delivers the first 64K. What's the deal? 
Here's the instruction I'm using. TextBox.Text = Clipboard.GetText() jim
VB5 (SP3) ... -   Fri,  Nov 19 2004 7:19 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/17e43f9a20fe000e

Can my program serve it's own web pages? - 2 new
----------------------------------
Can my program serve it's own web pages? I have a wireless router on my 
network. I punch it's URL into the web browser and the router exposes it's 
user interface as a web page. That's the model for what I want to do. I want 
my MP3 player written in VB6 to run on a windows 98SE machine and expose it's 
user interface as a webpage. I don't want to load an external web server. I 
don't want to load anything at all, but uderstand that ther'll have to be 
something. I think what I want is described as an in-process server.... -   
Fri,  Nov 19 2004 7:54 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a933d9b9340fc5e8

 

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

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   

Reply via email to