I'd like in VB.Net to merge a datasource from SQL Server to Word. Reading instructions in msdn kb, I have to use SubType as the following instruction :
.OpenDataSource(Name:="", Connection:=sCon, SQLStatement:=sSql, SubType:=wdMergeSubTypeWord2000)
VB doesn't recognise the value...
I'd like to use a control like the properties page in VB : at the 1st column I'll have a label and at the 2nd column I'll have a control (ComboBox, Edit, Button...). How can I do ?
I'd like to add a control in a column, like the Properties Windows in VB .Net. How may I do it (either ListBox or ListView).
For example, I'd like to have a 2-columns ListBox, at the 1st column a label and at the 2nd column a ComboBox or Edit.
I'd like to create a list like properties in VB : a text in the first column and a control (Combo, Edit...) in the second control. How can I do it with DataGrid or ListBox ?
Thanks
LuckyLuke is right. I want to export functions, like any classical dll. I know now that it's not able with VB6 and then I added a class. It works.
But now I cannot debug this ActiveX dll. VB told me that the dll isn't in Automation ! Any idea how I can do ?
I work with VB6. I'd like to write a dll and export functions from it. It sounds easy but I don't arrive !
I generated a dll project (Dll ActiveX), the 1st function's line I want to export is :Public Function GoFct() As Integer
Someone has any idea ?
I'd like to develop a multilingual application and I find no subject about. Are there some web sites or documentation that help me do begin ?
I know 2 ways :
- One resource file with choice of the language in the properties (double dialogs and ids in StringTables)
- One resource file per...
I'd like to develop a multilingual application and I find no subject about. Are there some web sites or documentation that help me do begin ?
I know 2 ways :
- One resource file with choice of the language in the properties (double dialogs and ids in StringTables)
- One resource file per...
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.