Search:

Type: Posts; User: Shady Soft

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. I always hear that linux is an Open Source OS, so how can i download the Souce !!!!!!

    Hello every body!!!!!
    In every Linux website that i visit, they say that Linux is an open source...But this is only what they say.
    So if Linux is open source, where can peoples get Linux source...
  2. Re: using ListView (Report View) in delphi???

    Oh, Forget It!!!! :ehh:
  3. [Delphi]using ListView (Report View) in delphi???

    Hi..I hope that i get a fast answer for this (unlike my Winsock question :ehh: )!!
    OK..I have a listview(Report View)..and i have 3 Row in it.. and a 3 text boxes and a command button..I want to...
  4. Replies
    5
    Views
    18,283

    Re: Using Winsock In Delphi?!

    :sick:
    No..No..No..No...
    I don't want to use the Winsock OCX :sick:
    The only reason that made me learn Delphi is to get out from the OCXs hell :ehh:
    What i am asking is how to use the Client...
  5. Replies
    10
    Views
    1,380

    Re: OCX inside EXE

    Hello every one..
    If he don't want to use a setup program but to put OCX files inside an EXE do this:
    First go to this link: http://www.bitarts.com/download.htm
    and download the Fusion program.....
  6. Replies
    5
    Views
    18,283

    Re: Using Winsock In Delphi?!

    Any Body!!!!!!!!!!!!!!!!
  7. Replies
    5
    Views
    18,283

    [Delphi]Using Winsock In Delphi?!

    Hello every one :D
    In Visual Basic i use to work with Winsock and i made some cool programs using this cooool tool :)
    But now i'm in Delphi and i quit VB for ever..And i would like to know how to...
  8. Re: Can someone help me with the implementation of KillProcessByName function?

    I'm sorry, i'm not that good with english...
    But if you mean killing a process like:

    Killprocess ('Explorer.exe')
    or
    Killprocess('Notepad.exe')

    If you mean that i can help you..
    Do you mean...
  9. Replies
    10
    Views
    28,399

    Re: [DELPHI] - Download Files

    Allright!! :)
    Thx alot man :D
  10. Replies
    2
    Views
    17,465

    Re: [DELPHI] - Get running processes?

    thx alot for answeing my question :D :D
    but i found what i was looking for :blush:
    - I have a loooooooooot of Delphi questions..But i don't think that i can post them in the Code Bank..Is there...
  11. Replies
    10
    Views
    28,399

    Re: [DELPHI] - Download Files

    No, I'm Sorry i am still learning Delphi (I was a VB programmer) and i start working in Delphi in almost 2 months.
    Do you mean something like that

    uses
    Windows, Messages, SysUtils, Classes,...
  12. Re: Getting Running processes into a List Box and Kill Selected [Delphi]??

    Yes my question is how can i make a processes nmanager in Delphi...
    Sorry if i post the question in a Code Bank forum..But there is no other Forum to post Delphi questions :rolleyes:
  13. Replies
    10
    Views
    28,399

    Re: [DELPHI] - Download Files

    First, thx for posting this code...
    but i have a problem using it..When i run the program they give me this error:

    [Error] Unit1.pas(25): Undeclared identifier: 'HInternet'
  14. [Delphi] Getting Running processes into a List Box and Kill Selected ??

    Hello every one!
    I don't know if i can ask questions in this Forum..But i will any way :rolleyes:
    - I want to ask this:
    I have 1 Listbox and 2 Buttons
    The first button get running processes into...
  15. Replies
    8
    Views
    1,006

    Re: Writing Listbox Contents To A File

    I have a question if you don't mind :rolleyes:

    I edit the code to make it put the contents of the listbox in a text box:

    For x = 0 to list1.listcount - 1
    StrBuff = strbuff & list1.list(x) &...
  16. Re: Resource Editor in VB5 (There isn't one)!!

    thx thx thx thx thx thx. it worked :D :D :D :D

    But i have another question that is not related to programming if you don't mind: Did you make Resource Hacker (Cause i've been using it for a...
  17. Re: Resource Editor in VB5 (There isn't one)!!

    yes, I know Resource Hacker..But if i make a Resource file with it, How i can compile this Resource file in my VB5 EXE :confused:
  18. Resource Editor in VB5 (There isn't one)!!

    Hi, I'm making now a simple program that doesn't required a setup file...
    So i decided to make it in VB5 (to make sure that it work on all Windows OS)..
    and in this program i want to use...
  19. Replies
    4
    Views
    503

    Re: A Windows Manager??

    So..How can i put on running windows in a Listbox :confused:
  20. Replies
    4
    Views
    503

    A Windows Manager??

    Hello every one :wave:
    - I was using a simple program that was made in VB , that's what it do:
    There is a button call: Get Windows: Getting all running Windows into a List Box!
    and alot of other...
  21. How can i put all Fonts names in a Combo box and...?

    Hi :wave: :wave:
    - Want to know how to put the system fonts names in a combo box like:

    Verdana
    Tahoma
    Ms Sans Serif...

    and i have another question that is not related to Fonts but related...
  22. Re: 2 questions in ListView (View=3-lvwReport)

    I Want to add and save Values to text box...
  23. Re: 2 questions in ListView (View=3-lvwReport)

    - Yes man, i am using 4 rows..So can you tell me how to save and open the data into and from a text box (scince i don't know anything about database :confused: ).
  24. 2 questions in ListView (View=3-lvwReport)

    Hello every one...
    I'm trying to use the ListView control to make something like an Adress Book in my program..So i make 4 columns and i made another form with 4 text boxes to add info to the Adress...
  25. Replies
    10
    Views
    735

    Re: A problem in the About form..

    But when i do that and the form2 is showed, the form1 becam hidden!!
  26. Replies
    10
    Views
    735

    Re: A problem in the About form..

    Thx for your reply..
    But what do you mean by "do it as Modal." :confused:
  27. Replies
    10
    Views
    735

    A problem in the About form..

    I am making a normal About form...
    In the form load i put this code:

    Form1.enabled=false 'This is the main form

    and on the form unload this code:

    Form1.enabled=true

    - but when i...
  28. Replies
    7
    Views
    463

    Re: 2 questions about Text Box!

    Thx every one for your help :)
  29. Replies
    7
    Views
    463

    2 questions about Text Box!

    Hello evey one :wave:
    - I have 2 questions in a text box:
    the first one is how can i type only numbers in a text box.
    the scond is how can i make a max typed letters (I want the user to type...
  30. Replies
    2
    Views
    7,890

    Re: [DELPHI] - Show IE Typed URL's

    Thx man..
    I was looking for this code :)
  31. Re: Putting all running Process in a List box

    This is exactly what i was looking for..Thx :D :wave:
  32. Re: Putting all running Process in a List box

    This code is for Terminate a Running process..But what i want is how to put the running processes in a list box..Just like when i Click on the Ctl+Ait+Del in WinXP!
  33. Putting all running Process in a List box

    Hi..
    I know how to terminate a running process but i want to know how to put the Running Applications in a list box :rolleyes:
  34. Re: Putting the contents of a Multiline text box in a List Box?

    thx alot man :D :wave:
  35. Putting the contents of a Multiline text box in a List Box?

    Hello every one :D
    I have a Multiline text box and a List box..
    And i want when i click on a Button or something to add the Multiline text to the List box...
    Any Help?!
  36. Replies
    3
    Views
    2,736

    Re: XVoice.dll ??

    Thx man..
    I'm sorry for the attachement :blush:
    I upload it but didn't submited by mistak..Sorry man :cry:
  37. Replies
    3
    Views
    2,736

    XVoice.dll ??

    Hi..
    I got this dll file from i don't know what website..
    And i read that this file can use to talk like the MS Agent but hidely..
    Any body know how to use it?
    I try :
    DirectSS1.Speak "Hi"
    But...
  38. Re: I made a Resource file contain OCX files but how can i register the OCX??

    But the ocx that i want to extract them i didn't make them..
    I want to extract ocx like comdlg32.ocx or mscomctl32.ocx
  39. Re: I made a Resource file contain OCX files but how can i register the OCX??

    But i don't want to make a setup program :ehh:
    I mean i don't like in every program that i made in vb to put in in a setup program..It is simple as that..
    So i made a Splash Screen for my program...
  40. Re: I made a Resource file contain OCX files but how can i register the OCX??

    But i don't want it to be like that!!
    When i try to register the ocx files like ur way..They only tell me that the ocx registered successfully if the ocx are alredy registered!!!
    but if i put an...
Results 1 to 40 of 125
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width