| Thread | Last Post | Replies |
|
| Problem adding new item to ListView | 22 Nov 2005 09:38 GMT | 3 |
When I do: lvOutLog.ListItems.Add (1), , "mak" the item "mak" is not added as the first item to the existing list, but it is added as the last one!!!!
|
| Reading data from Excel into Visual Basic 6.0 | 22 Nov 2005 04:10 GMT | 5 |
I need to read an Excel file and add the records to a table in Access using VB 6.0. I tried using the following code to see if I could get the Excel data to go into a textbox in VB, but I eventually want to put the Excel data into an
|
| VB6: Using a control in a class? | 22 Nov 2005 03:08 GMT | 4 |
I made a class, and included several private member variable controls. For example, a timer: Private WithEvents m_Foo as Timer This compiled perfectly well, with option explicit on. When I went to
|
| Implicit Conversion Warning | 21 Nov 2005 21:45 GMT | 2 |
I have a function that I use assign values to Crystal Reports. Here is my procedure signature: Public Sub AddParameter(ByRef crReport As _ CrystalDecisions.CrystalReports.Engine.ReportDocument, _
|
| redim sample .. | 21 Nov 2005 20:08 GMT | 3 |
hi .. i'm having trouble with this redim .. i'm studying a code that looks like a monster and while studying it i see a different redim .. i use redim (1 to 2) for example .. But that code realy different it has a redim ( 3,3 ) etc . what does it mean ?? and Oh by the way .. What
|
| text substitution function | 21 Nov 2005 19:12 GMT | 3 |
Is there a function wthin VB6 such as substiute(str1, str2, str3) that can search str1 and replace all instances of str2 with str3? ex substitute("hello mr %client%. How are you?","%client%","silverman")
|
| How can I Determine Memory Requirements? | 21 Nov 2005 19:11 GMT | 1 |
Task Manager shows memory consumption to be roughly 50 megabytes. OK, but what does that tell me about memory requirements for deployment to a Citrix Server? Presumably all users will be working off the same code segment, with each user having their own data segement. So how can ...
|
| Use MSCom to send/receive binary data | 21 Nov 2005 19:04 GMT | 2 |
I want to send/receive binary data (i.e. byte stream) using MSCOM component. But its "Output" and "Input" preporties are only String type. Can you tell me how to do? Or, there is any PAI to perform the equivelent function?
|
| Why back groud image becomes smaller? | 21 Nov 2005 18:36 GMT | 2 |
Hello, friends, I designed a form with Picture property assigned with a .jpeg file. I did it in my desktop and adjusted form size so that this back ground picture was full of the form.
|
| Can we play MacroMedia's .swf file in VB app? | 21 Nov 2005 18:17 GMT | 1 |
Hi, everyone, Can we play Macromedia's .swf file in a VB app? If yes, how? Any reference papers or sample source code? Thank you...
|
| VB 6 on windows XP - Home | 21 Nov 2005 17:42 GMT | 5 |
I would like to install VB 6 on XP - home edition , but before doing so , I would appreciate your advice on any pre-installation tasks required. For example , is there something specific I need to install or configure ? Thank you
|
| Compile Problem | 21 Nov 2005 17:03 GMT | 1 |
I am getting License info not found for this component error when comiling. How do I find out which component is giving this error with out having to manually test each component? Thanks
|
| 10/2001 MSDN links messed up | 21 Nov 2005 16:21 GMT | 1 |
I'll go into the background of what I think happened if you want, but basically I have lost all my links in the October 2001 MSDN. In other words, I don't have See Also, Examples, Properties, Methods, etc. under any topic. I've uninstalled and reinstalled MSDN. I've tried ...
|
| Block If without End If | 21 Nov 2005 16:13 GMT | 6 |
I am doing this project and everytime I try to run the program I get the error message "Block If without End If" and the thing is I am copying the text exactly from the book and just making the changes that I know nut i get this mesage everytime I try 2 rum it!!! Please HELP
|
| How to send email with attachment | 21 Nov 2005 15:43 GMT | 2 |
I'm using shell mailto:xxx@xxx format which I liked very much since I don't need to include other dll in my app for it. But I don't know whether I can send attachment by using mailto:. Thanks a lot in advance.
|