Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Forum Post

Connect to another pc

I have username and password of another pc and I want to connect to that pc from my pc. How can I do this by programming c# or vb.net or Delphi
Forum Post

Detect double click on files

What do you mean exactly? if i understood correctly, you can use WM as well. there is also E_Book about it. i have it. call me know if u want. 7007.saeed@Gmail.com
Forum Post

Re: Component at runtime

You assign the method you want to fire to the event handler that you want to trigger it. example. MyButton1.OnClick := HandleButton1OnClick;
Forum Post

Please help, i need book about Delphi programming

I need book about Delphi programing, thanks!
Forum Post

Re: TDBF for Delphi 2009 and Delphi 2010 - fixed version

Greetings I've used your code. Thank you. But when I want to throw in the database gives the error. If may help. with dbf do begin TableName:=path + 'myfile.dbf'; Open;...
Forum Post

Re: delphi 2010 and tclientsocket problems

This happens when there is a problem communicating with the server, most likely the server is in-accessible. Unfortunately, that popup error message is nearly permanent, the error event doesn't catch...
Forum Post

Re: Create Shapes runtime, then drag and drop them.

I got it right by using a TComponentList. Relatively easy. if (Sender is TManyShape) then begin pointer := ComponentList1.IndexOf(ManyShape); ManyShape:= TManyShape(ComponentList1);...
Forum Post

Help File

Help File). Can any one give me an idea as to how to link my help file to my application.
Forum Post

Re: DBT_DEVICEQUERYREMOVE

I've fixed my own problem. I had declared DEV_BROADCAST_HANDLE in an incorrect way. This is the correct declaration: PDEV_BROADCAST_HANDLE = ^DEV_BROADCAST_HANDLE; _DEV_BROADCAST_HANDLE =...
Forum Post

Re: Important Question: what does this code do in delphi ??

This code for determining the maximum value of array of integers
Forum Post

Re: Important Question: what does this code do in delphi ??

seems like, it's just counting the sum of the Input array in a complicated way... x always 0, y = length(input)-1, z = sum(input)... I don't know what the purpose of this code...
Forum Post

Highlight all the cells of string grid when CTRL+A is pressed

Hi all, I have a string grid component in my code. I want the string grid cells to be copied to clip board. I select a cell and when i press 'CTRL+A' all the cells of the string grid should be...
Forum Post

Need Textfile Help

Hi, So i have a texfile which is just full of random stuff and i need to change a few things in it. But, the tricky part is i want to create a program to do it and to use two variables (two things i...
Forum Post

Re: treeview

Quite good directory treeview tool called print directory not a freeware but affortable.
Forum Post

Creating a Torrent File

Hi, Would any one know how I can create a .torrent file from Delphi. Thanks in advance Kyle
Forum Post

thread

i have thread in my program , it is running continuously for infinite time . but it needs to be free when application is closed. but when i am freeing the thread on form close event ,it is giving...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.