| Thread | Last Post | Replies |
|
| HELP!!! XML - Basic | 14 Sep 2004 21:02 GMT | 2 |
I have a basic question. I'm trying to create a xml file from an ado recordset. It has to be in this format: <?xml version="1.0" encoding="iso-8859-1" ?> - <claims xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| Date Question | 14 Sep 2004 19:50 GMT | 10 |
I need to find out what day the first of each month is. Example: The first of September is a Wednesday. I need to know the Wednesday part. The weekeday for the first. How would I do this?
|
| Partitions - COnfiguration Issues | 14 Sep 2004 19:00 GMT | 5 |
We're getting a new server that is a dedicated SQL box. We want to make 3 partitions. 1 to hold the data, the other to hold the indexes and the last to hold the transaction log. I wouldn't even know where to start to know how to do this.
|
| Bug in release not seen in Debug | 14 Sep 2004 18:55 GMT | 2 |
After testing my app with no errors I built my solution, installed it, ran it and got an unhandled exception. For some reason it's reading my INI file past the end. I don't see this in Debug mode. The file is
|
| Newbie: Simple Shell command problem | 14 Sep 2004 18:34 GMT | 1 |
I have a problem I am trying to open window form from asp .net web application. I am using linkbutton, by clicking this should open a window form. I don't get any errors, but a window form won't come up. Please help anybody.
|
| file copy routine crashes on XP SP2 | 14 Sep 2004 16:52 GMT | 8 |
Been using a routine to bulk copy files and underlying folders for several years in applications - one I got from Randy Birch's site I think. It uses a shell command (I think, I'm a bit of a simple copy/paste/experiment merchant when it comes to API stuff), but the
|
| How I can make to useful my V.B.6 Project for Apple Macintosh Syst | 14 Sep 2004 16:18 GMT | 2 |
I want to convert my system as an apple (macintosh) application. Or how can i develop a software using SQL Server for Macintosh.
|
| Mr Randy Birch Help pls | 14 Sep 2004 15:32 GMT | 1 |
Hello Mr Randy Birch, I got your vb code below from [url]http://vbnet.mvps.org/index.html?code/network/[/url] I really need your help.
|
| Select Case | 14 Sep 2004 13:58 GMT | 26 |
Hello - I am trying to create a Select Case Statement that needs to evaluate a variable. Problem is I need to look at anywhere from the first three characters of the variable to the first six characters. For example: ACCTNO = "ABCX002574", I may need to evaluate to see if there is ...
|
| vb6 nonactivex dll | 14 Sep 2004 13:16 GMT | 3 |
It seems my attempt to send a message has not worked. Is there a way of creating a plain nonactivex dll in vb6? It is not among the options for creating a new project. I just need 2 functions in a dll and the activex overhead
|
| Messagebox Button Captions | 14 Sep 2004 10:47 GMT | 4 |
I am using a resource file to offer multiple languages for my app, and it is working perfectly with one exception: is there a way to control the button captions on messageboxes? I need it to switch between "Yes" in English mode and "Si" in Spanish mode. If there is no way to do ...
|
| Add item to Combo Box? | 14 Sep 2004 09:05 GMT | 12 |
I am using VB6 and would like to be able to add an item to a combo box. I know that I can use the .additem but I need to be able to search the contents of the combo box to see if the value is already in there and if not add the item. I know there is Matchedtolist for a datacombo ...
|
| Export from registry in VB6 | 14 Sep 2004 08:19 GMT | 3 |
How do I export a key (with all subkeys !!!) in the registry to a .reg-file with VB6 Same for import a key (with all subkeys !!!) I explain.
|
| Acrobat Reader 6.0 | 14 Sep 2004 05:46 GMT | 1 |
How to get Width and Hieght of acrobat reader 6.0 page by Vb6? it is best if send me an example. thanks,
|
| User Control questions | 14 Sep 2004 02:23 GMT | 8 |
Questions: 1). i would like to create a vb6 user control that scrolls vertically. this sample http://www.vbexplorer.com/VBExplorer/tips/src26.asp uses a picture box as the container to hold the controls. is it possible to simply
|