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

Today's most active topics:

* Recursion - change chars in Upper or Lower - 8 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/383ff7884f66f857

* File Name - 5 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ee98e496733bee8a

* Highlited cells in an MSFlexGrid - 3 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c653bc548f5f397c

* Recursion - Change Char to Upper/lower in string - 3 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/914e6e283ae3a376

* Comparing Strings - 3 new
 
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dce92410e8e440c4


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

File Name - 5 new
-----------------
...if ...Hmmm... \\Machine\Share\dir\file.ext is also a valid full path for 
VB's file operations. (In fact, I try to avoid mapping network drives as the 
plague) - Thurs, Nov 25 2004 8:10 am
5 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ee98e496733bee8a


vb6 ocx datachanged datasource problem - 1 new
----------------------------------------------
Hi, I'm writing an ocx with only one textbox with A peculiar function but I 
have a few problems: In standard textboxes if I change the text property the 
datachanged property becomes true whereas in ocx this doesn't happen; In 
standard textboxes conncted to a recordset after the text property has been 
modified the record set turns to editmode=1 modality and the - Thurs, Nov 25 
2004 12:43 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8b6f85adb1d11542


Highlited cells in an MSFlexGrid - 3 new
----------------------------------------
When I select multiple cells in my MSFlexGrid I then want to apple a style to 
all the selected cells. Say a change to bold or italic text or a change to the
background colour. My current code only affects the first cell I start with. i.
e the first 'selected' cell. I need to be able to drag the cursor left, right,
up or down from - Thurs, Nov 25 2004 8:57 am
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/c653bc548f5f397c


Please help: serial communications - 1 new
------------------------------------------
Hi Dick, Thanks for the reply. What information do you require - I'll try and 
post it here? I'd love to know whats going on. Thanks, Paul - Thurs, Nov 25 
2004 1:46 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/3ae8e2a37a31330f


how to play wav files in VB - 2 new
-----------------------------------
Hello! I am a very basic visual basic user and want to put in some sound 
effects to my applications, but I can't finda command that plays anything 
except for BEEP. How do you put sound into VB applications ? Your help is much
appreciated! Mark :) - Thurs, Nov 25 2004 8:24 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4e5ac8267443bb61


Recursion - Change Char to Upper/lower in string - 3 new
--------------------------------------------------------
It doesn't need to be recursive to deal with multiple spaces. For one thing 
this will only work in VB6 or VB.NET (don't know which) but not prior versions.
 Try this code. It is not recursive and works on many more versions of VB Dim 
Str As String, LastCharSpace As Boolean, CountA As Long, WaitingForSpace - 
Thurs, Nov 25 2004 10:40 am
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/914e6e283ae3a376


Comparing Strings - 3 new
-------------------------
...Ignoring the database part... If you have two arrays of strings and want to
know if strings in one array are in the other, then a reasonable strategy is 
to sort the smaller array -- quicksort is fine for that -- then use a binary 
search to check for each of the strings in the larger array. If you instead - 
Thurs, Nov 25 2004 6:27 am
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/dce92410e8e440c4


Recursion - change chars in Upper or Lower - 8 new
--------------------------------------------------
...Don't even give him that one :-) It's well-proven that not only is 
recursion never necessary, it is almost never as efficient as the alternative.
The only thing it gives you is clarity -- a 'depth search' of the file system 
is the perfect example. The disk I/O overhead is so great that the algorithm 
hardly - Thurs, Nov 25 2004 6:40 am
8 messages, 5 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/383ff7884f66f857


Subclassing List View Control - 2 new
-------------------------------------
Dear Steve and Frank, Thank you guys. you made it look too simple and 
rediculous for me. i am really scratching my head. let me explain you why i 
required this. we have an touch screen application in our organization. there 
is a combo box for displaying near about 1200 items. the combo box control 
have restriction with the width of combo button and scroll bar - Thurs, Nov 25
2004 3:44 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/74b84117e131f3f1


Listview problem - 1 new
------------------------
...Just noticed that you've said "double click". In that case you can use the 
ListViews selecteditem property. private sub lv_doubleclick() dim n as 
listitem set n = lv.selecteditem if not n is Nothing then n.subitems(1) = 
"changed" end sub Perhaps that's more the ticket for your needs ? - Fri, Nov 
26 2004 12:02 am
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/903c1f3eca2f977


creating multiple mdiChild forms on the fly - 2 new
---------------------------------------------------
I need to create one or more MDI Child forms. Does anyone know the code for 
this Thanks Derrick - Thurs, Nov 25 2004 2:07 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/8e678f58596b68de


Creating multiple MDI Child forms on the fly - 2 new
----------------------------------------------------
Does anyone know if it is possible to create multiple mdi child forms on the 
fly. Like having several text fiels oprn in a text editor Thanks Derrick - 
Thurs, Nov 25 2004 2:12 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fc735595a063201f


Writing to Disk under XP or 2000 - 2 new
----------------------------------------
Does XP or 2000 restrict where I can write to on a hard drive. For example can
always I write a text file to the 'Program' folder or the System folders. Do I
need to check the current privileges and how do I do that. Thanks CharlesW - 
Thurs, Nov 25 2004 5:05 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/fb27bb874993f4e7


VB Newbie Query List - 1 new
----------------------------
Many thanks for the info guys ...where ...If you really miss it, write 
yourself a sub - that's what VB is for! Public Sub Inc(ByRef NumVar As Variant)
 If IsNumeric(NumVar) Then NumVar = NumVar + 1 End If End Sub usage would then
be Inc MyIntVar - Thurs, Nov 25 2004 8:55 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/6fc18d13bf99612e


newbie question - 3 new
-----------------------
Just wonderin if one could plz help to find out why the code below doesnt work.
 Option Explicit Dim TotalPay, a As String Private Sub cmdCalculate_Click() 
txtTotal.Visible = True txtTotal.Text = TotalPay End Sub Private Sub Form_Load(
) txtAnnualSalary.Text = a If (opt18.Value = True) And (opt0.Value = True) 
Then - Thurs, Nov 25 2004 9:38 pm
3 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/d1ba1377699b43ad


Questions about connecting to a database through an ActiveX dll - 2 new
-----------------------------------------------------------------------
...So what I am seeing on the .asp side from topt to bottom of the page is 1) 
Create an instance of a class object 2) Call a function that creates a 
connection to the database and returns a recordset object to the .asp code. 3)
Set that object to nothing 4) Create an instance of a class object 5) Call a 
function to close the connection to the database - Thurs, Nov 25 2004 2:10 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/80bfaa3526b8d21d


Adding constant data - 2 new
----------------------------
Hi All, I'm trying to add constant data to an application that will be updated
via a net connection. I want to be able to control the update of this data. I 
was thinking about adding the data to a dll file using constant variables. 
However, i think this will take up too much memory as there is a lot of - 
Thurs, Nov 25 2004 10:20 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1c102df459ea84ee


Read file line by line, but the file was store as a BLOB on SQL DB - 2 new
--------------------------------------------------------------------------
Hi Experts, I have a large text file which was store as a BLOB on SQL Server. 
Each line of this file is terminated by a vbCrLf. For example, + 03 0F 0F 
EDCDLL_908 DLL 1400 7457 1CB2 1CB2 * 031400 C2 AF 75 EB 00 90 80 11 74 0F 43 
BE 01 F0 15 82 031410 E4 12 00 34 12 14 17 C0 E0 C0 F0 C0 83 C0 82 C0 031420 D
0 D2 D3 75 EB 00 90 80 11 74 0F 43 BE 01 F0 15 - Fri, Nov 26 2004 2:08 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/4c4f7a67b8222ba9



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

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