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
D

Dragonfly_Lee

@Dragonfly_Lee
About
Posts
106
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to know who executed my application ?
    D Dragonfly_Lee

    shabya wrote:

    the computer itself on startup or manual activation from srart->programs ->

    Well, in this case, Environment.UserName is exactly what you are looking for. Jimmanuel already give you the anwser:)

    :) I Love KongFu~

    C# tutorial question

  • c#
    D Dragonfly_Lee

    Maybe you should specify the topic next time, not only C#...

    :) I Love KongFu~

    C# csharp help question

  • Drawing multiple rectangles
    D Dragonfly_Lee

    What about using STACK structure to store the rect you need to draw? So the latest one will alway be displayed firtly. :)

    :) I Love KongFu~

    C# graphics

  • Global Event Handler?
    D Dragonfly_Lee

    Agree with Dave. In your case, no need to create a "complex" global event manager. Just update the UI when you modify the data. Simplicity is always good. :-D

    :) I Love KongFu~

    C# database algorithms help tutorial question

  • how to know who executed my application ?
    D Dragonfly_Lee

    shabya wrote:

    know who triggered the application ?

    Depends on how you define "who". Computer Name or User Name?

    :) I Love KongFu~

    C# tutorial question

  • project doubt
    D Dragonfly_Lee

    this question is not good...

    :) I Love KongFu~

    C#

  • Kill the DLL
    D Dragonfly_Lee

    Kill the dll? Maybe you mean unload the dll from memory. Because only process owns the memory for excution. In this case, we can use AppDomain.Unload mehtod in .net as a approach.

    :) I Love KongFu~

    C# question

  • File Summary Info???
    D Dragonfly_Lee

    OK, good luck.

    :) I Love KongFu~

    C# question csharp tutorial

  • How to use a COM Interface Dll within C# code???
    D Dragonfly_Lee

    lane0p2 wrote:

    ipsec.BindToSmtpVsi("someSMTPserver", 1, "someDC"); ipsec.GetRelayIpList(); s = ipsec.IPGrant.ToString().Split(' ');

    Did you debug the code and check what the value of IPGrant is?

    :) I Love KongFu~

    C# csharp com tools tutorial question

  • how to show file icons in list view control?
    D Dragonfly_Lee

    lsh486love wrote:

    lvi.ImageList.Images.Add(img);

    the ImageList value is null. You can try this: string s= "1.txt"; Icon i = Icon.ExtractAssociatedIcon( s ); ImageList imageList = new ImageList(); imageList.Images.Add(i); this.listView1.SmallImageList = imageList; this.listView1.Items.Add(new ListViewItem(s, 0));Hope this will help you~

    :) I Love KongFu~

    C# csharp help tutorial question

  • How to executing the .exe file in others pc using the my own pc??
    D Dragonfly_Lee

    tyrone0109 wrote:

    by using only 1 program develop by c#.

    You know what you were doing, right? Control the pc via only ONE app? This is totally a awesome hack app. :)

    :) I Love KongFu~

    C# csharp tutorial question

  • About Datetime format( I want Date)
    D Dragonfly_Lee

    shavil wrote:

    Can any one send the code

    I am afraid nobody will ...

    :) I Love KongFu~

    C# tutorial

  • how can i know whether an optional parameter is passed or not?
    D Dragonfly_Lee

    abhiram_nayan wrote:

    now i want to introduce a 3rd optional parameter.

    Would you please paste the code? I really do not know how to do this...

    :) I Love KongFu~

    C# question

  • how can i know whether an optional parameter is passed or not?
    D Dragonfly_Lee

    Hi, dude, optional keyword is for VB.net, not C#.

    :) I Love KongFu~

    C# question

  • Convert sexagesimal to decimal
    D Dragonfly_Lee

    rumpelstielz wrote:

    i need to convert them to decimal. eg: lon="9584631" -> lon="1128083" (which means 11deg.28083).

    How could this happen?

    :) I Love KongFu~

    C# help

  • How to protect some classes? [modified]
    D Dragonfly_Lee

    softwarejaeger wrote:

    but now i must protect some classes from the eyes of other developers.

    So, you just only want to use the dll yourself, rather than other developer? Can "internal" keyword meet your needs?

    :) I Love KongFu~

    C# question asp-net json help tutorial

  • File Summary Info???
    D Dragonfly_Lee

    Well, this is not a common question. In fact, we use version information to store the file's abstract, such as version, company, name, etc. So far as I know, it is possible to obtain the abstract info, rather than modify it via C#. Maybe you need to look for windows native api to tackle this issue.

    :) I Love KongFu~

    C# question csharp tutorial

  • C# Register DLL for COM Server
    D Dragonfly_Lee

    Navneet Hegde wrote:

    I need to Register it as COM Server?

    Yes.

    Navneet Hegde wrote:

    How can I do that

    1.Use interface and implement it as what you want to do 2.Make the .TLB (type library file) for your C# dll 3.Register TLB

    :) I Love KongFu~

    C# question csharp javascript com sysadmin

  • c# database
    D Dragonfly_Lee

    Google ado.net

    :) I Love KongFu~

    C# csharp question database tutorial announcement

  • custom property item in PropertyGrid
    D Dragonfly_Lee

    Oh, man, please do not post duplicated question here. Nobody like this!

    :) I Love KongFu~

    C# help
  • Login

  • Don't have an account? Register

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