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
W

wrykyn

@wrykyn
About
Posts
1.7k
Topics
53
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Find which Windows Form is on top
    W wrykyn

    [Message Deleted]

    C# performance

  • Find which Windows Form is on top
    W wrykyn

    Hi, I can't really use that because I want to also know which inactive forms are on top, and which ones are on the bottom. For instance I can have 8 child forms open in a 2x2 layout with 4 on top and 4 below. I want to know which 4 are on top. Of course, only one of them is active and has focus. But I want to get a list of all 4. Thanks, R

    "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C# performance

  • Find which Windows Form is on top
    W wrykyn

    Hi, I have some MDI children forms that are laid out (sometimes one on top of the other). At a given time, I need to find out which forms are on top and which forms are hidden behind the forms on top. I Iwas wondering if there's some way to do this. I could not find anything online. Thank you, Ramanan

    "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C# performance

  • Drag and Drop in C#
    W wrykyn

    Thanks Christian, I also found a sample for this same method in Chris Sell's new Windows Forms book in an Appendix last evening.

    "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C# csharp performance tutorial

  • Drag and Drop in C#
    W wrykyn

    Hello, I implemented drag and drop for some of my controls. I did it by having my controls implement IDataObject then using the usual mouse(up,down, move, etc) and drag(drop, leave, etc) events, in other controls/forms to accept the drop. While the control is being dragged its shown along with the mouse as a small square border with a small + sign next to it (I guess this is default). It looks like the small box is the representation of the control being dragged. I would like to show sometime else as the control is being dragged. I've been looking on MSDN and online and didn't find anything yet (they only talked about how to replace the mouse cursor for the drag operation). I really would like to avoid creating a form and moving that around with the mouse. Is there some handle to replace the default "object being dragged" state/box with something of my own choice. Thanks, Ramanan

    "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C# csharp performance tutorial

  • How to activate the application which is minimized in task bar?
    W wrykyn

    Form.BringToFront() ?

    "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C# question tutorial

  • Reference Debug/Release version dll's of external projects
    W wrykyn

    Hello, I have a project in Visual Studio that references some external "Debug" dll's. It works fine in "Debug" mode. I want to rebuild this project in "Release" mode. Visual Studio complains that it cannot find the "Release" version of those external dlls. When I try to add the "Release" version of that external dll it complains that a reference to this dll (Debug version) already exists in this project. Replacing the the "Debug" version of the external dll with its "Release" version lets me rebuild my project in "Release" mode. I was wondering if there was a way around this, instead of switching the versions of the external dll's I use (between "Debug" and "Release") everytime I want to do a "Debug" or "Release" version of my project. I've never seen this before, it usually just finds the right dll by default. It suprised me. Thanks and Regards, Ramanan

    "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C# announcement csharp visual-studio debugging performance

  • A question from google.
    W wrykyn

    Chris Losinger wrote:

    it's not a rotation around the Z-axis, it's a rotation of the Z-axis

    Nicely put "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Lounge question career

  • A question from google.
    W wrykyn

    I think I get it now, the mirror reflects things that are put 'into it', 'out of it' "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Lounge question career

  • A question from google.
    W wrykyn

    Rob Graham wrote:

    an appearent 180 degree rotation about YOUR axis of symmetry

    Your axis of symmetry is because your eyes are placed left to right isn't it ? If your eyes were placed top to bottom and that's how your brain processed images then your axis of symmetry would be vertical and everything would appear rotated about a vertical axis for you. That's what I meant. "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Lounge question career

  • A question from google.
    W wrykyn

    If you turned your head 90 degrees and your eyes were also flipped vertically then it would be inverted top to bottom, yes. I read this in that puzzle book "How to move Mt Fuji", its probably lying around somewhere, I can tell you in more detail if I find it. "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Lounge question career

  • A question from google.
    W wrykyn

    Its because your eyes are placed horizontally, if your eyes were placed vertically when you stand in front of a mirror you should see everything inverted top to bottom. "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Lounge question career

  • "War on terror" no more.
    W wrykyn

    Alvaro Mendez wrote: What's frightens you about her? That I will lose the excessive violence and sex in my video games that I now lovingly treasure and take for granted ? :-D "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Back Room html com

  • Do you think US policies are anti-Muslim?
    W wrykyn

    Bob Flynn wrote: I handled that with firm intolerance Bully for you ! :) "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Back Room discussion help question

  • Developed, Developing, Underdeveloped ... who decides?
    W wrykyn

    If Japan is not a developed country then there's no such thing as a developed country. I think the distinction is made by the WTO and other organizations. Includes such things as GNP, the value of a nation's currency and other things. "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Lounge question

  • Burning the flag
    W wrykyn

    brianwelsch wrote: Any other countries have laws prohibiting the desecration of their flag? Yeah, in India desecration of the flag is a criminal offence. "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Back Room database algorithms question

  • IEnumerable<string> in VS 2003
    W wrykyn

    Thank you :) "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C# visual-studio performance tutorial learning

  • IEnumerable<string> in VS 2003
    W wrykyn

    I'm trying to run an example that I found in a book that is for VS 2005. They use "using System.Collections.Generic" (which is not there in VS 2003) and also they use IEnumerable to provide foreach support to a class like this: public class ClassName : IEnumerable and then public IEnumerator GetEnumerator() { foeach(){ } } I'm not able to tack on the to either IEnumerable or IEnumerator in VS 2003 (to show that I'm returning a string from the foreach function) and I'm wondering if I'm missing including something or if this just cannot be done in 2003. Thanks "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C# visual-studio performance tutorial learning

  • Toolbar resolution
    W wrykyn

    I tried replacing the toolbar in my application with a 24 bit color toolbar bitmap. Since I edited the original toolbar bitmap image the buttons are all in the right place, however, saving the image as a 24 bit bitmap makes it look (in the application) hideous. Is there any way to simply increase the resolution of the toolbar bitmap as it is rendered in the application ? (from 4 bit to 8 bit color ?) "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    C / C++ / MFC graphics performance question

  • Cell phone companies giving out customer numbers
    W wrykyn

    Yikes. And I was thinking of switching this week from Verizon to TMobile so I could get a new phone with a one year contract. I'll rethink that. "One of the Georges," said Psmith, "I forget which, once said that a certain number of hours' sleep a day--I cannot recall for the moment how many--made a man something, which for the time being has slipped my memory."

    The Lounge sales 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