all groups > dotnet general > december 2003 > threads for friday december 26
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Configuration Settings
Posted by Trey at 12/26/2003 10:02:12 PM
I can't believe that Dot.Net has no easy to use INI file replacement.
In Delphi you set up a class to read/write data from by using this
statement.
theINI := TIniFile.Create(filename);
To read from it you do something like:
frmMain.top := theINI.ReadInteger('INIT','Top',50);
... more >>
CIL hypothetical question
Posted by Gabriel at 12/26/2003 8:20:48 PM
I have a hypothetical question for someone at Microsoft
to answer.
Let's say I have built my own proprietary language. I
also have a small following of developers, and I have
made some money off my language and tools. Now I would
like to consider the possibility of compiling my language
... more >>
Difference between C# and VB.NET
Posted by Raj Dhrolia at 12/26/2003 4:54:42 PM
Hi Guys,
It might seem to be a very easy question, but i am very much eager to
know some good technical difference between C# and VB.NET.
Are there anything that i can do in one language and cannot in other?
And finally why C# seems to be a sort of standard in industry?
Regards,
... more >>
.NET Experts' Predictions for 2004
Posted by Derek Ferguson at 12/26/2003 1:37:48 PM
http://www.sys-con.com/dotnet/article.cfm?id=491
Feel free to read and respond.
Derek Ferguson
Editor-in-Chief, .NET Developer's Journal
... more >>
how doi draw pixl by pixl
Posted by Ivan D at 12/26/2003 12:25:06 PM
(planning to do this in C#)
plz, if you know tell me :)
Im interested in handling the drawing to a surface
manually pixel by pixel. For example I want to draw a
640x480 image according to some method I make, perhaps
each pixel is randomly colored. I know there is the set
pixel method, but ... more >>
vb.net form minimized with system tray
Posted by dave at 12/26/2003 10:12:16 AM
I am trying to start my application hidden and showing
only the system tray icon.
I have set the property showintaskbar=false however, i
still see a minimized box in the lower left of my screen.
How do i get rid of this?
thx
dave... more >>
|