| Thread | Last Post | Replies |
|
| Crystal Reports Problem | 25 May 2005 15:13 GMT | 2 |
I am having a problem with my web app (VB) pulling up Crystal Report. It works until I put a Crystal function (UTCtoLocal) in. Then Visual Studio gives me this error: "u25tiufl.dll is missing" I guess this is the dll used for this function. I also tried to do this in a windows ...
|
| with...end with and the picturebox | 25 May 2005 14:56 GMT | 2 |
why is it that using "with...end with" with the picturebox still requires you to follow this syntax With PictureBox .FillStyle = 1
|
| String concatenation | 25 May 2005 14:48 GMT | 2 |
I need to program a kind of "algorithm" in VB6 that does the following: I have upto 10 different strings(in string array), each with different length and content which should be concatenated to several result strings that are limited to a certain length.
|
| Illusion of moving LEDs | 25 May 2005 14:39 GMT | 11 |
I've put 8 round shapes on a form and I'm trying to use the Timer to make them flash on and off in sequence by changing the fillcolor from green to red,to give the illusion of movement.I can easily do one, but can't for the life of me figure out how to do a sequence.any pointers?
|
| MSI | 25 May 2005 13:58 GMT | 2 |
Is MSI the only installing features that allow the user to select which profile to install the program in? Win 2000 and up are the only OS that can run MSI, correct? My boss wants me to fix the installer to allow the tech person to install it
|
| using user defined types | 25 May 2005 13:51 GMT | 2 |
I have a udt set up and a collection that I add the udts to throughout a program. Then, at the appropriate time, I would like to loop through the collection and send each udt in it to a subroutine to be processed. I had though it would be done as follows but have several problems ...
|
| Blend multiple pictures | 25 May 2005 12:39 GMT | 6 |
Is it possible to blend more than two pictures into each other? Im using Alphablend to blend two pictures, but i dont get it working with more than two pictures! Can someone help me with this?? Thx
|
| Generating Trees for Data | 25 May 2005 11:36 GMT | 11 |
I am hoping for a little help with a tool I am creating for generating Data Trees. I have a table which documents the update process for an access database in the following form:
|
| how to extract filenames from a CD? | 25 May 2005 10:30 GMT | 4 |
My question is how to extract all filenames from a CD? Thanks, Kate
|
| XML sample | 25 May 2005 10:22 GMT | 1 |
can me give a example how to do this in VB 6 using XMLDocument ? <WebSync> <Download> <Table LastSuccessfulProcessedDate="25/05/2005"
|
| VB6: How to add 2 ADO-based tables to 1 report? | 25 May 2005 01:50 GMT | 5 |
I'm using VB6's Report designer along with a Data Environment. I created a connection in the Data Environment to my database, which has 5-tables. I saw all the tables fine from the Data View and was able to insert them into a command object. Since a report wants a "Data Member" ...
|
| Simulating relational database with text files | 25 May 2005 00:59 GMT | 7 |
For various reasons I would like to have my data stored in two text files. The data in one file is related to the the data stored in the second text file, in a (simulated) one-to-many relationship. One file is stocks.txt (ticker, name) and the other stockdata.txt (ticker, date,
|
| GuidGen VB 6.0 | 25 May 2005 00:14 GMT | 3 |
I am loking to generate a GUID from VB 6.0 program. Does anybody know how to generate that thanks
|
| Please help DataGrid | 24 May 2005 21:40 GMT | 1 |
I am using DataGrid in my Vb 6 Program. The program was working until today, an update is sent to the table with a field Data Type Integer Default =0 .I am changing the value to 1. but when I am closing the Form I am getting this message
|
| Excel Chart macro works - vb code doesn't ! | 24 May 2005 21:29 GMT | 2 |
If I have 2 rows of data, say, A1 to C1 and A2 to C2 in an Excel spreadsheet and record a macro :- Charts Add ActiveChart.ChartType = xlXYScatter
|