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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

bug_aonz

@bug_aonz
About
Posts
65
Topics
42
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ### Problem with referenced assembly ? [modified]
    B bug_aonz

    I need to build win app project with reference to a library i created. The structure of the output folder i need is something like this. bin\Debug >>| >>|--app.exe >>| >>|-- Lib(folder stored library) >>>>| >>>>|-- myLib.dll Rudimentary, after we build a win app project(an exe file), an exe file can run along with a referenced dll located at the same place as an exe file. But i need to store dll file in Lib folder like the picture above. Could you elarborate how to do something like this in C#.NET 2008? thank in advance AonzZung

    modified on Wednesday, February 4, 2009 1:23 AM

    C# csharp debugging help tutorial question

  • How to detect whether the same version was installed?
    B bug_aonz

    In C#.NET 2008 setup project, i need to build a setup file which can detect whether the same version was installed or not. Now, when i run setup file, it always show error below

    Another version of this product is already installed

    Instead of this, I need it automatically popup uninstallation form. I've google for many hours but found nothing. How can i do this? Thank for help ^^

    C# csharp help question tutorial announcement

  • how to download files from other PCs within the same network?
    B bug_aonz

    I have permission to access folders. but.. How to set target folder's permission? for manually, it always show Connect to.. dialog box for entering username and password. How to do this in c#? thank ^^

    C# tutorial sysadmin question

  • how to download files from other PCs within the same network?
    B bug_aonz

    i need to download files from share's folder other PCs within the same network. for example (manually): - i go to Start->Run -> and type IP "\\xxx.xxx.xxx.xxx" - browse C: -> programfiles -> a target folder-> a target file - copy them to my PC but i have to download files for 40-50 machines, So i need to do it automatically read the list of IP address and download files form specific path? How to do this? Does WebClient class could do this? Thank ^^

    C# tutorial sysadmin question

  • How to prevent user to go back to desktop?
    B bug_aonz

    The propose is to prevent shop attendant not to use any thing except only my program which is developed for product ordering.

    C# business tutorial question

  • How to prevent user to go back to desktop?
    B bug_aonz

    For some business reasons, i need my win form app run with fullscreen and not allow user to click any hot keys (such as windows button, alt+tab ,etc.) to go back to desktop or close the program. is it possible to do this? thank ^^

    C# business tutorial question

  • how to block keyboard input? [modified]
    B bug_aonz

    i've developed the windows application with C#.NET 2008 on WinXP SP2 and i need to not allow any keyboard input(except mouse) within my application. How can i do this ? Thank ^^ :-D

    modified on Tuesday, July 1, 2008 6:28 AM

    C# csharp question tutorial

  • Server Application Error?
    B bug_aonz

    I try to run "http://localhost/localstart.asp" but i can't run it with iis 5.0(my machine os is win xp pro sp2 with iis 5.0). and i got this error

    Server Application Error
    The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.

    So, i decide to reinstall iis and vs.net 2008 and install - iis - vs.net 2008 respectively, for hope that it would re-map iis and asp.net. (- -)! i've also give ASPNET permission to the virtual directory folder and choose ASP.NET version for it. but i still didn't work and got the Server Application Error again . any ideas thank ^^

    ASP.NET asp-net csharp visual-studio sysadmin windows-admin

  • Could we have VS.NET 2005 and 2008 onthe same machine (pc or notebook) ? [modified]
    B bug_aonz

    Now I'm working on VS.NET 2008(professional edition), but for some reason, i need to use VS.NET 2005. So, i'm going to install VS 2005. I need to know whether it can cause any serious problem by having vs2005 and vs2008 on the same machine? thank ^^

    modified on Wednesday, June 4, 2008 12:43 AM

    .NET (Core and Framework) csharp visual-studio help question

  • Could we change "Properties" of a setup.exe ? [modified]
    B bug_aonz

    Ok. If you were me, how could you have this thing(change properties of setup.exe) done on your own way? thank for your answer ^^

    C# csharp question announcement workspace

  • Could we change "Properties" of a setup.exe ? [modified]
    B bug_aonz

    Yes, I'm using C#.NET Setup Project to create a setup program. I've already change some info in the assemblyinfo.cs . it've just shown in the properties of my application.exe file (executable file of my application) but it didn't change the properties of setup.exe. Why? ^^

    C# csharp question announcement workspace

  • Could we change "Properties" of a setup.exe ? [modified]
    B bug_aonz

    When i built a Setup Project(C#.NET), i get a setup.exe. After that , Explorer -> right click(on the setup.exe) -> Properties -> Version Tab. There're some information within the version tab including File Version, Company, Product name, Product Version , etc. - Could we change all of those information (Before rebuilding Setup Project) ? and How/Where to change it ? Thank ^^

    modified on Friday, May 23, 2008 3:43 AM

    C# csharp question announcement workspace

  • Can i use two internet connection in the same PC? [modified]
    B bug_aonz

    I've 2 internet connections 1. LAN 2. Wireless LAN My propose is to use each LAN or WLAN connection for independent task.For example, 1. For browsing website , it will use LAN 2. For MSN, google talk ,etc., it will use WLAN. could it possible? thank AJ

    modified on Thursday, May 8, 2008 12:48 AM

    C# tutorial question

  • Could we move database from SQL Server 2000 to SQL Server 7.0 ?
    B bug_aonz

    Is it possible to restore the (SQL Server 2000)database in SQL Server 7.0? How to do this? Thank ^^

    Database database sql-server sysadmin tutorial question

  • How to run bat file after installation (Setup project in c#) ?
    B bug_aonz

    I've create a setup project with c#.NET 2008 and i need to run a bat file after the installation is completed. So, how to set my setup project to run bat file after installation? thank a

    C# csharp tutorial question workspace

  • How to make user control's attributes visible on 'Properties page'? [modified]
    B bug_aonz

    I really thank for your help, but i'm sorry to say that it didn't work for 'Events' properties pages.I've already tried it but in Properties windows it didn't show an Events tab (which icon is a yellow thunderbolt). Why? thank =)

    ASP.NET question visual-studio sysadmin tutorial

  • How to make user control's attributes visible on 'Properties page'? [modified]
    B bug_aonz

    It didn't work for event.How to applied it? this is my code..public delegate void LoginClickEventHandler(object sender, LoginEventArgs le); [Description("my simple description"), Browsable(true), Category("Events")] public event LoginClickEventHandler LoginClick; public class LoginEventArgs : EventArgs { ... }

    ASP.NET question visual-studio sysadmin tutorial

  • How to make user control's attributes visible on 'Properties page'? [modified]
    B bug_aonz

    It works,Thank =) -- modified at 2:16 Monday 5th November, 2007

    ASP.NET question visual-studio sysadmin tutorial

  • How to make user control's attributes visible on 'Properties page'? [modified]
    B bug_aonz

    N a v a n e e t h wrote:

    Are you writing a custom server control ?

    No, I'm creating user control.

    ASP.NET question visual-studio sysadmin tutorial

  • How to make user control's attributes visible on 'Properties page'? [modified]
    B bug_aonz

    Like original server control, they have their own properties visible on 'Properties windows' (buttom-right of IDE). How can i add my own attributes & events for my user control and make them visible on 'Properties windows'? Thank =) -- modified at 0:54 Monday 5th November, 2007

    ASP.NET question visual-studio sysadmin 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