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

Today's most active topics:

* Bitwise Comparison fails unexpectantly - 8 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dc638dbd04627420

* Help Workshop - 4 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5f2dd2adc5d0e08

* En-/decrypt a file to/from memory - 4 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/622b29370c82d56a

* Can you make a link to locking the workstation? - 4 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8ea0f1af7980a7ab

* VB software needed - 4 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7dae6c57000d7535


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

Dispalying Exported HTML from an MSFlexGrid - 2 new
---------------------------------------------------
Thanks for your help and suggestions... creating the HTML is not really the 
problem. I have added a form with a web browser on it (so I do have some 
control.) The webBrowser has some methods and properties. Can I get my browser
to display the HTML in one of my 'containers'. For example: can I add 
something similar an RTFBox - Mon, Nov 29 2004 9:36 am
2 messages, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/9d1c27a73aa2bd99


neopets hacking - 1 new
-----------------------
[EMAIL PROTECTED] (samy grasland)'s wild thoughts were released on 26 Nov
2004 14:14:10 -0800 bearing the following fruit: ...m'kay Jan Hyde (VB MVP) - 
Mon, Nov 29 2004 9:15 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7c8cec9f2a21a1be


Printer - 1 new
---------------
Can someone tell me how to get the printer activities, like who print the 
document, how many pages they print? Thx in advance! - Mon, Nov 29 2004 2:30 
am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/98a90491b4b9d499


Auto load from a removable device. - 1 new
------------------------------------------
Is it possible to auto load a program when a removable device is pluged into a
computer (especiall a flashdrive into an windows XP computer) if it is please 
post the code for it to this messgae thank you. - Mon, Nov 29 2004 3:11 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c3b91fa7a262b4ab


En-/decrypt a file to/from memory - 4 new
-----------------------------------------
Hi, Is there a ocx/class/dll to preform a file decryption to memory and an 
encryption to file? The file must never contain real readable data. thanks - 
Mon, Nov 29 2004 3:01 am
4 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/622b29370c82d56a


Can you make a link to locking the workstation? - 4 new
-------------------------------------------------------
What do you mean by only callable in an interactive desktop? - Mon, Nov 29 
2004 5:42 am
4 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8ea0f1af7980a7ab


How do i set user priveleges with Visual Basic - 1 new
------------------------------------------------------
Thanks! - Mon, Nov 29 2004 5:19 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3eb496549265ca7b


VB software needed - 4 new
--------------------------
Where can I get VB programming software for free ? Is this possible at all ? I
am not looking for the latest version which MS is selling, and they don't 
maintain older versions anyway. VB 5.0 would be OK I think. Thank you Newbie -
Mon, Nov 29 2004 5:48 pm
4 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/7dae6c57000d7535


EnumPrinterDrivers fails when enum on Win9x - 1 new
---------------------------------------------------
Randy, Thanks for your comments. It does appear that EnumPrinters would indeed
do what I need. A little more work is involved and it looks like I'd need to 
use a PRINTER_INFO_2 structure versus what I originally wanted; PRINTER_INFO_3.
 At any rate, thanks for pointing me toward another possible solution! - Mon, 
Nov 29 2004 8:55 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dd5f51e1e191a7b3


Error Handlers - 2 new
----------------------
Ok...is this true (I've modified the original code somewhat)? On Error Goto 
ErrorHandler#1 'Do something On Error GoTo ErrorHandler#2 'Do something On 
Error Goto 0 'Terminates ErrorHandler#2 On Error Goto 0 'Terminates 
ErrorHandler#1 - Mon, Nov 29 2004 1:32 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2a87a0ad21b7baeb


Where to put Randomize Timer - 1 new
------------------------------------
Thanks Guys ...you ...Just to elaborate for OP: Your program starts with 
either a particular form or sub main. This is specified in the project 
properties (under the project menu) as "Startup Object". If it is a form, then
put Randomize in that form's Load event. If it is sub main, then put it in sub
main. - Sun, Nov 28 2004 10:33 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fdfec8b1fb6cfc71


Bitwise Comparison fails unexpectantly - 8 new
----------------------------------------------
...You have 512 (Hex 200) which is 2^9 This is 2^4 (no bits in common with 
lVal) ...This is 2^6 (again, no bits in common with lVal) ...When you 'Or'd 
your values, since there's no common bits, you've actually added them... so, 
you're asking: If (512 Or 16) = 16 Then.... and If (512 Or 64) = 64 Then.... -
Mon, Nov 29 2004 12:39 pm
8 messages, 5 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dc638dbd04627420


Asynchronous Calls to a DCOM object in VB6 - 1 new
--------------------------------------------------
Chris, Sorry for being so slow on picking this up. I like the idea of using 
the withevents for sending back a message. Hopefully I can figure that out. 
I'm still missing how to make the call asynchronously. I'm envisioning 
creating an ActiveX exe program say: Project: pCount Class Module: clsCount - 
Mon, Nov 29 2004 12:52 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4cceb60f1f9604f6


Noob question. Relationship lookup - 1 new
------------------------------------------
...I think you are looking for a query. Try: SELECT T1.Whatever FROM Table1 T1
INNER JOIN Table2 T2 ON T1.ref_no = T2.ref_no WHERE [condition] ORDER BY [
Field1], [Field2] etc - Tues, Nov 30 2004 6:39 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/874a6626c1a9e9b0


Best way to distribute upgrade for programs - 3 new
---------------------------------------------------
I originally distributed my VB program using Microsoft Installer. Now I've 
made some changes to the main exe I want to distribute it again as small 
upgrade. Trouble is if I use the installer it will open a dialog (Do you want 
to Remove or Repair the program) when they run it. I don't want them to remove
- Mon, Nov 29 2004 8:52 pm
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/706d8230d1fa0dd


Buy Programming Books - 1 new
-----------------------------
QubitCode.com Offering programming books related to: C++ C# Java Javascript 
HTML Perl and much more... Check it out for great deals! [link] - Mon, Nov 29 
2004 10:22 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/683b49823cec0666


VB.NET SSL Invalid Cert Problem - 1 new
---------------------------------------
Hello, I am running into a roadblock with an app I am writing to pull an HTML 
doc from a SSL secured internal website. My app works fine to sites with valid
certs, but dies to my internal site. The internal site has a OpenSSL generated
cert but the issuer is unknown. I expect this to be always be the case. My 
problem is that I cannot seem to find a way to - Mon, Nov 29 2004 5:50 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fbc6427c08ddeb22


Help Workshop - 4 new
---------------------
I lost my hard disk and had to reinstall everything. Now I cannot find Help 
workshop, could have sworn it came with VB6. Any clues, I need it for old RTF 
help files. Thanks - Tues, Nov 30 2004 1:38 pm
4 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/5f2dd2adc5d0e08



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

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