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

Today's most active topics:

* A program without a form? - 8 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3e5604c3d09a4ec9

* used height in a RTF-box or Picturebox - 6 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9dc9d1e49195c227

* Cannot get to my PWS from the Internet - 4 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/616c765e9c2fd33e

* Interface Colours - 2 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6e7db13484566eaa

* MSflexgrid to display output data. - 2 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c936f70c213041fe

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

used height in a RTF-box or Picturebox - 6 new
----------------------------------
Hello, Can anyone tell me how to get the height of the used area in a RTF or 
Picturebox? So: Someone wrote something in an RTF-box, and I want to know how
many twips the height is. Thanks a lot! Arjen ... -   Sat,  Oct 9 2004 5:
02 am
6 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9dc9d1e49195c227

GetIfTable - all new
----------------------------------
... -   Sat,  Oct 9 2004 9:19 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/abe594c353e09395

How do I launch to applications as full screen on two monitors? - all new
----------------------------------
EnumDisplayMonitors virtual desktop size (total of all montiors) as well as 
the individual resolution of each monitor screen. Armed with this info you 
could use the returned values to calculate the left and right of each screen (
or top/bottom if the setup is as such).... -   Sat,  Oct 9 2004 9:24 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/358ac50024d42c1e

ADO Filter - all new
----------------------------------
... I already tryed something like this and many more things. No way. But 
thats OK there are workarounds for this problem without using the filter. ...
 -   Sat,  Oct 9 2004 9:34 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b15e64f8ba8c118c

Interface Colours - 2 new
----------------------------------
Hi I have just loaded Visual Basic.Net. I find the interfact colours very drab,
 especially compared to Office 2003. How do I change the interface colours (
currently greys & white) Ta Carlo ... -   Sat,  Oct 9 2004 9:44 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6e7db13484566eaa

Cannot get to my PWS from the Internet - 4 new
----------------------------------
I have an XP computer (A) which has an internal dial-up modem connection to 
the internet. I am networked to a windows 2000 computer (B) running Personal 
Web Server. I run browser applications between A and B no problem. I wanted 
to demo an application to a friend so I told him to type http://xxx.xxx.xxx.
xxx/myserver/appname where xxx.xxx.xxx.xxx was the IP address I got from 
ipconfig for computer (A) when I had dialed the internet. My friend could not
retrieve the page but got error "Server not found". Strangely enough he could
ping... -   Sat,  Oct 9 2004 1:54 pm
4 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/616c765e9c2fd33e

MSflexgrid to display output data. - 2 new
----------------------------------
How to use MSflexgrid to display a computed output values ? In my case the 
problem is how to display results of each computation. for example: Labels 
L1 L2 L3 L4 L5 L6 L7 ... Row 0 for labels of output values L1,
L2,......,L7 Col 0 number of result R1,R2,......,R7 ... Need help to do it. ...
 -   Sat,  Oct 9 2004 4:55 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c936f70c213041fe

A program without a form? - 8 new
----------------------------------
Dear group, Goodmorning. I'm new to VB, so please bear with me :) I have 
written a small app with a three button form. Each button imports a table from
an Access Database to a Foxpro Database. It works pretty cool. But now, I 
would like to have the app run at midnight. So I would like to schedule the 
app. Which means it should run without clicking the buttons. It should be an 
executable without an userinterface. Could anyone give me some pointers? Many
thanks! Jacqueline ... -   Sun,  Oct 10 2004 1:22 am
8 messages, 6 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3e5604c3d09a4ec9

Using MS Word's spell checking facility from an app - 2 new
----------------------------------
Morning, I'm looking for a way to run a very large list (1M+) of words and 
check which ones are 'real' words. I've been trying to do it this way but I 
keep getting a Range Overflow error. Private Sub Spellchk2() Dim DRange 
As Range Dim a As Integer Dim v As String Dim n As Integer 
Dim total On Error Resume Next If AppWord Is Nothing Then Set 
AppWord = GetObject(, "Word.Application") If AppWord Is Nothing Then .
.. ' On Error GoTo ErrorHandler AppWord.Documents.Add... -   Sun,  
Oct 10 2004 6:46 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dc54c726e7300ba8

send form feed to the printer - 2 new
----------------------------------
Hi, how can i send a form feed to a printer ? The printer is tecket type and 
needs a form feed to cut the paper. Thanks in advance Erwin ... -   Sun,  
Oct 10 2004 7:47 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c0d4b942c1d506b6

Graphic manipulation - all new
----------------------------------
Hi All I'm baffled. I've written VB6 code that reads a .bmp file in binary 
and uses that data for +/- 90 deg rotations. I wrote it assuming it would 
run in 24-bit colour mode. It works fine. I was greatly surprised to find 
that it also works when I set 16-bit colour. Why? I gather it's encoded as 6 
bit green, 5 for red and 5 for blue although I don't even know in what order.
Any advice appreciated. TIA. Regards ... -   Sun,  Oct 10 2004 8:36 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/93a32a36e01772aa

just stariting to learn newbie poster please be gentle - all new
----------------------------------
im getting version 6 of VB this afternoon, I havent seen the app yet, and have
no books on the subject, but im waiting for a few from the library 20 years 
ago, i used to program in BASIC and I tons of fun with HyperCard - for macs 
so my question is , how best to start learning VB on my own, any suggestions 
for books or websites? I havent really found much VB for dummies on the net 
thanx Im particularly interested in making a tarot reading application, you 
know, with a random spread of one to ten cards, display the cards, clik on it
for ... -   Sun,  Oct 10 2004 10:38 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/359c0e5a3f9fbb2b

SMC - State Machine Compiler v. 3.1.2 - all new
----------------------------------
SMC - The State Machine Compiler v. 3.1.2 Requires: Java 1.4.1 SE (Standard
Edition) or better. Download: http://sourceforge.net/projects/smc Home Page: 
http://smc.sourceforge.net ... (No new features.) ... + (-csharp) 
Incorrectly placed a state's entry actions where the exit actions should 
have been. Now the state entry and exit actions are in their proper places. .
.. SMC takes a state machine description (stored in a .sm file) and generates 
State pattern classes in a target language (C++, Java, Tcl, VB.Net and C# are 
currently supported).... -   Fri,  Oct 8 2004 8:57 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b4f29733e9fda585

 

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

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