| Thread | Last Post | Replies |
|
| MailMessage with a large body | 15 Jan 2005 21:20 GMT | 4 |
Hi There. I have a small c# problem. I am trying to create a dynamic email body. The body may be larger than the maximum number of characters a string can have (256?). I build the string like this:
|
| Very simple question | 15 Jan 2005 21:09 GMT | 1 |
How can I get array of unsigned char from VC++ dll to VB For example: I declared next function in VC++ dll: int funct(int size, unsigned char* array)
|
| C# to C++ problems: array of Buttons | 15 Jan 2005 20:48 GMT | 1 |
I need to create a form with multiple buttons instances. In C#, this would look like this static string[] strCaption={"Button A","Button B","Button C"}; Button[] btnShow=new Button[strCaption.Length];
|
| Microsoft Discouraging .Net use? | 15 Jan 2005 19:09 GMT | 29 |
Yet another hotfix alert (http://www.kbalertz.com/Feedback_823535.aspx) that states "To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix." Whatever happened to automatic updates? Doesn't Microsoft know that
|
| .net doing BHO's Choice of platform question - Maybe experts | 15 Jan 2005 10:49 GMT | 3 |
I want to rewrite an application I originally wrote in VB and because of annoying limitations that are not worth taking time to code around. But what language do I use? The application is intended to be a mass market application so I want it to have wide appeal. In summary my ...
|
| DataGrid, Footer, and Total | 15 Jan 2005 09:35 GMT | 1 |
I am trying to calculate the total of a column in a datagrid. The amounts display fine on the grid, but the value of each cell is "" when DataGrid1_ItemDataBound is called. A funny thing is that a date column after the amount column has a valid value for each cell of the date ...
|
| VS 20005 beta question ??? | 15 Jan 2005 09:08 GMT | 1 |
I am evalutaion the beta version of visual studio 2005. I reach one point where I have created an OLEDB connection from server explorer toolbox but then I am not able to drag my conection on my form ??? Does anyone know how to do this ?
|
| Changing printer page layout (to landscape) from script | 15 Jan 2005 07:51 GMT | 3 |
I have a web browser control integrated into a form, which display a HTM page I generate in my program And I want to be able to print that web page (it is a actually a report) But I want it to print directly in landscape format.
|
| reference to handle / handle to reference | 15 Jan 2005 02:29 GMT | 3 |
i'm looking for a possibility in C# to get a unique Int32 handle for an object reference. This handle must later (within the same process of course) be convertible back to an object reference (call it handle or pointer or whatever...).
|
| Command-line tool to edit .resources? | 15 Jan 2005 00:34 GMT | 3 |
Is there any command-line tool that can add/delete and replace string and files in .resources?
|
| Data Grid Issue | 14 Jan 2005 22:31 GMT | 3 |
I am creating a Data Grid using the Property Builder and I want a link to pass two variables in a Hyperlink Column. How can I accomplish this? How can I add two data columns under the HyperLink Column section of the Property Builder? So they can be listed as
|
| Preventing print screen | 14 Jan 2005 20:06 GMT | 2 |
Is there a way of turning off or preventing the print screen function while my application is running. (VB.NET). Thanks Tim
|
| Label & Code Behind | 14 Jan 2005 19:39 GMT | 6 |
I added a label server control in my aspx file. In the code behind, the IDE does not generate the corresponding object like it does with buttons and other objects. What am I doing wrong? Is there a way to force the IDE to re-generate the
|
| Randomize array items | 14 Jan 2005 19:25 GMT | 2 |
I'm trying to determine the best way to randomize a set of array items. I'm thinking that I could use an arraylist and have it use the lower and upper bounds as the limits. Any suggestions? Cheers,
|
| Passing a set to SQL Server | 14 Jan 2005 17:35 GMT | 2 |
Is it possible to pass a DataTable, XML or some other representation of a set of data to a SQL Server stored procedure? I have some vague recollection of that being possible but am unsure and can't seem to find much that tells me either way.
|