| Thread | Last Post | Replies |
|
| Want to Downloads Sound files | 20 Jul 2004 07:23 GMT | 3 |
Hello group, Is it possible to write a code that downloads all sound files (.wav) from a web site when i enter the url of that site.There are some applications like 'Quaksucker' that are able to download entire site once url is given but
|
| Select treeview node by text or key | 20 Jul 2004 06:33 GMT | 2 |
How can I find (if I know the keyname or text) - how can I locate that particular node and select it, so I can set that node to expanded=false?
|
| any function is equal to "Switch" in Java with VB? | 19 Jul 2004 23:24 GMT | 24 |
any function is equal to "Switch" in Java with VB thank heaps
|
| Problem with Windows Context menu | 19 Jul 2004 21:06 GMT | 8 |
Hello. I need to implement a file browser in windows sytle, so I'm trying to use all windows menu. I have no problem to work with file context menu, but I can't create
|
| How to create Outlook Group from Excel List? | 19 Jul 2004 21:02 GMT | 1 |
Very simple question for someone with intelligence out there. I have contact list in an excel file, where all the emails are in column A. would like to create a contact list within Outlook from this relativel large list. I've found some code on Microsoft's Knowledge Base, bu
|
| protecting macro VBA | 19 Jul 2004 20:57 GMT | 5 |
I would like to protect my VBA macro from being read or changed by users of my excel workbook. Of course, I first tryed the project VBA protection (option menu) But the point is that...
|
| Can VB 6 program be installed as a Service? | 19 Jul 2004 20:46 GMT | 2 |
I am looking to create a small in VB 6 as a Service, can it be done, I know it can be done in VB.NET Thanks Dib
|
| VISDATA Access 97? | 19 Jul 2004 20:28 GMT | 4 |
In Microsoft Visuial Basic 6.0 SP5 I followed this article: http://support.microsoft.com/default.aspx?scid=kb;en-us;252438 That worked fine. But using visdata.exe in the VB folder of Visual Studio I tried to make a new database using mdb version 7 format. This is Access 97. ...
|
| making a progress bar look useful with only 3 values to work from. | 19 Jul 2004 19:34 GMT | 19 |
can you think of a way to make a progress bar look better. i have only 3 values that progress, and each one is rather slow, so the bar looks chopy and not very usefull. do you see a way i can make it better looking with only 3 progression values to work from? im thinking mabe a ...
|
| Help with DIR to find folder name? | 19 Jul 2004 19:11 GMT | 3 |
I'm trying to collect the name of a folder (into strRemove1 below) using the DIR function, but I can't figure out what's wrong. I've checked some of my VBA stuff and this is the way I did it there, but obviously I'm missing something crucial. Any suggestions are appreciated.
|
| Using Wildcards in a Select Case Statement ? | 19 Jul 2004 18:44 GMT | 68 |
Is there a way to use wildcard characters in a select case statement ? When I enclose the * or ? in quotation marks EI.. "*BLA*" , it gets translated literally.
|
| Specifying a printer... | 19 Jul 2004 15:30 GMT | 2 |
I have 4 different (network) printers set up on my computer and I have 2 VB projects that are run on specified timed intervals. I'd like to specify programmically which printer to send the output to. Currently, they go to whatever printer is defined as the default printer for my ...
|
| VB & SQL | 19 Jul 2004 15:04 GMT | 1 |
Can someone please help me with sql & vb. I'm using oracle8i database and have established connection using ado. now I need to run a SQl query. e.g If I have a search facility on employees table that receives an employee number or name from user and dispalys details of seach on a ...
|
| how to get 3-D line effect? | 19 Jul 2004 14:27 GMT | 6 |
if you are using Windows, right click a folder and choose properties, you will see 3 3-D line (sort of) which break the folder name, created date and attributes. so, how could i have those line in my application?
|
| XML, encodings and going slowly insane! | 19 Jul 2004 13:15 GMT | 2 |
I have written a small tool to assist use with build XML and XSL files that are used by our application. We use the XSL to generate HTMl from the XML. It is a requirement that all the files (XML, XSL and HTML) be in UTF-8
|