Language
Any
Platform
Any
License
Any
: This message was edited by Matrix.net at 2006-8-18 8:8:31
:
: I did this a long time ago and forgot. Basically I want to take a string such as "8/22/2004" and break it up into 8 22 2004 based...
This message was edited by Matrix.net at 2006-8-18 8:8:31
I did this a long time ago and forgot. Basically I want to take a string such as "8/22/2004" and break it up into 8 22 2004 based on the...
Can someone please tell me how to get this to print. I am using VB6 and I have a print button on my form, but do not know how to make it print.
Many thanks.
Private Sub Command3_Click()
Open...
: : Hi i am new to scripting in linux and i am trying to learn BASH scripting.
: : Can anyone help me out with the commands to see the total login time of all users and their information.
: :
:...
Hi guys
I am having an idea to computerize my college timetable
allocation.so kindly help me in implementing it.Send me some
algorithm or any related thing.
thanks for reading this.
: Hey, I know this might seem easy. However, my son needs one up.
:
: How much for a set up. I purchased already the nukeforums 7.9.
:
: Now we need it in the linux website (php).
:
: get...
: Hi i am new to scripting in linux and i am trying to learn BASH scripting.
: Can anyone help me out with the commands to see the total login time of all users and their information.
:
You'll...
i am using a grid to display a table from the db and same time we can
insert values into the same table in db.
for eg:
lets have a single column table named "tbluser" and the column "E_name"...
Hi i am new to scripting in linux and i am trying to learn BASH scripting.
Can anyone help me out with the commands to see the total login time of all users and their information.
Try setting the SQL property of the query during run time. Parameters that are dependent on run time values cannot be set during compile time. Which component are you using? The TADOQuery has a SQL...
Check Me
: : last := current;
: : end;
: :
: : procedure view;
: :
: : begin
: : current := first;
: : while current <> nil do
: : begin
: : writeln(current^...
: Hi All
:
: I'm an experienced database administrator and programmer with 5 years teaching expierience. It's time now for me to update my skills by learning a new language.
:
: I've been...
LoadIcon(IDI_ICON1);
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
}
LoadIcon(ID_MIT);
But it doesn't work. I want to know how to assign an icon at run time by using LoadIcon or any other function.
Hi,
Currently i m working in Microsoft technologies. I wnat to switch to Oracle Apps. I am confused about how to go for studying Oracle Apps.
Where to start from? how much time should i devote...
0 then
: for i := 0 to 99 do
: Memo1.Lines.Add(ParamStr(1)); // Show 100 times 1st parameter
:
:
Perfect , thanks zibadian :)
: Hi,
: I am using VC++ 6.0. I don't know how to assign a particular Icon to our exe.
: I want to know both design time and runtime methods of assigning icon to the exe.
:
: Can any one...
I have a script which uses the keyboard to move through a maze which is stored in a mysql database accessed through php pages. It works out if a move is possible based on the map.
It works fine most...
0 then
for i := 0 to 99 do
Memo1.Lines.Add(ParamStr(1)); // Show 100 times 1st parameter
: This message was edited by koushikkrk at 2006-8-12 4:46:48
: This message was edited by koushikkrk at 2006-8-12 4:45:35
: Hi guys,
: I am trying to computerise the time table generation...