I want to create a Setup installation with the Setup.Exe Bootstrapper program that Microsoft gives on MSDN.
It is suppose to check if the framework is install on the client PC. If not present, it is install. Then it install your application.
When I run it on my machine, it detect that the...
I want to program a Drag'n Drop between two text box. I found an example on MSDN but it drag all the text of the first textbox in the second one. I want to be able to select a part of the text and drag only the selected part in the second box. I tried to modify it but without success. Someone...
I don't know exactly what you want to do but it's possible using the Report Designer Component (RDC).
In VB6, go to Project, Reference and choose:
Crystal Report 8 ActiveX Designer Run Time Library
There are samples on the CrystalDecision web site.
You can create fields on the fly, groups...
I finally did my first app with VB.NET.
I made a web service on the server and a winform on my machine and everything is working.
Next, I ask a user on another machine to run the winform that is on my machine over the network (he have the framework).
The form appears correctly on his machine...
I have an ADO recordset with a field name STATUS.
Some records have it set to "Y" and others to "N".
I also have 2 vsflexgrid on the screen.
I want the first to display the records with the "Y" STATUS and the second one to display the "N" STATUS.
I...
I have a few reports that contains subreport and some of them are giving me always the same error:
GetNThTableLocation in TableSettings caused an error: Error in File c:\abc.rpt:
Invalid table number.
Do you want to end the program? Yes No
If the user chose No, the reports execute normally...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.