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 TouchToneTommy 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: idinkin
  • Content: Threads
  • Order by date
  1. idinkin

    Organizing code

    Hello, I have two questions: 1. Can I split the implementation and the declaration of a class into two different files? Like it was in C++ using .h and .cpp files. 2. Can I implement two different classes in one .java file? I'm using Netbeans for developing J2ME applications. Thanks!
  2. idinkin

    function name

    Is there a way to get the name of the function where the program is running now?
  3. idinkin

    Direct GXF card access

    Hi all! Anybody have an idea how to directly access the GFX card, to draw on it?
  4. idinkin

    Function Optimization

    Hi all! I wrote the following function: Function FillBitmap(Buffer() As Byte, SrcColor As RGB, DestColor As RGB, Width As Long, Height As Long) Dim Red As Double, Green As Double, Blue As Double Dim DeltaRed As Double, DeltaBlue As Double, DeltaGreen As Double SrcColorRed = SrcColor.Red...
  5. idinkin

    Bitmap

    Hi all! How can I load an image and display it on form using API functions. I mean without using Form1.Picture or ImageBox, PictureBoxes. Thanx!
  6. idinkin

    DLL question

    Hey everybody! If I will create a dll in Visual C++ can I use the classes of Visual C++ in Visual Basic? If the answer is positive tell me please how can I do this... Thanx!
  7. idinkin

    msagent

    Hi all! Can you tell me please how can I get the list of the TextToSpeech engines installed on the computer of the user? Thanks.
  8. idinkin

    Learning algorithms

    Hi all! Could you tell me where can I find any information about learning algorithms on the net and if you can tell me about them by yourself. Thank you!
  9. idinkin

    GetWords function

    Hi all! I want to create a function that will recieve a sentence (string) as an argument and return an array of words. Could you tell me please how can I do this? (The part of splitting the sentence to words is already ready but I have a problem with returning an array of words). Thank you!
  10. idinkin

    GetWords function

    Hi all! I want to create a function that will recieve a sentence (string) as an argument and return an array of words. Could you tell me please how can I do this? (The part of splitting the sentence to words is already ready but I have a problem with returning an array of words).

Part and Inventory Search

Back
Top