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
M

monstale

@monstale
About
Posts
52
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • What is my IP??
    M monstale

    Hi, you could use UPnP of your router ;-) bye

    C# question tutorial

  • Dialing modem
    M monstale

    Hi, please try ATM1\r instead of ATM2 bye

    C# sysadmin question

  • Dialing modem
    M monstale

    Hi, what does modem answer to each command? Bye

    C# sysadmin question

  • Process in C# (Open exe)
    M monstale

    Hi, check this[^] Hope it helps :-) Bye

    C# csharp

  • I need to create 150 variable names....need an efficient way of doing it
    M monstale

    Check definition of method - should return cgStackedTrack[] if you want to do this ;-)

    C# question

  • I need to create 150 variable names....need an efficient way of doing it
    M monstale

    return will jump out of the method. ;-) What are you trying to do?

    C# question

  • I need to create 150 variable names....need an efficient way of doing it
    M monstale

    sundeepan wrote:

    What if its an array of objects?

    Nothing, no problem :-)

    C# question

  • Sorting
    M monstale

    Hi, did you try .Sort() after writing and before reading the collection? Pls send code if it doesn't help bye

    C# algorithms help

  • Catch events in my code when VS discovers that the file has been modified outside of the source editor
    M monstale

    Turn off the event while saving in your app. ;-)

    C# csharp visual-studio question

  • my qcm project
    M monstale

    Hi, after ShowDialog() you should update your label manually. The event will stop until your form closed, at ShowDialog() ;-) hope it helps bye

    C# help question

  • my qcm project
    M monstale

    Hi, could you send code, how you open the 2nd form? That would help bye

    C# help question

  • VC# 2008
    M monstale

    Hi, afaik VC# Express does not have such a template. You might use standard or prof edition for that bye

    C# csharp visual-studio workspace

  • How to create registry key in Windows VISTA OS ?
    M monstale

    Hi, did you try do read the key by your program or with regedit? Try to read it by your program ;-) bye

    C# csharp windows-admin help tutorial question

  • How to create registry key in Windows VISTA OS ?
    M monstale

    Hi, what you do exactly mean by "unable to create" ? Is there an error, or do you don't find the key in registry? This article might help in last case: Windows Vista inbuilt sandbox registry[^] Hope it helps bye

    C# csharp windows-admin help tutorial question

  • How to create registry key in Windows VISTA OS ?
    M monstale

    Hi, could you send code, how you create the key, please greetz

    C# csharp windows-admin help tutorial question

  • How to know whether there are connected clients while using Socket Programming?
    M monstale

    Hi, use a static integer variable to count the active clients in your main thread of server. ;-) each time a client connects count 1 up. and decrease if the clients disconnects. bye

    C# question help tutorial lounge

  • Registry problem with 64-bit Vista
    M monstale

    Hi, looks like the installer works on 32-bit environment (Wow6432Node, this is absolutly transparent for the installer). The application works on 64-bit and looks up the key like on a 32-bit mashine without Wow6432Node. is there a way to compile a installer for 64-bit sys? I'm not adept in installers. ;-) bye

    C# windows-admin business help workspace

  • Difference between Button and Command button in .net
    M monstale

    Hi, does this help you? "The CommandButton control in Visual Basic 6.0 is replaced by the Windows Forms Button control in Visual Basic .NET" It's from: link[^] bye

    C# csharp question

  • DBNull error
    M monstale

    Hi, I think DBNull is not compatible with DateTime. You should check if it is DBNull.Value and then send null back. ;-) greetz

    C# help

  • Problem Sending Message from SERVER to CLIENT
    M monstale

    Okay, maybe this a problem in understanding: you wrote code for receiving data at client side, right? You used the method .Write(). This method writes bytes to the stream. I think in a receiving method you should use e.g. Read(byte[], int, int), or am I wrong? ;-)

    C# help csharp sysadmin 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