I am reading textfile using vb6 code. My requirements are if the line starts with 6 then i need to read that line otherwise i have to leave that line and goto next line. can anyone help me how to do t
Some of us unfortunately are still supporting legacy a开发者_StackOverflowpp like VB6. I have forgotten how to parse a string.
I have VB6 web application and I have to remove cookie. Unfortunately cookie has underscore character in name -- exemplary cookie name looks like that: XXXXXXAAASS_session_key.
I have made a new report using Crystal Reports 8.5 (report1) which uses a stored procedure as its data source. The stored procedure has 2 input parameters (@p1 and @p2) and when I enter some test data
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am trying to compile a vb6 application and I can\'t register the ocx files. In order to attempt to compile I have replaced the Object= lines in the .vbp file with Reference= lines to the TLB instead
I am making a C# DLL plugin for a EXE written in V开发者_Go百科B6. I do not have access to the source of the EXE. The DLL itself works and communicates fine with the EXE.
Here I created recordset in vb6 and store values in that vb6. i want to write that recordset values to database table. while executing that code i am getting compile error like \"Expected:=\". please
I need my vb6 application to open to a precise dime开发者_运维知识库nsions, in pixels.How do I do this?Use the Height and Width properties of your forms.Since the unit of measure for these properties
I\'m working for a client that has a VB6 app in the migration process to .NET. Currently they have a .NET shell, but host some old VB6 controls in .NET.