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
_

_Bao_

@_Bao_
About
Posts
12
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Double "
    _ _Bao_

    string s = @"C:\Program Files\fop.bat";

    C#

  • IS there such a thing...
    _ _Bao_

    I didn't know the mousewheel closing tip, thanks :-D You can also LeftCtrl + LeftMouseClick the link to tab it. But i'm just damn too lazy X| -- modified at 10:10 Friday 12th May, 2006

    The Lounge html question

  • IS there such a thing...
    _ _Bao_

    not thousands, just the 10 links google returns from search (first page) :)

    The Lounge html question

  • IS there such a thing...
    _ _Bao_

    is it possible when one google something, to open ALL links at once in tabs (just with 1 or 2 clicks) ?

    The Lounge html question

  • Automatically Shifting Control From TextBox to Button
    _ _Bao_

    see the AcceptButton property of your form...

    C# database help

  • Worldwide Internet Access Speeds
    _ _Bao_

    Hi, in the suburbs of Paris FRANCE, I have 10Mb/512Kb for 35€/month with cable and no limits. Can upgrade with no costs to 20Mb, but don't really need this now :) With adsl, you can get 20Mb+ for ~30€. -- modified at 11:09 Tuesday 18th April, 2006

    The Lounge performance

  • Help me please ! Immediately !
    _ _Bao_

    LOL :laugh:

    C# help csharp tutorial

  • textbox cursor position
    _ _Bao_

    I'm not sure I understood well, but if you want to add the content of a variable to the textbox that contains some string, these should be helpful: check if your control has focus: control.Focused check if your textbox has some text in it: textbox.Text.Lenght textbox.Text != string.Empty appends new text to existing text: textbox.Text += "your new text";

    C# help question

  • Application exits unexpectedly and without errors
    _ _Bao_

    i can't really see where your code's wrong, maybe if you post more code or a link to it, more people could be able to help you.

    C# help winforms

  • Needs some help with hit testing
    _ _Bao_

    Try to get the location where you clicked and check if it's contained in the control. Must be something like this: if (s.Location.ClientRectangle.Contains(e.Location) == true) { ... }

    C# data-structures testing beta-testing help

  • Application exits unexpectedly and without errors
    _ _Bao_

    It's a normal behaviour, if you put code in your Main() like any other function, it will return after the last instruction, in your case: webService.ProblematicMethod1(); So, if there's nothing else to execute after, the program will terminate.

    C# help winforms

  • Getting the parent window of the ToolStripMenuItem
    _ _Bao_

    try the 'Owner' property.

    C# hosting
  • Login

  • Don't have an account? Register

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