User Profile

Collapse

Profile Sidebar

Collapse
joerozario
joerozario
Last Activity: Jun 17 '09, 05:13 AM
Joined: Mar 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • joerozario
    replied to How to Enable & Disable USB Drive
    Dear friend,

    thank for Your replay.

    Actually i know the password. my idea is to enable and disable USB using programming

    Thank u

    by

    Joe.I
    See more | Go to post

    Leave a comment:


  • joerozario
    started a topic How to Enable & Disable USB Drive

    How to Enable & Disable USB Drive

    ear Friends,

    In my System is Disabled USB Drive through BIOS and BIOS has Password Set.

    now i want to enable and Disable My USB Drive with BIOS settings.

    how to do that?

    Please help me

    With Love

    Joe
    See more | Go to post

  • joerozario
    started a topic How to Enable & Disable USB Drive
    in .NET

    How to Enable & Disable USB Drive

    Dear Friends,

    In my System is Disabled USB Drive through BIOS and BIOS has Password Set.

    now i want to enable and Disable My USB Drive without going to BIOS settings.

    is it Possible to enable and Disable USB Drive Through C# ?

    or in some other way?

    i have searched about this , in some places thay are mentioning about

    Register key value.

    HKEY_LOCAL_MACH INE\SYSTEM\Curr entControlSet...
    See more | Go to post

  • joerozario
    started a topic Proxy Server
    in .NET

    Proxy Server

    Dear Friends

    I am developing application for a browsing center,

    I want to restrict users to access some websites and some File formats to Download.

    Now I say

    http://www.java2s.com/Code/CSharp/Network/Implementsamult ithreadedWebpro xyserver.htm

    Multithreaded Web proxy server code

    And this code is gives me an error as "The operation has timed out" error...
    See more | Go to post

  • joerozario
    started a topic Print in the Client side
    in .NET

    Print in the Client side

    Dear Friends,

    i have developed a web application, and i have hosted website in the server

    now i have printer attached with my client machine.

    when i give print it should print in my client printer, without posting to server.

    and i should not get print dialog box.

    how can i do that?

    i have this two problems please help me to solve.

    any idea, link...
    See more | Go to post

  • joerozario
    started a topic port problem in setup project

    port problem in setup project

    Dear frineds,

    i have a created a setup project for a web application.

    in the web folder we have an option to set port no. when i set this as 80, this setup port no is shown in the form while installing.
    so there is an option to modify also.

    but i want this port no read at run time and assign to it.

    if u take setup specifiying as 80 then it remains as 80 in other systems which has...
    See more | Go to post

  • joerozario
    replied to WMI For Remote System
    in .NET
    Dear friends,

    i have solved my problem. by changing two things.

    1. uncheck the "Allow service to intract with deskop"

    2.change the log on as in administrator user name and password but not in "local system account ".

    now it works fine.

    by

    joe...
    See more | Go to post

    Leave a comment:


  • joerozario
    started a topic configuration error
    in .NET

    configuration error

    Dear freinds,

    i have an web application with a configuration file. and i have share point installed in my system.

    share point configuration file is available in "c:\inetpub\www root\web.config "

    my web application configration file is available in "c:\inetpub\www root\sampleAppl ication\web.con fig"

    when i access my web site it refers the share point configration file and...
    See more | Go to post

  • joerozario
    started a topic WMI For Remote System
    in .NET

    WMI For Remote System

    Dear friends,

    I have Created a windows Service in .net 2005 to find the WMI Classes that are available in a system.

    When I invoke this windows service through a web site

    I could get all the WMI Classes available in my system.
    But it throws an error “Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED )) “ Like this for the remote System.


    Note: I have given...
    See more | Go to post

  • how to get checkbox on click event in Treeview control

    dear friends,

    i have treeview control in asp.net 2005.

    there is an option to show ckeck box.
    when i click the root node check box, i want all the sub nodes to be checked.
    how to do that.?

    how to get onclick event of the any check box in the treeview.

    by

    joe
    See more | Go to post

  • joerozario
    started a topic how to develope like JADE in .net
    in .NET

    how to develope like JADE in .net

    Dear friends,

    How to Create Agent Programes in .Net ,

    as We develope Agent Programe in Java.

    i think all the features of java available in .net. i do't no what is the term for agent in .Net

    please help me, it is very urgent,

    any idea? any links?

    thank u

    joe
    See more | Go to post

  • joerozario
    started a topic how to read windows events
    in .NET

    how to read windows events

    Hai Friends,

    i have to develop a .net appllication that will read windows events like

    1. installation/Uninstalling of a software
    2. pluging or pluging out of new Hardware

    i will make my program as windows service or exe that will run always

    now when these (above mentioned ) events occeres. i have to capture and show this message to user

    how to do that?

    ...
    See more | Go to post

  • How to add project path at run time in the registry while project setup installation?

    I have created a windows application. Like windows search program.
    So I want my project link should be shown in folder right click.

    I have added values in the registry manually in I have got as I need.

    This is the Registry Script
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_RO OT\Directory\sh ell\ADM]
    [HKEY_CLASSES_RO OT\Directory\sh ell\ADM\command]
    @="Project path "...
    See more | Go to post

  • hai friends,

    i found the place in the registry . where to add the value and key
    in Hkey_class_root/Directroy/create a new key and value.

    i have done this. i have edited the registry using my program .

    now i have created exe to create key in the registy.

    but i want to pass the value " installed location" to exe at the installation
    of my project.

    how...
    See more | Go to post

    Leave a comment:


  • joerozario
    started a topic how to get shotcut in the folder right click
    in .NET

    how to get shotcut in the folder right click

    i have created a windows application in .net 2005.

    i want the application shortcut on the folder right click.
    like archive (Ex Win RAR) programes that we install in windows.

    is there any popsiblity when we take setup.
    if it is needed write in registry. where to write? and what to write?

    any idea? any links? any suggestios?

    please help me.


    thank u....
    See more | Go to post

  • joerozario
    replied to search in asp.net
    in .NET
    use
    if (ddList.items.c ount>0) or if (ddList != null)

    thank u...
    See more | Go to post

    Leave a comment:


  • use View State.

    keep this view state in thecomman Page and derive in all other pages

    thank u...
    See more | Go to post

    Leave a comment:


  • joerozario
    replied to how to Create setup with .net Framework
    in .NET
    dear friend

    thanks for u r replay

    yes i have got error comes up with a link to download the framework.

    my idea is when create a setup project i have to include framework inside as we add other files.

    when the user clicks on the setup it should run the freamework first then my project. is it possible?

    thank you...
    See more | Go to post

    Leave a comment:


  • joerozario
    replied to ASP.net Installation error
    in .NET
    at first u should keep the project files in wwwroot
    example c:\inetbub\wwwr oot\ (project folder)
    start->run->inetmgr->ok

    local compute (name)->websites->default web sites->(project folder ) will be visible -> rightclick -> Propertics ->creat (button to create the virtual directory) click that

    then select tab Directoy security->edit->now there will be check box integrated...
    See more | Go to post

    Leave a comment:


  • joerozario
    started a topic how to Create setup with .net Framework
    in .NET

    how to Create setup with .net Framework

    i have created windows application in .net 2005
    then i have created setup Project for that application

    i want create setup project with .net Frame work

    when the user start installing the setup it should verify
    wether the (needed frame work for that application ) is availeable in the system, if not it should install the framework first. then my application.

    how to do this, is it possible...
    See more | Go to post
No activity results to display
Show More
Working...