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
Q

quiteSmart

@quiteSmart
About
Posts
404
Topics
65
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • JOTD: Lesson in Sales
    Q quiteSmart

    Verry funny:laugh::laugh:

    The Lounge sales question

  • excel 2007 issue
    Q quiteSmart

    hi all, i have an issue withe the excel 2007 files. I recently received a file that is created using excel 2007. I have excel 2003 on my pc. so it is not openning. if there any tool or any procedure i should take that allows me to open, edit, and save this file in a 2003 file format. thanks,

    The Lounge help

  • KeyPress Event for TextBox
    Q quiteSmart

    Use the KeyDown event instead of the KeyPress and write in it: if(e.KeyCode == Keys.Enter)

    C# csharp help

  • Bloody IE7!
    Q quiteSmart

    Bradml wrote:

    Believe it or not that was one of the things I was downloading.

    U know now the reason

    The Lounge career

  • how to delete static variable
    Q quiteSmart

    do u mean to realease the variable when closing the program. if so there is no need cz they will be released automatically.

    C# tutorial announcement

  • Application with multiple focused forms
    Q quiteSmart

    i think if you develop the toolbar as a usercontrol not as a frame it will give you an advantage. cz if you did it as a user control and add it to the first frame it will be as any normal control in your frame. this will allow you to have a double focus. you can drag and drop from it and ......... i am not very sure about the idea i gave you but i think it will be a starting point for you. good luck

    C# csharp visual-studio adobe help question

  • Are you concerned about bird flu?
    Q quiteSmart

    :doh::doh::doh:

    The Lounge question csharp php com announcement

  • Are you concerned about bird flu?
    Q quiteSmart

    don't worry cause scientist showed that u wont be affected unless you touched the bird when it is alive. meaning if you eat the bird after cooking it there wont be any danger to you life

    The Lounge question csharp php com announcement

  • richtextbox
    Q quiteSmart

    that would be simple for google. By the way google is smart more than us, you can try asking it from time to time for basic questions like this

    C# question

  • open MenuItem of MainMenu by code
    Q quiteSmart

    Stefan Troschütz wrote:

    Did you tested this?

    Sorry i didn't do that, but i assumed it will work. anyway i will try to figure out another solution

    C# question

  • RichTextBox
    Q quiteSmart

    textBox.Select(textBox.length, textBox.length); i guess that will work

    C# csharp visual-studio help

  • open MenuItem of MainMenu by code
    Q quiteSmart

    jaimeaye wrote:

    with menuItem1.PerformClick(); you send a event of Click.

    that's right, but if you do this on the parent menuItem it will do what you wish cz the click event of the parent menu item is to open its drop down items. for example if your have a File menu item and under it New. if you like to view nuew you write: fileMenuItem.PerformClick();

    C# question

  • open MenuItem of MainMenu by code
    Q quiteSmart

    if this menuItem has other menuItems under it you use the following statment menuItem1.ShowDropDown(); if it doesn't have you show use the above statment on its parent menu item

    C# question

  • Kill them all (well most of them anyway)
    Q quiteSmart

    he is just posting an article. why are you attacking him. if you want to attack some one attack the article writer or the scientist that made that study.

    The Back Room announcement html tutorial question code-review

  • Hi!
    Q quiteSmart

    Start by an english book first than go and get a C# book.

    C# csharp question

  • help for Remember Password
    Q quiteSmart

    hi, i think the best way is to add a flag in the database or the users. this flag is set to true when the user checks the remember password. You only have to check the users record of this bit field and accordingly you either display the password or not

    C# csharp database help question

  • Start/stop button
    Q quiteSmart

    You may use a thread and in the start method of the thread you put your code and when clicking on the strat button you start the thread and you stop it when clicking on the stop button. if you can provide us some code of yours we may help more. good luck

    C# database tutorial question

  • ListBox close
    Q quiteSmart

    Thank you for taking all the time to test my problem and figure out a solution. Actually i did before the same solution you provided. it is working now. thanks.:rose:

    C# help

  • ListBox close
    Q quiteSmart

    hi, thanks for you reply but i have some comments first what is this:

    bobsugar222 wrote:

    private void WindowsApplication1_Click(object sender, EventArgs e)

    there is no events for the windows application. and if you mean by it form1 than i tried it and it didn't work please clarify. thanks again

    C# help

  • ListBox close
    Q quiteSmart

    hi, In my form i have a buttons, textBoxes, comboBoxes, labels,.... When i click on of the buttons a listbox that was set invisible is set visible. It shows some names. The list box is located directly at the right-bottom corner or that button. What i want is to make the listbox invisible whenever the user clicks the mouse at any location outside the listbox I tried using the FocusLost event of the listBox, but that didn't work perfectly. The problem it has is that whenever i click a label or a panel or something that doesn't receive focus, ofcourse the function is not executed. With the FocusLost i tried to implement the MouseDown event of the form. That also didn't work. Is there any way to do that without implementing a mouse click event on every label and every panel in the form. thanks in advance

    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