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

Today's most active topics:

* Speed of running app - 7 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1c78a9a48967778d

* Help with printer object - 7 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2dfa8d3bbf72b3e4

* csv data file - 6 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ad155502a4498d5f

* Problem with FilePattern - 5 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e425a1470641a58

* Programmer pay rates in the US - 4 new
  
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce04adf6a237999d

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

Speed of running app - 7 new
----------------------------------
On Wed, 25 Aug 2004 10:24:00 +0100, "Lindsay"  wrote: ... everything nowdays 
instead of setting dimensions individually even if i just have to set the top 
and left. Also keep in mind that the resize event can fire a number of times.
 So, have a little static flag at the top of your resize event. Static 
inResize as boolean if inResize = False then inResize = True 'rest of 
sizing code inResize = False endif It all adds up. ... -   Wed,  Aug 25 
2004 2:54 am
7 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1c78a9a48967778d

Recognizing current media player song - 2 new
----------------------------------
Playing MP3's? Don't know if wmp9 supports id3 tag read/write but you can do 
it yourself with this class module: ... ... -   Wed,  Aug 25 2004 4:33 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/a40f31c8ee2be807

Not a question. but need a bit of help - 2 new
----------------------------------
... I'll volunteer :) I've got a couple of friends who spend far too much time
playing spider Change the first part of my email address to junk and it'll 
get through Sam ... -   Wed,  Aug 25 2004 4:33 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/448956254256e009

Problem with FilePattern - 5 new
----------------------------------
Hi, Something strage happens using FilePattern. I use the function below to 
display the names of pictures in a File Listbox. Private Sub Text1_Change() 
File1.Pattern = Text1.Text & "*.*" End Sub When I type 2004 in the textbox to
display the picures taken in the year 2004 th efollowing are also diplayed. 
20000905-vensterbank.jpg 20001001-fvo2.jpg 20001002-fvo2.jpg 20001002-fvo6.jpg
20001003-fvo2.jpg 20001005-fvo2.jpg 20001006-fvo2.jpg 20001006-fvo6.jpg 
20001008-fvo2.jpg 20020813-aapjes.jpg 20031120-fvo2.jpg Why are these 
displayed? When there is a... -   Wed,  Aug 25 2004 5:27 am
5 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e425a1470641a58

Problem with FilePattern (retry) - 2 new
----------------------------------
Because the previous message did not post well I try it again. Hi, 
Something strage happens using FilePattern. I use the function below to 
display the names of pictures in a File Listbox. Private Sub Text1_Change() 
File1.Pattern = Text1.Text & "*.*" End Sub When I type 2004 in the textbox to
display the picures taken in the year 2004 th efollowing are also diplayed. 
20000905-vensterbank.jpg 20001001-fvo2.jpg 20001002-fvo2.jpg 20001002-fvo6.jpg
20001003-fvo2.jpg 20001005-fvo2.jpg 20001006-fvo2.jpg 20001006-fvo6.jpg... -  
Wed,  Aug 25 2004 6:38 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/1517b1e9980aa390

Help with printer object - 7 new
----------------------------------
Hi Mike You are corect, i am trying to print CD Labels. Do you think this is
going to be to advanced a project. I advertised for someone to make a simple 
program on rentacoder but I have had no replies, this makes me wonder if the 
project is to hard to do Please advise Ian ... ... -   Wed,  Aug 25 
2004 6:46 am
7 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/2dfa8d3bbf72b3e4

Open One Instance in VB6 - 2 new
----------------------------------
Do you know what it is called? ...... -   Wed,  Aug 25 2004 9:04 am
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/be8e51df100c3fcb

Programmer pay rates in the US - 4 new
----------------------------------
I am an Indian programmer who has plans to move to the US in the near future. 
My question is for those of you who live near Seattle (WA). I would like to 
know the average cost of living in a state such as WA with that of living in 
another place such as Texas. I have a few specific questions that I am looking
for answers to. What would the following items cost in Seattle: (1) A 
decent one-person meal in a not-so-great restaurant (2) A baloney sandwich (3)
A can of Coke (330 ml) (4) Monthly rental for a two room apartment... -   Wed,
  Aug 25 2004 9:43 am
4 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ce04adf6a237999d

passing a c structure to a DLL from a VB application - 4 new
----------------------------------
Hi All, I have a DLL that expects this structure: struct { char name[16]; 
DWORD option1; DWORD option2; DWORD timeout ... How do I pass this from a VB 
application? I am having problems with the array part. For the moment, my 
solution is: type PARAMS name0 as long name1 as long name2 as 
long name3 as long option1 as long option2 as long timeout as 
long End Type This seems to work but it is quite annoying (especially the 
'name' variable). How could I make the name variable be the same as the C... -
   Wed,  Aug 25 2004 11:51 am
4 messages, 4 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/80594053dcb0384f

Personal Mail Client - all new
----------------------------------
... I don't hate EULAs, I just care that the agreements I enter into are 
livable and fair. ... I understand if you're unemployed you may not be able 
to afford a copy of VB6. ... Understood, when your out of work you have no 
income so it doesn't make sense to spend money. Would any of the Open Source 
Free Software solutions help any? I'm thinking PHP, Python or Perl with 
something like wxWindows (aka wxWidgets). ... You're welcome. ... ... -   
Wed,  Aug 25 2004 2:24 pm
1 message, 1 author
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/e0ddd8883b223cf8

csv data file - 6 new
----------------------------------
I would like to be able to create a csv data file and inport the data into my 
VB6 application. I have no problem in doing this but I am not sure how to 
build the file in the package so that it can be loaded again wherever the user
decides to install the application. eg The user may install the app in the 
folder c:\program files\myapp and the csv file is saved by the package as c:\
program files\myapp\data.csv How can I load it back? Is there something like 
path = $app$.data.csv Thanks jaez ... -   Wed,  Aug 25 2004 2:37 pm
6 messages, 3 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/ad155502a4498d5f

Using the systray in VB6 - 2 new
----------------------------------
Hi, I want my app icon to go in the systray when I minimized it, with a popup
menu that appear when I right-click on the icon in the systray. I used a 
freeware class for this since a few years (clsSysTray.cls, made by Martin 
Richardson) and it worked well with pre-Windows XP version, but in Windows XP 
sometime the icon doesn't appear in the system tray, and the app is loaded in 
memory! My app loads with Windows (Startup folder) and goes automatically in 
the systray at startup, maybe sometime WinXP "forget" the... -   Wed,  Aug 
25 2004 5:06 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/42502cf053c72696

Large integers - 3 new
----------------------------------
Hi Guys, Copying (copymemory) a large_integer into a currency seems to 
produce 4 (don't know if always 4 ?) decimals in the result. Is there a 
better way to get rid of the decimal as shown below, or is there a 
mathematical rule that i should know about, and as usual, i don't ? CCur(
Replace$(Str$(myCurValue), ".", "")) TIA. ... -   Wed,  Aug 25 2004 6:36 
pm
3 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/330c03a6012d7904

Weird form behavior - 2 new
----------------------------------
When I close my app's form the FormLoad event (yes, LOAD) fires right after 
the Terminate event. It only does this in the executeable, not in project/
debug mode. Any explanations? ... -   Wed,  Aug 25 2004 7:31 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/b5b6233d59baffd6

Using Shell Execute command to print contents of text file - 2 new
----------------------------------
I have an application where I want VB to send the contents of a text file to 
my default printer. After doing a google search, I found the syntax for the 
shell execute command. Here is the code I am using: ShellExecute 0, "Print", 
"D:\batch_files\list_tasks\list.rtf", "", "", 0 When I run my VB program, 
nothing happens. Perhaps someone with experience using this command can point 
out anything obvious. Thanks ... -   Wed,  Aug 25 2004 9:55 pm
2 messages, 2 authors
http://groups-beta.google.com/group/comp.lang.basic.visual.misc/browse_thread/thread/899bd151454d6ade

 

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

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   



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BCfwlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/kumpulan/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to