You are here:

Programming

Recent Answers

2013-05-20 Delphi - Modify Component:

This should do the trick:    unit Credits;    {********************************************************************************   *  TScrollingCredits version 1.3          

2013-05-20 Java - Threads in java:

First, you can't name a class sunchronized. It's a keyword in Java.  Typically you would use 2 classes for 2 threads if you wanted them to behave differently. Since t1 and t2 are kept out of scope from

2013-05-16 Delphi - Dragging Memos code:

Looks like you have code that's missing content due to bad copy/paste.  Here's what I was able to come up with.    procedure TForm1.MyMemo1DragOver(Sender, Source: TObject; X, Y: Integer; State: TDragState

2013-05-16 Delphi - Dragging Memos code:

It could possibly be the uses clause as you need several units to implement this code.  Here how it should look:    unit MyMemo;    interface    uses    SysUtils, Classes, Controls, StdCtrls, Messages

2013-05-13 VB.NET - VB.NET with VS 2008 and VS 2010 not display "Design View":

You must have the .designer file available for designer to work. Check using windows explorer if you can see the .designer file in the folder where the form is actually saved.    If you don't have to many

Categories

Browse Alphabetically

©2013 About.com. All rights reserved.