Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

User 1207085

@User 1207085
About
Posts
9
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • to package and deploy MTS components
    U User 1207085

    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

    Visual Basic sysadmin workspace

  • passing variables thru refrence
    U User 1207085

    Hi 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.

    Visual Basic help

  • Macro Subtitution
    U User 1207085

    Hi 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

    Visual Basic help

  • how to download from client to server
    U User 1207085

    sorry 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

    Web Development sysadmin tutorial

  • how to download from client to server
    U User 1207085

    hi 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

    Web Development sysadmin tutorial

  • crystal reports problem
    U User 1207085

    I 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

    Web Development help sql-server

  • how to download .txt file
    U User 1207085

    thanx for the help, now I know how to do it

    Web Development tutorial

  • MTS
    U User 1207085

    naresh 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

    Web Development sysadmin windows-admin tutorial

  • how to download .txt file
    U User 1207085

    Dear 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

    Web Development tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups