Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6375 - 6404 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6375
"I was wondering If there is a way to limit how many times a person can run a .exe created in VB.net?" Keep a running count in the registry. "Is there a way to...
kevinleebuchan
Offline
Jan 2, 2005
4:16 pm
6376
Dear Friends, I have spent three years developing a software in Visual Basic called Banerjeepad. The software is available for download at the following...
banerjee_saikat
Offline
Jan 5, 2005
8:10 am
6377
I am working on a database program during which i found a problem: I have used Microsoft Tabbed Dialog Control,First time when i clicked on a tab1 "text1 text...
danishce
Offline Send Email
Jan 6, 2005
6:20 pm
6378
I am having a problem with passing a simple variable between different forms. What I have done was create a logon screen for users and I want to pass the user...
Richard Davis
rdcompcons
Offline Send Email
Jan 6, 2005
6:21 pm
6379
You can do that several ways. One is to make those variable Global. I would advice against this though. I would add a property to the logon form like this: ...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Jan 6, 2005
11:37 pm
6380
Say you have alogin form FRMLogin another 2 froms FRM_1 and FRM_2 you have to make a "public shared variable" in FRMLogin like public shared Var1 create...
Shine Joseph
shinejoseph
Offline Send Email
Jan 7, 2005
6:02 pm
6381
Hello group! I'm new to this group and only slightly less new to .Net programming. My background is as a Microsoft Access developer, with moderate experience...
rogerharvest
Offline Send Email
Jan 7, 2005
6:02 pm
6382
or you can do the same but no need create an instance of the class. just access the variable using class name for example: if u define var1 in class class1 ...
Qais Al-Shalabi
the_out_run
Offline Send Email
Jan 7, 2005
11:08 pm
6383
Try This Code, and hopes this will be usefull I started a project to make a SW work like Windows explorer -Moderator for idealZoneDOTnet ...
Shine Joseph
shinejoseph
Offline Send Email
Jan 8, 2005
5:51 pm
6384
No you can not access a variable that is part of a class with out creating an instance of that class. You can add a public variable to a .bas Module and...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Jan 9, 2005
7:47 pm
6385
No Nick i am talking here about "public shared variables" you can access them using class name without instance of class Qais ... From: "Nickolaos Fotopoulos"...
Qais Al-Shalabi
the_out_run
Offline Send Email
Jan 9, 2005
11:32 pm
6386
... Define a public variable (username) in standard module and share it in other forms __________________________________ Do you Yahoo!? Yahoo! Mail - Find...
Rupesh Parihar
rupeshvb
Offline Send Email
Jan 10, 2005
6:19 am
6387
Firstly its not a class, so its not a class name, second you can access it without a module name since its public. If you dimension a variable in a Module and...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Jan 10, 2005
4:19 pm
6388
Definition of "SHARED" from .NET "The Shared keyword indicates that one or more declared programming elements are shared. Shared elements are not associated...
Natishin, Steve
stephennatishin
Offline Send Email
Jan 10, 2005
5:12 pm
6389
Thanks SJ. I actually wound up using a hashtable to store references to the individual nodes and it worked great for retrieving them later. Thanks - RH ... ...
Robert N. Harris
rogerharvest
Offline Send Email
Jan 10, 2005
5:12 pm
6390
Hi all! I just joined and I am not really all that into VBScript. So I was hoping someone could help me. I am trying to run through a lot of folders searching...
Jhez@...
shalira
Offline Send Email
Jan 10, 2005
5:12 pm
6391
Maybe. I don't believe we were talking about .Net though since Qais made no mention of the Shared Keyword or .Net. Creating a class for the purpose of making...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Jan 10, 2005
7:05 pm
6392
Careful here. You can define a class as global multiuse (in VB6) or define a function or property to be shared (in VB.Net). If you do this you can call a...
Thomas Walther
tdw200291
Offline Send Email
Jan 11, 2005
12:35 am
6393
First, thats not true either. I just tested this, and even with an Class in an ActiveX project set to Global Multiuse, you still have to do the following to...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Jan 11, 2005
12:54 am
6394
From MSDN: Global Objects and Code Libraries See Also You can build libraries of general-purpose procedures in Visual Basic by making the procedures methods of...
Thomas Walther
tdw200291
Offline Send Email
Jan 11, 2005
2:46 am
6395
Hi, Please help me how to find system idle time in a visual basic. For example if i specify 15mins then that application must be terminated after 15mins. ...
nmsdotnet
Offline Send Email
Jan 11, 2005
3:40 am
6396
I stand corrected. Thanks for taking the time show me the error of my ways. ;) While testing the global multiuse setting I was attempting to reference the...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Jan 11, 2005
4:11 pm
6397
Hi everyone, I'm taking correspondence courses thru Education Direct and I need a little help with a project I'm working on. The following is part of the...
Ashley
ashleyswafford
Offline Send Email
Jan 11, 2005
10:47 pm
6398
Hi, Please help me how to find system idle time in a visual basic. For example if i specify 15mins then that application must be terminated after 15mins. ...
sas_india2003
Offline Send Email
Jan 12, 2005
5:31 am
6399
Hi, Please help me how to find system idle time in a visual basic. For example if i specify 15mins then that application must be terminated after 15mins. ...
nmsdotnet
Offline Send Email
Jan 12, 2005
5:31 am
6400
hi people, need to view an image stored in SQL Server data base -as image field- in crystal report. any help there Qais [Non-text portions of this message have...
Qais Al-Shalabi
the_out_run
Offline Send Email
Jan 13, 2005
8:15 am
6401
If by "system idle time" you are referring to the amount of time since the user last input data via the mouse or keyboard then the following should work. I'm...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Jan 13, 2005
4:04 pm
6402
I am getting a error message on a file that I have on our server. The acess version is 2003, but the error that I am getting is vtext.dll version 1.0...
Richard Davis
rdcompcons
Offline Send Email
Jan 13, 2005
7:31 pm
6403
vtext.dll is part of Microsoft Speech API v4.0 (SAPI 4). Are you using something that might be making use of Text to Speech? Maybe a MS Agent (those cute...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Jan 13, 2005
8:47 pm
6404
I would like to know what method u adopted to fix your problem. [using hash table]. Hope u recieved the code i send -Shinejoseph Thanks SJ. I actually wound up...
Shine Joseph
shinejoseph
Offline Send Email
Jan 14, 2005
5:53 pm
Messages 6375 - 6404 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help