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

Today's most active topics:

* DAO vs. ADO - 3 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/466758e879f97b15

* Zipping - 2 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c408fac63527d234

* "audio software development kit" - 2 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e13623ba394740df

* ASP COM and database access - 2 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/138bfa2c2f7b28d

* method or data member not found?? - 2 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/758767bd9f4a5ff


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

ANSI Screen To Byte Array? - 1 new
----------------------------------
dim a() as byte dim lflen as long on error resume next open pathtofilehere for
binary as #1 if not err then lflen = lof(1) if lflen then redim a(lflen - 1) 
as byte get #1,,a send a end if end if close #1 diex wrote: - Fri, Dec 31 2004
9:30 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/562936422e640191


HELP! Font sizes... - 1 new
---------------------------
...Okay. I've sent an email to you. The address given is my partner's (Maureen)
 because my own machine is "belly up" at the moment. Mike - Fri, Dec 31 2004 9:
36 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/82d81b47a011ae0e


Zipping - 2 new
---------------
...Try somewhere on winzip.com. It's an official WinZip addon. - Fri, Dec 31 
2004 9:58 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c408fac63527d234


Dir$ finds funny file - 1 new
-----------------------------
On Thu, 30 Dec 2004 10:12:21 -0500, Matthew Hanna <[EMAIL PROTECTED]> wrote: ..
.I wonder whether it is creating Unicode File Names .... - Fri, Dec 31 2004 10:
11 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/f407a8985e8734e9


"audio software development kit" - 2 new
----------------------------------------
hello i am looking for a audio sdk that enables me to measure bpm(beats per 
minute) of my music if any body knows were i could get such a thing or were i 
might be able to get one please let me know thanx - Fri, Dec 31 2004 6:26 am
2 messages, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e13623ba394740df


ASP COM and database access - 2 new
-----------------------------------
Hello All, I am currently creating a browser interface for our thick client 
which was built on Visual Basic using COM ( a three tier environment). We 
support environments where the database server is separate from the 
application server. The problem I am facing is this. When I try to access the 
database server from the ASP page through the - Fri, Dec 31 2004 8:38 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/138bfa2c2f7b28d


Printing Order - 1 new
----------------------
How do I control the order of print jobs via VB6 code? I send a text cover 
sheet (1) followed by a tiff file (2) to the printer in that order: 1-2. The 
print spooler seems to have a mind of its own however, sometimes these pages 
come out in 1-2 order, other times in 2-1 order, at random. TIA for any help 
with this. - Fri, Dec 31 2004 9:14 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3372709f2ae5b120


Webbrowser Control and Print Margins - 1 new
--------------------------------------------
I have written an application that uses the Webbrowser control as a report 
displayer, and everything works reasonably well except that I can't seem to 
manipulate margins when I want to print the document. Inline CSS alters the 
displayed margins, but does not effect the print margins. I'm assuming there 
must be some way to do this as IE's print function allows it. Any - Fri, Dec 
31 2004 5:44 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3ddce1731dbd69f2


DAO vs. ADO - 3 new
-------------------
ADO is newer, but is it totally better than DAO? (functionality, speed ... 
anything etc) example: If I have app using DAO, should I switch to ADO? - Fri,
Dec 31 2004 7:00 pm
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/466758e879f97b15


Msflexgrid sort Doesn't work after Windows XP reinstall - 1 new
---------------------------------------------------------------
For several years I have been running a home accounting application I 
developed in VB6. I have a two-PC network and run the ap either directly from 
a Win98 PC where the compiled exe is installed or remotely from a Win XP PC. 
All data files for the ap are on the Win 98 PC. VB6 is installed on both 
machines and I maintain the source code for - Fri, Dec 31 2004 9:14 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4a6ae2a50b05e434


Ban fox hunting - 1 new
-----------------------
...news:[EMAIL PROTECTED] ... Begin 
flame: Dear: [ ] Clueless Newbie [x] Lamer [ ] AOLer [ ] Me-too-er [ ] Pervert
[ ] Geek [ ] Spammer [ ] Nerd [ ] Elvis [ ] Fed [ ] Freak [ ] Scientologist - 
Thurs, Dec 30 2004 7:38 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b47f65874da1b51e


method or data member not found?? - 2 new
-----------------------------------------
I'm getting this message. One of subs in my "masterpiece" doesn't want to fire
up. And I have no clue why.(I'm just starting, so no wonder why:) I tried a 
few different approaches - same story. ----------- Code is below. Sub List1_
Click() is the one with hole in it. (I marked it TROUBLE - so it's easier to 
locate. It's almost at the end.) - Fri, Dec 31 2004 11:29 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/758767bd9f4a5ff



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

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