CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Satishpp

Page 1 of 22 1 2 3 4

Search: Search took 0.27 seconds.

  1. Replies
    128
    Views
    28,499

    Re: One liners / Funny quotes !!

    A lady came up to me on the street, pointed at my suede jacket and said, "Don't you know a cow was murdered for that jacket?" I said "I didn't know there were any witnesses. Now I'll have to kill you...
  2. Replies
    128
    Views
    28,499

    Re: One liners / Funny quotes !!

    They show you how detergents take out bloodstains. I think if you've got a T-shirt with bloodstains all over it, maybe your laundry isn't your biggest problem.

    - George Carlin
  3. Replies
    4
    Views
    5,625

    Re: Control visible does not work

    Very strange...

    Sure it is not this?

    http://msdn.microsoft.com/smartclient/community/wffaq/ctrl.aspx#Qwe98hdqa

    -Satish
  4. Replies
    7
    Views
    1,044

    Re: unlock columns's size

    Try this...

    http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q872q

    -Satish
  5. Replies
    2
    Views
    5,403

    Re: Navigating between multiple forms in C#

    This may help

    http://www.codeguru.com/forum/showthread.php?t=347986

    -Satish
  6. Re: Job Titles -- Sr. Software Developer vs. Intermediate-level Software Architect

    I agree that "Architect" sounds more desireable. How about just "Software Architect"?

    -Satish
  7. Replies
    4
    Views
    8,626

    Re: format of website quotation

    Check this out...

    http://avtecmedia.com/free-website-design-estimate/quote.htm

    -Satish
  8. Replies
    8
    Views
    1,340

    Re: How to dispose of Value Types on the heap

    It goes back to what Darwen posted earlier



    Why don't you run a couple of instances of your program and also load up you computer's memory with some other apps. Then check in task manager (or...
  9. Replies
    14
    Views
    2,821

    Re: Accessing current Mdi child

    Is MainForm an Mdi frame? i.e is its IsMdiContainer property set to True?

    Is the childform an mdi child i.e when you create an instance of the child form, are you setting its MdiParent property?
    ...
  10. Replies
    5
    Views
    2,247

    Re: Accessing files in project folder

    Some more info...

    As hansipet has mentioned before, if you are using VS.Net 2005, you can set "Copy to output directory" in the files properties. However, if you are using a previous version, and...
  11. Replies
    5
    Views
    2,247

    Re: Accessing files in project folder

    When you run your application in VS.net, the output files are copied to the bin/debug (or bin/release) folder under your project folder. So if your project name is WindowsApplication3, the output...
  12. Replies
    3
    Views
    1,339

    Re: EventHandlers (stupid question)

    Change the event handler using the properties window in designer mode.

    or

    remove the event handler line from InitializeComponent and put it in form load and then make the change.

    -Satish
  13. Replies
    14
    Views
    2,821

    Re: Accessing current Mdi child

    In the child class you should use this.MdiParent.ActiveMdiChild as mentioned in your previous post.
  14. Re: How to remove or hide a Last rows of DataGrid in c#?

    http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q653q
  15. Replies
    4
    Views
    1,121

    Re: Problem with DataGrid Control..

    Answers to these and other datagrid questions...

    http://www.syncfusion.com/faq/windowsforms/Default.aspx
  16. Thread: right align

    by Satishpp
    Replies
    2
    Views
    876

    Re: right align

    This will right align the selection.

    Sub Macro2()
    Selection.HorizontalAlignment = xlRight
    End Sub
  17. Replies
    26
    Views
    2,147

    Re: Story line poems

    I like poems with a deeper meaning, like this one I read in a first grader's book...

    The Bear
    --------------
    Algy met a bear
    The bear met Algy
    The bear grew bulgy
    The bulge was Algy

    :D
  18. Replies
    4
    Views
    1,199

    Re: UI thread question

    Thanks for your replies Norfy and Petter,

    Norfy, to answer your question...
    The code I have posted is simplified. The actual app is much more complex. The method WsCompleted is in a base class....
  19. Replies
    4
    Views
    1,199

    UI thread question

    Hi gurus,

    Sorry about the lengthy post. I have this question about something in the application I am working on, that has been bugging me.
    Here's the scenario.

    I have a form with several UI...
  20. Replies
    1,585
    Views
    239,640

    Re: AAAh A joke(Lets share Jokes)

    There's 1 redhead 1 brunette and 1 blonde. Their all at the NASA space center. The redhead says to the flight technician "I want to go to the moon". The flight technician says she can go tomorrow....
  21. Re: Get BackColor value of the current cell in datagrid

    Try this...

    http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q900q

    -Satish
  22. Replies
    43
    Views
    8,907

    Re: Favorite lyrics from a song

    I like this one

    Pink Floyd - Breathe

    Breathe, breathe in the air.
    Don't be afraid to care.
    Leave but don't leave me.
    Look around and choose your own ground.

    Long you live and high you...
  23. Replies
    1,585
    Views
    239,640

    Re: AAAh A joke(Lets share Jokes)

    It doesn't hurt to take a hard look at yourself from time to time, and this should help get you started.

    During a visit to the mental asylum, a visitor asked the Director what the criterion was...
  24. Replies
    1,585
    Views
    239,640

    Re: AAAh A joke(Lets share Jokes)

    -Satish
  25. Replies
    1,585
    Views
    239,640

    Re: AAAh A joke(Lets share Jokes)

    Not really a joke...

    The following concerns a question in a physics degree exam at the University of Copenhagen:
    "Describe how to determine the height of a skyscraper using a barometer."


    ...
Results 1 to 25 of 530
Page 1 of 22 1 2 3 4





Click Here to Expand Forum to Full Width

Featured