| Thread | Last Post | Replies |
|
| changing PictureBox color border | 03 Mar 2006 12:34 GMT | 1 |
I have a PictureBox with the border set to BorderStyle = FixedSingle and it comes up with a nice Black border. How can I change it at runtime? I use VS2005 (net2 framework)
|
| Infrastructure | 03 Mar 2006 12:33 GMT | 5 |
Im not sure if this is the correct newsgroup so please feel free to directo me to a more appropriate group. I designing a system that will be developed using ASP.Net 1.1 and will have a SQL Server 2000 backend. The system will be used by 200 users with
|
| Dsiplay tables | 03 Mar 2006 12:21 GMT | 1 |
How can I display a list of all the tables created in a database (.mdb Access 2003) using VB.Net 2003
|
| Configuration and Settings | 03 Mar 2006 12:17 GMT | 1 |
Can anyone recommend any articles / books that comprehensively cover the new features of .NET 2.0 configuration / settings? So much is changed I'm a bit confused whether to use a settings file, config file for DLL, config file for EXE . . .
|
| Beginning dump of physical memory | 03 Mar 2006 10:59 GMT | 2 |
I am getting a blue screen when booting the pc up with error: "Beginning dump of physical memory". When I reboot the error is goes away only to appear again next time when booting up. Can anyone tell me how to fix this?
|
| Web Service Returns DataTable or DataReader | 03 Mar 2006 08:05 GMT | 4 |
How to code a Web Service function that returns either a DataTable or DataReader to the clients? Or I should use other alternative? Thanks for any help! Tedmond
|
| ArrayList.ToArray() Casting for Non System Type | 03 Mar 2006 03:47 GMT | 1 |
How can I convert a list of items from ArrayList into an array of non system type objects? e.g. The following codes have error: public class myClass
|
| Images from OLE fields in Access database | 03 Mar 2006 03:06 GMT | 3 |
I'm converting a database application from Access 97 to C#/SQL Server. Old database contains some images in OLE fields. I've figured out that there's OLE header preceeding actual image data and dealt with some of the images which were in standard BMP format but most of the images ...
|
| textBox question | 03 Mar 2006 01:17 GMT | 2 |
I'm using C# and building a basic windows application, but I can't for the life of me figure out how to get an integer/long value from a text box. I have written a function which converts a string to an int/long but I feel like there should be an easier way of doing this. ...
|
| Socket Programming Question | 03 Mar 2006 01:00 GMT | 3 |
I'm trying to create a console app that will accept an incoming HTTP request and output the information of the request to the console. The code is pretty simple - here's what it looks like: TcpListener listenter = new TcpListener(IPAddress.Any, 8000);
|
| Remote debugging to system with .Net 2.0 framework | 02 Mar 2006 22:27 GMT | 1 |
I have encountered a problem with remote debugging under VS 2005 and .Net 2.0 -- it seems that the framework installation does not include the "Microsoft .Net Framework 2.0 Configuration" tool! My preferred method of debugging uses these steps:
|
| Problem with XmlDocument | 02 Mar 2006 22:20 GMT | 1 |
Before that nothing I want to ask for excuses for my english level. The problem that I have is the following one: I have a file xml with "encoding=ISO-8859-1" and accents. When in VB.NET, in a Form I write:
|
| cookie-based authentication with HttpWebRequest | 02 Mar 2006 22:03 GMT | 1 |
Providing authentication for protected content via Basic/Digest Headers seems pretty straight-forward, but I'm stuck trying to figure out how to do something a little different: say you have some sort of page of customizable content - an example might be
|
| Conditional (if statement) in a datagrid | 02 Mar 2006 20:56 GMT | 1 |
I have a datagrid and based on a condition I like to display either a asp:textbox or asp:label. How would I do that? I have the following <asp:TemplateColumn HeaderText="Qty"> <ItemTemplate>
|
| Converting hours to ticks | 02 Mar 2006 20:32 GMT | 5 |
Hi guys, How do I convert 6000 hours (int) to ticks? Thanks Maz.
|