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
N

neus83

@neus83
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Working with own libaries
    N neus83

    Thanks a lot, that is the solution for all my problems :)

    C# csharp visual-studio

  • Working with own libaries
    N neus83

    yes I think I'm walking a step forward. I was creating an enum and read out the integer. But how can I transfer enum values to a method ? At the moment i use "int MessageType" I will call the Method Loggerschema i.e: LoggerScheme(ex.ToString(),MessageType.Error); public enum MessageType1{Information=1,Error,Warning}; public void LoggerScheme(string ex, int MessageType) { if(MessageType==1) { // This is a Information Message // But I prefer to give Type "Information" instead 1 } if(MessageType==2) { // This is a Error Message // But I prefer to give Type "Error" instead 2 } if(MessageType==3) { // This is a Warning Message // But I prefer to give Type "Warning" instead 2 } }

    modified on Friday, November 5, 2010 10:53 AM

    C# csharp visual-studio

  • Working with own libaries
    N neus83

    Hi all, I'm not a all day programmer, but C#/.Net is nice to get little administration processes. But nothing is good without good coding style... I will create a class which gives solutions to use if someone is calling this method. I.e. like (ImpLink, Internetwork). Sample Pic In my method I will give a way to select different switches by choise with this options. I know only this possiblity via "summary, and params" to give options for Intellisense

    C# csharp visual-studio

  • Making with values of two rows, two entries in a new table.
    N neus83

    Thank you all, it helped me really much :) :)

    Database

  • Making with values of two rows, two entries in a new table.
    N neus83

    Hi all. I would like to make from three only two rows. I hope someone can helps me to put values which are not "null" to a new row. This is the table which exisits: Table "MACandDNS": NAME | ETH0 | ETH1 | hugo | 000011223333 | 000011223334 | sassy | 000013323333 | 000211223334 | jan | 985555111113 | | kevin |

    Database

  • Create an Insert SQL - Statement for insert a date
    N neus83

    Hi all, I was trying and trying ... in Visual c# .net I use a date which should besaved to the database: DateTime TimeForTheDatabase = DateTime.Now; ... this is only an example ... Now I will Insert "TimeForTheDatabase" to the Database: SqlCommand dataCommand = new SqlCommand("Insert INTO table1 (Text,Datum) VALUES ("Info",TimeForTheDatabase)",dataConnection); But I get an Error :( Can somebody give me a sample how to insert my "TimeForTheDatabase" into my DB ? Thanks

    C# database csharp tutorial help question

  • How to get the selected ToolStripeItem
    N neus83

    no the item.text will not return the value of the selected DropDownItems

    C# question tutorial

  • How to get the selected ToolStripeItem
    N neus83

    Hi all, I was creating a ToolStripe with a few Buttons. I was creating a SplitButton. This Button has Items. i.e: Start Program 1 Start Program 2 Start Program 3 How can I get the select Text of the items ? My sample returns only the name of the split button :( MessageBox.Show("ITEM: " + item.Name + " " + ButtonBenutzerAuswahl.Selected.ToString());

    C# question 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