View Single Post
  #7 (permalink)  
Old 21st March, 2007, 02:30 AM
MrSeanKon's Avatar
MrSeanKon MrSeanKon is offline
OcBible Creator
 
Join Date: June 2005
Location: Where the streets have no name
Posts: 766

The Wizard interface does not show Windows Visual styles.
Focus to the arrows of the comboboxes:

http://www.aoaforums.com/forum/attac...1&d=1174462196

This is a bug of *****ing Visual Studio 2003 cos 2005 appears:

http://www.aoaforums.com/forum/attac...1&d=1174462196

GKR again I saw an exception error using gradient colors (2005):

http://www.aoaforums.com/forum/attac...1&d=1174462196

gizmo we must rewrite from beggining the source code of System Reporter (you know why remember our u2us).
Moreover API.dll cos this is a C++ part of 2005:

Code:
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) 
{
	MessageBox::Show("Should I stop using M$ products?","GKR",MessageBoxButtons::OK,MessageBoxIcon::Question);
}
GKR totally different the procedure definition (2003).

Code:
private: System::Void btn_Hide_Click(System::Object * sender, System::EventArgs * e)
{
	notifyIcon1->Visible=true;
	this->Hide();
}
I CANNOT UNDERSTAND WHY THEY WANT to bother us GKR should we go to Linux forever????????????
Moreover I must rewritte RAM Stretcher's code.
Hopefully most of Ocbible forms are in C# I don't want to imagine myself if the whole code was written in C++.

Post your comments gizmo.
First OcBible versions were written in Borland C++.
It was very boring the conversion Borland C++ ----> Micro$oft C#.
What should I do????
New Windows programming platform?????
Such as Delphi?????
I do not remember anything about Pascal....
Do you suggest other one Windows programming platform???
Or Linux enviroment??????????
In this case OcBible v1.52 will be available after 1-3 years......
Moreover we don't have Linux programming knowledge, imagine you and me reading books like students........
I am very very very very (100000000000000000000 times)
Attached Thumbnails
From Visual Studio 2003 to 2005 GKR........-photo06.png   From Visual Studio 2003 to 2005 GKR........-photo07.png  
__________________

Last edited by MrSeanKon; 26th March, 2007 at 01:48 AM.
Reply With Quote