I am looking for a forum solution for the website I am building. I am using Devise and Rails 3, so are there any pluggable solutions?
How about third-party services?
The goal of Communi
I am looking for a forum solution for the website I am building. I am using Devise and Rails 3, so are there any pluggable solutions?
How about third-party services?
The goal of Communi
I published an application on vb.net. Users will be able to install the application anywhere on the computer (or maybe not where they choose, but the default location is Where). How can I programma
When executing a VB.NET application, the CLR will translate IL into x86 instructions and look for a method named Main.
And execute the program from this method. The Main method is also called the
I encountered a problem that Unicode characters are not supported in a VB 6.0 application. I need to set Chinese characters in the record set field in my application-(the size of each field It is s
I have this code in my posts/index view:
-tag_cloud(@tags, %w(css1 css2 css3 css4)) do |tag, css_class|
= link_to tag.name, {:action => :tag, :id => tag.name }, :class => css_class This Is m
I have no luck importing Delphi DLL into Inno Setup(Unicode). DLL has a simple procedure..
procedure Foo(); stdcall;
begin
end;
exports
Foo; DLL is included in the installer source , And add
I have a program with a status bar containing three elements at the bottom. I want to redraw the second element with a different font color to indicate that the user is valid. My question is The fi
I am trying to pass some strings to a dynamic string array, in this case it is working:
procedure DoSomeThing(in_cmd: string; var out_strs: array of string);
begin
..
for n := low(out_strs)
We hope to migrate from Delphi 7.0 to Delphi 2009 in order to keep pace with modern IDEs and current technologies. Our target platform is .NET. What is the best way to achieve this goal? I will
See the answer in English> How do I check for PROGRAM idle time, as opposed to SYSTEM idle time? Three
We have a program that we are writing in Delphi XE. I have A question:
If the program is