473,472 Members | 2,257 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Bugger

I spent a good deal of yesterday making a usercontrol that would display a
picture for me with scrollbars to scroll around the pic (getting the
scrollbars working nicely was what took most of the time). Today I found out
about the scrollable control and rewrote the whole thing in 10 lines of code
:(

Anyone with similar experiences?
Apr 7 '06 #1
2 1222
When new to c# I went and wrote my own properrty dialoge which allowed
class feilds to be set via a user control. I had a great time using
reflection ect, (having coded c++ for 10 or so years I had never
encountered reflection before). And eventuly made a very nifty
controll.

Apon finishing it later that afternoon I discovered that
System.Windows.Forms.PropertyGrid was available it just wasn't in the
forms designer by default.

-dm

Apr 7 '06 #2
Ack Just remember some "buggers" from way back in the day (pre C# ).

1)
Wrote my own Super vga graphics mode module. It did proper bank
swapping for most major video cards and let me use super vga modes in
my dos apps.

Apon finishing Vesa Bios 2.0 came out with their virtual frame buffer.

2)
Wrote my own code to boot a my own project os from a disk partition
(quite a fews days down the track had only moderate sucsess) It was
getting so difficut I was about to give up the idea of writing an os
all-together.

Then I discovered lilo. Five minutes later I was bootting my operating
system from any disk.... Worst part was lilo was not new and had been
around for a while I just didn't think to use it.

3)
Wrote my own texture mapping/3d engine ala wolfensitne over half a
year..... (Was full of artifacts).

Then discoverd a new api that had recently been released
called....OpenGL. Half a day later I had spinning cubes and shaded
polygons...

Apr 7 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Erik Schulp | last post by:
Hi all, I am trying to center a layout so that no matter what resolution the viewer's on, the layout is always displayed centered. What do I need to put in the stylesheet to accomplish this ?...
56
by: john bailo | last post by:
I just installed mono from ximian on my redHat 9 workstation and wrote a simple program from the interesting book ado.net in c# by Mahesh Chand. mono is fun ( is there ado for linux ? ...
25
by: | last post by:
Hi, The following code shows the FolderBrowserDialog = broken. FolderBrowserDialog folderDialog = new FolderBrowserDialog(); folderDialog.ShowNewFolderButton = false;...
13
by: baumann.Pan | last post by:
when define char *p = " can not modify"; p ='b' ;is not allowed, but if you declare p as char p = "can modify"; p = 'b'; is ok? why?
7
by: Klaus Bonadt | last post by:
I have an existing VC6 application using the MFC. I am able to pass CString and other parameters from such a VC6 dll to an unmanaged MFC dll (compiled in Visual Studio .NET). Now I want to use...
11
by: Nak | last post by:
Hi there, I have just read an article that explains how to prevent people from decompiling your assemblies with ILDASM. Apparently this can be achieved by writing something like, ILDASM...
4
by: possibilitybox | last post by:
I'm trying to make a unicode friendly regexp to grab sentences reasonably reliably for as many unicode languages as possible, focusing on european languages first, hence it'd be useful to be able...
90
by: John Salerno | last post by:
I'm a little confused. Why doesn't s evaluate to True in the first part, but it does in the second? Is the first statement something different? False print 'hi' hi Thanks.
12
by: Andy Terrel | last post by:
Okay does anyone know how to decorate class member functions? The following code gives me an error: Traceback (most recent call last): File "decorators2.py", line 33, in <module> s.update()...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.