I have a Crystal 8.5 Report in a VB6 application. About 2 days ago, all worked like a charm. Since this morning, whenever I press \"View Report\", it shows on screen, but the \"PRINT\" button is disa
I need to read data from text files and use the same in my application. Im using V开发者_StackOverflow社区B 6.0.
I\'m considering using the VB6 Common Controls Replacement Project controls and would like to see what other\'s experiences with them are.
VB6 & SQL Server 2005 When i开发者_运维知识库 run the Windows based Software exe file, it is showing the login page,
The code below returns error after the return statement Private Sub Command1_Click() Dim str As String str = display(\"test\")
Recently a new co-op was hired at our company and has been tasked to run a report. The report queries the database and returns a resultset and from there procedes to create the spreadsheets. Depending
I have a VB6 App that uses a .Net component (via a .tlb reference in the VB6 app) which is working fine when executed as a compiled app, but it produces an error from the VB6 IDE a certain point when
I need to write to a text file to record a set of scores. Every time I write to the text file, it overwrites what was originally in the file. Can someone tell me how to not let it o开发者_开发技巧verw
I\'ve got a situation where an ini file is in memory (in a string variable) and I\'d like to read values out of it without writing the in开发者_如何学编程i file data to disk.
How c开发者_如何学Goan we serialize treeview nodes in VB6? I am unable to figure out how to traverse and preserve the relationships between the nodes for serialization.How do you generate the keys for