Hi all, I have an MTS component which I want to register through package and deployment wizard of VB, the package hould have a setup.exe and which will create a package and register the component in the package on MTS. please suggest if this can be done through package and deployment wizard, if there is any other way kindly suggest the same.. thanks and regards vikash
User 1207085
Posts
-
to package and deploy MTS components -
passing variables thru refrenceHi all, see I have class module which has a subroutine say private sub myrt() dim str as string str="just check" form1.reta(str) end sub there is a subroutine in the form (named as form1) module named as reta private sub reta(byref asd as string) asd="the return value" end sub the problem with this is that, even though the variable is passed as refrence in the subroutine, the value of str is still showing "just checking" instead of "the return value" after executing the sub reta this only happ in the class module, do it in the same nodule the problem does not exists.
-
Macro SubtitutionHi All, Please help me with this problem, say in VB I have two variables of string type dim x as string dim y as string x="y" y="dd" Is there any way by which I can change the value of y through x, like in some languages u can use &x="fff" which actually changes the value of y thru x. Is there any thing like that in VB, Please help
-
how to download from client to serversorry for the mistake, its uploading to the server, it would be great if u can explain both ways, aspx and windows form application thanks for the same
-
how to download from client to serverhi all, kindly someone explain the process and coding as to how to download a file from client to server,as we generally do in attaching files thru mail
-
crystal reports problemI have two tables in MSSQL, say a,b , now I am creating a report in crystal with ado having two aliases as ado,ado_1, now ado fields are tagged in report header and ado_1 fields are tagged in details, there is a common field in both ado and ado_1 whic is used for linking, now when i link from ado to ado_1 I can see all the fields of ado, but not of ado_1 in detail, and if i change the link from ado_1 to ado i can see all the fields of ado_1 but not of ado, no complex struc exist, it a plain report kindly help vikash
-
how to download .txt filethanx for the help, now I know how to do it
-
MTSnaresh in 2000 its com+ and not mts, hence generally its already provided and u have to look into reference com+ in vb (project-reference) if u do not find it there as com+ services, check for file comsvcs.dll in system32 directory and try registering it. vikash
-
how to download .txt fileDear All, Kindly tell me is it possible to download .txt file without zipping it thru a web application, like we do with , the same applies for images, the browser tends to open it and not downloads it vikash