hi friends, Is there anybody could help me to give me a free proeprtylist activex control? I need it so bad right now to develop my software. plz Thanx Regards...
Save email attachment and delete email Currently I'm doing a program in VB5 where I will save the email attachments in my Ms Outlook inbox. Once the attachment...
You will have this sort of problem, because you are deleting the objects as you go. For Each loops do not like you to add or delete anything while they are ...
Hi Friends, I develope a small application in vb and sql. Now i want to check my vb code to get how many lines comments or declare variables or recordsets...
Try Project Analyzer from Aivosto - http://www.aivosto.com/products.html Ian ... From: Chintan Shah To: VBHelp Sent: Friday, August 06, 2004 3:23 AM Subject:...
Thanks Ian, Thank You very much Ian. This aivosto software filfill my requriements. Ian Brooke <ianbrooke@...> wrote: Try Project Analyzer from Aivosto...
Hi I want to prepare a report with DRD (Data Report Designer) in VB6 and I want to add a different Serial no. on top of each report. How can I add this serial...
Hi Friends, I create 1 application, in which it reply the mail for a particular Subject. To reply, this application is added in Sheduled Task which runs every...
Hi Rasta, I don't know how you'll use the actual data, but for this specific data the following query may help. select T3.JobNo, T2.BlNumber, T3.Invoice from ...
i have done something like a marquee that scrolls across the desktop of your pc like news scroller in different tv channels. but there is a problem that when...
Thanks Waqas, actually TABLE2(BL) AND TABLE3(Invoice) are not related to each other, TABLE1(JOB) is the Parent table with a primary key of JOBNO and the other...
Take a look on Planet Source Code - there are currently 46 examples of marquees, I'm sure some of them will display without flicker. Ian ... From: razher2000 ...
You can also try http://www.mztools.com, a very usefull add-in for VB6. It's FREE by the way. =) Rasta Jominix ... From: "Ian Brooke" <ianbrooke@...> ...
I have one application front end vb and backend sql server 2000 database size is 3gb now i am getting error "time out expire" what to do pls help me anybod ......
Hello , i tried to do IVRS in VB,i got some posible results , pls send me a small example for IVRS, it will be more useful to my career.... Yahoo! India...
Thanks for your comment Matt ! I still have some questions that need guidance from all of you. Below are the codes that I had written in my program :- Dim...
Try this: For I = oFldr.Items - 1 To 0 oMessage.Delete Next I don't know whether the collection starts at index 0 or 1, so change it to: For I = oFldr.Items To...
Thanks Phohan for your reply. But I can't do that as I only declare oMessage as object but didnt set oMessage as anything. So if I code like below, it will...
Hi Obelix, ... Try this: For lIter = oFldr.Count To 1 Step -1 oFldr.Item(lIter).Delete Next lIter And a warning. BEFORE you run code of any nature that can...
Hi Friends, We developed one software in VB6. Its run perfectly. But the problem we are facing for the size of Exe. Size of the exe are 20 MB. We have...
Chintan, I'm not entirely sure why 20Mb is a "problem", it certainly isn't too big to run as a single program. You could easily split it into many different...
try to read N-Tier aproach in vb6... or you can put some of your codes into a DLL ... __________________________________ Do you Yahoo!? Yahoo! Mail is new and...
... attachments are saved, the program will loop through my inbox and delete the emails. Will I be deleting 11 emails instead? Meaning that my 1st loop, my ...
Adelle Hartley
adelle@...
Aug 13, 2004 5:47 pm
13216
A 20Mb Exe is NOT a problem..... I would expect an application that size to do everything, including make my breakfast. I can understand installations being...
... I have found that switching from "Native Code" to "P-Code" can make a substantial difference to the size of the exe. "Native Code" is faster, "P-Code" is...
Adelle Hartley
adelle@...
Aug 14, 2004 3:40 am
13218
To Shawn and Adelle, Thanks for your help and advice on this. With your help and guidance, I had managed to complete this program. I hope I'm able to enhance...
Dear all, Anybody knows about Sharepoint Portal Server (SPS) and Sharepoint Services? There's a component named Web Parts in SPS which is very similar to Web...
Hello dear friend I want to increase the spacing between the lines printed by the printer through direct coding in vb6. How can I do that? Thanks for help. ...