| Thread | Last Post | Replies |
|
| Margins incorrect when printing a report | 17 Nov 2004 03:23 GMT | 1 |
I'm trying to print a report to the printer but somehow it doesn't take the margins I set. I want the report to have a margin of 0.7 cm (397 twips), so in code I use the following:
|
| Maximum number of services under Windows 2000 | 17 Nov 2004 02:02 GMT | 1 |
Can anyone tell me the maximum number of services you can (or are allowed to) create under the Windows 2000 operatingsystem? Is this the same for all versions, e.g. AS, EE and DC? Thanks,
|
| mixing c++ and vb.net | 17 Nov 2004 01:50 GMT | 1 |
I have a C++ object with me, and I want to be able to call its methods from VB.net. I don't know if this is going to make a difference but I'm using VS .NET 2002. e.g.
|
| Good Books on ASP Net | 16 Nov 2004 22:13 GMT | 1 |
Can some one recommend a good book for asp classic developer to get into ASP net ? Thanks Andy
|
| .net's altenative to java beans | 16 Nov 2004 22:03 GMT | 3 |
HI please could anyone give me any links/URL's that i could visit for good tutorials / examples on what .net uses as an altenative to java beans ? as far as i can find out it uses "com" and wizards is this true ???
|
| A ruler toolbar? | 16 Nov 2004 21:19 GMT | 1 |
Does anyone know if there is a microsoft or third party "ruler toolbar" object out there. I have seen these in applications written by small consulting company which I don't believe would (or could) make there own custom objects. I don't need an extensive ruler; just
|
| Difference in Graphics objects? | 16 Nov 2004 21:17 GMT | 1 |
We use GDI code to do some drawing with R2_MASKPEN (because there doesn't seem to be a GDI+ way of doing it). We're getting the HDC from a Graphics object passed in to the method. This works fine if the Graphics was created from a Form or Control, but when the Graphics object ...
|
| Socket connect and poll | 16 Nov 2004 21:05 GMT | 1 |
I am not sure if this is a bug or not but it seems strange to me. If I set the tcp socket blocking to false and do a connect, then I can catch the socketexception. If the exception is WSAEWOULDBLOCK, then I do a poll with timeout to see if I can connect to the remote host. When ...
|
| socket problem | 16 Nov 2004 21:01 GMT | 1 |
I am having a socket problem after upgrading my .net framework 1.1 to the latest patch level. After the upgrade I can establish a connection but I cannot read from the socket. If I remove the patch I can read from the socket. Do you know of any security settings for .net that ...
|
| Rotate Button | 16 Nov 2004 20:39 GMT | 1 |
Is there anyway that I can rotate a command button in VB.Net. I need to get the button to match up with an image underneath it & the image for the particular button is at an angle.
|
| shape and mdi 2 questions | 16 Nov 2004 20:32 GMT | 2 |
I am building a simple window form application with c#. Now I get 2 questions: 1. I need a control like shape control which could let me lay shape(circle, line etc..) in form. does c# have one?
|
| Printer question | 16 Nov 2004 18:36 GMT | 1 |
In my code, I print a dataSet ' get grid's PrintDocument object Dim pd As System.Drawing.Printing.PrintDocument pd = flexgrid.PrintParameters.PrintDocument()
|
| 404 Error Redirects | 16 Nov 2004 16:12 GMT | 1 |
We built a new site using ASP.NET. Our old site used mainly static pages, .shtml pages. The issue arises when user searches and results with .shtml pages are still be displayed by search engines. I have added some code in
|
| Outlook and .Net | 16 Nov 2004 15:36 GMT | 5 |
Not sure where to post this. At runtime, we need to be able to make sure a user is running Outlook (at least 98 or higher) in order to send an email. So, if a condition is met, we need to start up outlook (if it's not running)
|
| SSL and transfer | 16 Nov 2004 14:59 GMT | 2 |
I am attempting to use SSL for the first time with ASP.NET I would like to be able to send my form details to another page using https:// connection. The page I am sending data to, uses Stored Procedures to add data to SQL Server. However attempting to use https:// in server ...
|