User Profile

Collapse

Profile Sidebar

Collapse
vijayB
vijayB
Last Activity: Sep 22 '08, 07:21 AM
Joined: Mar 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vijayB
    started a topic implementation of source safe automation process
    in .NET

    implementation of source safe automation process

    Hello Friends,

    I wanted to right an application to automate the build process of an application. Right now I m using installshield to create builds. Now, I m writing an automation for the same.

    Can anybody help me to get the latest version of source files through c#/ vb.net application ?

    thanks,
    vijay
    See more | Go to post

  • vijayB
    replied to to get record count for given SQL Query...?
    in .NET
    I think, when you execute a query, it returns an integer value. This return value indicates the number of records affected by the query, if query executes successfully....
    See more | Go to post

    Leave a comment:


  • If you are looking for any specific folder and you know the location of that folder then you can do it by above way. But, if you are searching a folder which location is user dependent then you have to write your own file searching logic...
    Or else you can call any inbuilt searching tool from the remote computer....
    See more | Go to post

    Leave a comment:


  • If you are talking about vb.net remoting application, then it will ask you remote computers username and password to access the resources of remote computer....
    See more | Go to post

    Leave a comment:


  • but I dnt want to assign administrative rights to my end users..
    Actually application requires that !!!...
    See more | Go to post

    Leave a comment:


  • vijayB
    started a topic In vb.net application call to createObject() fails
    in .NET

    In vb.net application call to createObject() fails

    Hi All,

    I am creating an application in vb.net, in which I am using createObject("S cripting.FileSy stemObject) function call. Under administrative rights it runs. But when I switched to restricted user mode createObject call fails and gives exception as " Cannot create ActivX component".

    Please help me to resolve this issue.

    Regards,
    Vijay
    See more | Go to post

  • vijayB
    replied to How to detect current user of windows
    in .NET
    Ya sure, it will be my pleasure.
    Here is the solution;

    Function IsAdministrator () As Boolean

    System.AppDomai n.CurrentDomain .SetPrincipalPo licySystem.Secu rity.Principal. PrincipalPolicy .WindowsPrincip al)
    Dim WP As System.Security .Principal.Wind owsPrincipal
    WP = System.Threadin g.Thread.Curren tPrincipal
    Return WP.IsInRole(Sys tem.Security.Pr incipal.Windows BuiltInRole.Adm inistrator)...
    See more | Go to post

    Leave a comment:


  • Thanks friends.
    I got the solution. I am using Environment variables to get the application data folder. It is protected. And, now I am creating a new user for this folder, to access its contents....
    See more | Go to post

    Leave a comment:


  • vijayB
    replied to How to detect current user of windows
    in .NET
    Ya, I m really sorry. Next time I will be more specific.
    Thanks....
    See more | Go to post

    Leave a comment:


  • vijayB
    replied to How to detect current user of windows
    in .NET
    Thanks for the help friendzzzzz
    But this is not the solution I was looking for. I know we can get current user name using Environment.
    What I was looking for is, current user, i.e., whether the current user is having administrator privilages or it is a restricted account.

    Anyways, I have found the solution for this, yesterday itself.
    Thanks once again for your valuable help....
    See more | Go to post

    Leave a comment:


  • vijayB
    started a topic How to detect current user of windows
    in .NET

    How to detect current user of windows

    Hello friends,

    I want to detect the current user which is logged on to windows system using vb.net.
    This is required to notify end user under what privilages application is running.

    Please help
    See more | Go to post

  • vijayB
    replied to reading the text in a bitmap
    in .NET
    Are you talking about Image Steganography?? ?
    For that you should have sound knowledge of graphics and file IO. Bcz it includes how the bits in image files are manipulated....
    See more | Go to post

    Leave a comment:


  • vijayB
    replied to Access "Program files "
    in .NET
    Thanks for Help
    I found the solution...
    See more | Go to post

    Leave a comment:


  • vijayB
    started a topic Problem in accessing remote host name on win2k
    in .NET

    Problem in accessing remote host name on win2k

    Hi All,

    I have written an application in which I m accessing remote host name using;
    System.net.dns. GetHostByAddres s(<IP Address>).HostN ame

    It is working fine with Windows Vista and Windows XP, but when I try to get remote host name from win2k machine, it throws an exception.

    Is there any alternative for this.
    I m writting this application using .Net framework 1.1

    Th...
    See more | Go to post

  • But that user is a part of the application. Client part of my application is installed on the user machine and server part is also installed on any other user machine. Basically, it is an intranet based application designed for the end users only....
    See more | Go to post

    Leave a comment:


  • Can you please suggest me any other port which I can use in my application, which will not be blocked by win firewall ?...
    See more | Go to post

    Leave a comment:


  • Please, there is nothing wrong intension behind this. But what I am trying is,
    I have written an app in vb.net remoting. I am making use of port no. 9091 to connect client and server. Now if win firewall is off then everything goes fine, but if we on the firewall, it blocks client from communicating with server.

    This is the general overview of my application....
    See more | Go to post

    Leave a comment:


  • Isn't it possible to change it through codding, bcz my clients are non-technical.
    So It is needed to be done through programming....
    See more | Go to post

    Leave a comment:


  • Problem in accessing 9091 port from vb.net application

    Hello Friends,
    I am writting an application in vb.net remoting, in which I m using TCP port number 9091. When I install server part on Win XP and Client part on Win 2K, and switch on the firewall of Win XP. It is not allowing client to connect to the server.

    Please help me, if you have any idea regarding the same.
    Regards,
    Jay
    See more | Go to post

  • vijayB
    started a topic Is "Application Data" folder in windows protected ?
    in .NET

    Is "Application Data" folder in windows protected ?

    Hi All,

    In windows OS, "program files" folder in windows is protected one, means, only administrator can modify its contents. I having problem with "Documents and settings\All Users\Applicati on data" folder.

    Can anybody tell me whether it is protected or not ?
    I want to access its contents wihtout any administrative privilages, i.e. restricted user account ( windows OS).
    See more | Go to post
No activity results to display
Show More
Working...