Sorry for bothering everyone.. I'm just curious, because i haven't received anything from this list in the past 15 days... I want to see if the list is down,...
hi every body, i want to know how to zoom, 8 Mega Pixel Picture, 6 Mega Pixel adn 3.3 Mega Pixel using vb. if i zoom morethan 400 % the memory error is coming?...
Is there any way through Visual Basic to capture a printer port and use the data through visual basic that is on it's way to the printer. Many TIA, Kevin...
Hello All, I have a simple vb6 question, given is the week number and year, how can i get the monday date of the week? Rasta -- No virus found in this outgoing...
Copy-Paste the following function in a module and see if it helps: <snip> Public Function GetMondayDate(year As Integer, weekNum As Integer) As Date Dim wkDay...
Hi All, I'm looking at someone else's program here, not mine. It's in VB6 using an Access database via a DataEnvironment. One of the tables has a Date field...
Hello everyone! I am finally making an effort to write "real" programs that simply aren't a single stand-alone form. I just want to make sure I am taking the...
... Ian, I had a similar problem and the way I got around it was I made an invisible textbox and loaded the value from the file to the textbox. Then I read the...
Hi, I don't quite follow this. How exactly is sub main going to present a menu to the user, this surely needs a form? The simplest solution is to add a menu...
how to invoke / run a C program thru windows in VB code ? i am writing a code in which i need to access a cprogram i.e run it / invoke it in the VB code . i...
Hi [C], ... ...will work fine if you don't mind compiling it all into one program. If you make updates randomly to the child apps, though, its painful to have...
Hi Shawn, Thanks for the reply. No it doesn't work - this generate an rte 13 Type MisMatch. I'm starting to think this is either a bug or a shortcoming in the...
Hi friends How can I protect a VB application that I want to sell from a website? Regards Ulrike -- No virus found in this outgoing message. Checked by AVG...
... From: rasta_jom [mailto:rasta_jom@...] Sent: Monday, January 10, 2005 11:15 AM To: vbhelp@yahoogroups.com Subject: RE: [vbhelp] Week Date Thanks...
Dear members, I am having problem in using Tabstrip control. In the design time how do I access Tab no. 2 or 3 ? In the documentation it says, to click it....
Hi, The default TabStrip of VB is handled manually. You have to manually set visible property of your controls at run-time to display hide the controls. One...
Thanks Waqas for the very useful code, but I have a small problem, the function will return '12/27/2004' for week 52 and year 2004. I'm expecting to get...
Hi Waqas:-) Thank you very much for your solution. I still couldn't understand VB Tabstrip but I am comfortable with SSTab. I think I can do with that and ...
just wondering, how to re-use a form. cant find it in msdn thanks in advance -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version:...
What do you mean re-use a form? Do you want to use a form as an object to create multiple instances? If yes then see this. e.g I have a Form1 in my project dim...
awesome. thanks ... -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 1/6/2005...
I've not yet found a need to have a second instance of a form. When is this usually done? Dave ... From: Waqas Hussain To: vbhelp@yahoogroups.com Sent:...
Hi Dave, ... When the same form serves several functions or the user may desire several instances of it. In MS Word for example, every Word Document is another...
Hi again How do I share, across forms, a Type created in a Module? ie Type M_Paramters color as string n as byte 'etc end type thanks again -- No virus found...