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
S

sunspeed

@sunspeed
About
Posts
27
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASUS
    S sunspeed

    that experience i made about 1 year ago... Asus, never again.

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    The Lounge com help

  • ASUS
    S sunspeed

    Why?

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    The Lounge com help

  • j0ke
    S sunspeed

    lol :laugh:

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    The Lounge csharp asp-net com question

  • Get CPU ID & HD Serial number
    S sunspeed

    Look at this, it may help. http://www.codeproject.com/KB/system/GetHardwareInformation.aspx

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# help csharp tutorial question

  • How to retrieve file icon in a web application program?
    S sunspeed

    I dont think so. SHFILEINFO seems to be the best way, otherwise you could analyse the registry and try to retrieve the values from there.

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# question csharp help tutorial

  • On choosing the apt datastructure
    S sunspeed

    If the count of entities is dynamic, but can grow up to 1600000 items, you should use the HybridDictionary. It stores the name/value pairs in an very efficient way. This Dictionary uses the ListDictionary for small count of items and switches automatically to Hashtable if the count grows to a large amount of items. (Sorry, i dont know the Limit when this happens) Hope this helps

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# help csharp cryptography tutorial

  • usercontrol and control and form events
    S sunspeed

    Hy, I have a usercontrol with on it a listview control. This usercontrol is placed on a standard winform. Now i want on the form react on a event of the listview control. In other words. I the listview is clicked i want to catch the event en do something with the selected record. Why would you react in your Form? Handle the Events in your Usercontrol. I can set the on click event in the usercontrol but that will not show up in my form. I have tried something with override on click events but cannot get the hang of it. The event will be fired, if the usercontrol itself is clicked for example. If you want to catch the event on the listview, you have to publish an event for that in your usercontrol and forward the onclick event of your ListView. For Example: MyUserControl.OnListViewClicked += new someeventhandler(handler) Hope this helps

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# javascript com help tutorial

  • how to pass paramters in an httprequest
    S sunspeed

    What is the reason, that causes you to not insert a Web Reference to your Client Project?

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# sysadmin tutorial question

  • About Sending Mail
    S sunspeed

    Write a little testprogram, where you send an mail to the receiver "shumaila.***@***.com" and check what log messages are created. You can email the logfiles to me.

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# help csharp database sql-server visual-studio

  • About Sending Mail
    S sunspeed

    It seems that the reply mail receiver

    (Unable+to+relay+for+shumaila.****@***.com)

    could not be reached. Please try to send an email to the reply receiver directly, it should fail. If it does, try to remove the reply option. Please remove the logfile and the code example you submitted. I hope that the details in it are no real infos. Hope this helps.

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# help csharp database sql-server visual-studio

  • About Sending Mail
    S sunspeed

    Have you enabled logging for the Smtp in the IIS Management console? If you did, look at the log, there should be an error message with the reason. Please post this message, than we may can resolve the problem. The message should also be in the failure notification. (near the error code i think) cheers

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# help csharp database sql-server visual-studio

  • how can i make an appointment schedulling in c#
    S sunspeed

    do you want to show it like a matrix?

        |   Dr. 1   |   Dr. 2   |   Dr. 3  |
    

    ...
    09:00 | Mr. 1 | ---- | ----- |
    09:30 | ----- | Mr. 2 | ----- |
    ...

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# question csharp help

  • Help me with Tree View and TextBox [modified]
    S sunspeed

    If two elements have the same name, you can distinguish it by the order of the elements. Have these elements the same parent? I could only give you an example with the standard XmlDocument object. With linq i didn't handle that problem yet. Tryout the XmlNotepad from MS, may this gives you an idea, how you can handle the Xml.

    Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

    C# csharp linq data-structures xml help

  • how can i make an appointment schedulling in c#
    S sunspeed

    sorry, whats the exact problem?

    Tiefe Brunnen muss man graben wenn man klares Wasser will, tiefe Wasser sind nicht still.

    C# question csharp help

  • Uncheck "Automatically Detect Settings"optionin IE
    S sunspeed

    This option is a combination of two Keys in this registry path

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections

    There are two settings which are changing if you select / deselect the Option "Automatically Detect Settings".

    DefaultConnectionSettings
    SavedLegacySettings

    Hope this helps

    Tiefe Brunnen muss man graben wenn man klares Wasser will, tiefe Wasser sind nicht still.

    C# csharp help question

  • Help me with Tree View and TextBox [modified]
    S sunspeed

    Personally I would make a class that inherits from TreeNode and store the corresponding XML Code in it. When you select this TreeNode you can search in the Textbox for that string an highlight it. Hope this helps

    Tiefe Brunnen muss man graben wenn man klares Wasser will, tiefe Wasser sind nicht still.

    C# csharp linq data-structures xml help

  • auto position
    S sunspeed

    ah, ok you use the TableLayoutPanel thats one possiblity. Thanks for that example! cheers

    Tiefe Brunnen muss man graben wenn man klares Wasser will, tiefe Wasser sind nicht still.

    C# question

  • auto position
    S sunspeed

    Could you send me the code? Thats interesting. I have not found this possibility. imho means "in my humble opinion"

    Tiefe Brunnen muss man graben wenn man klares Wasser will, tiefe Wasser sind nicht still.

    C# question

  • auto position
    S sunspeed

    anchoring changes the size of the control to center i thought? imho if you want to center the control without changing its size, you have to recalc.

    Tiefe Brunnen muss man graben wenn man klares Wasser will, tiefe Wasser sind nicht still.

    C# question

  • auto position
    S sunspeed

    youp, heres a example. Point newLocation = new Point(); newLocation.X = (int)(this.Width - groupBox1.Width) / 2; newLocation.Y = (int)(this.Height - groupBox1.Height) / 2; groupBox1.Location = newLocation;

    Tiefe Brunnen muss man graben wenn man klares Wasser will, tiefe Wasser sind nicht still.

    C# question
  • Login

  • Don't have an account? Register

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