Mmm, you mean this little piece of code to write my own control? I can figure this out myself (really true LOL), but I doint know GDI+ :( (and Im too lazy LOL)
Ikke
Posts
-
WinForms Plot -
WinForms PlotDoes anyone know if there's a Windows.Forms Control aviable I can use to create graphs (like SCPL), which has the possibility to set the axes in the center (not just Y-axis all-left and X-axis on the bottom)? I need to use it to draw math functions (very simple ones, form y=ax+b), but all controls I can find put the Y-axis on the left and the X one on the bottom :S. Being able to display points on integer positions (like (1,1),(1,2),(2,3),(-1,-5),(-1,6) and so on) would be a plus. Thanks, Ikke
-
.NET Passport SDK HELL -> DemoVery strange: I get this too :):)
-
Edit an Access DB on an internet server using a WinForms DataGridYes, I'm sorry, but I found a good article on this subject in the VS.Net Walktroughs ("Creating a distributed application"). It uses SQL Server, but that's not really a big prob ;). THX, Nicolas
-
Edit an Access DB on an internet server using a WinForms DataGridI know how to create a winform with a DataGrid which enables the user to change values in an Access DB, but now this DB is stored on a server, and I don't know how to create an OleDbConnection to this DB (in C#) because you can't use URLs in the constructor :( Can someone please help me out? Thanks, Nicolas