Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bledazemi
  • Content: Threads
  • Order by date
  1. bledazemi

    Is Delphi for Win64 ever going to make it

    OK this maybe an unusual question but i am struggling to understand the future of Delphi. Do you guys know what is happening with Delphi for Win64. CodeGear has published a a roadmap on the internet Delphi road map link which speaks about. A couple of years ago I remember reading a published...
  2. bledazemi

    How to call a Base class function from a Derived class ?

    Hi everyone, This is probably a very simple question. I just can't seem to find the answer on the documentation of C#. I have the two classes, a base class and a derived class which inherits from the base class. The base class has a Start method. The Derived class overrides this Start...
  3. bledazemi

    How to write byte[] to a Bitmap?

    Hi everyone, I am trying to write an array of bytes to a Bitmap. The array of bytes contains only the bitmap data (no header info, simply the pixels). I know the PixelFormat and the size of the Bitmap and I have the data. What I want to know is how to put this data into the Bitmap. Here...
  4. bledazemi

    Windows Messages in C#?

    Hi guys, I am new to C#, I am trying to write an small program which involves use of SendMessage routine here and there. My problem is that I am having to define all WM_ windows messages constants that I need to use (e.g. as below). public const int WS_CHILD = 0x40000000; public const int...
  5. bledazemi

    What is the best way to stop a thread?

    I am new to Java and am currently implementing a project which will have many threads running. I would really appreciate if someone could help me find the answer to the following: 1. How many threads can i run at the same time in Java? What is the maximum ? 2. Why are Thread.suspend() and...
  6. bledazemi

    Positioning TSplitter at runtime

    Hi All, Can someone help me. I am trying to create a number of Panels inside a scrollbox. Between each panel i need a splitter. I have written following code to achieve this. When i run this code all the splitters are displayed at the top of the ScrollBox. I would like each splitter to be in...

Part and Inventory Search

Back
Top