| Thread | Last Post | Replies |
|
| Creating Dynamic Menu Items | 04 Jul 2004 12:10 GMT | 1 |
I am currently writing an application in C# that uses dynamic menus that are created from a Database table. The problem I have is that i need a property in the MenuItem to store the DB Key value when I create the Item (similair to the Tag property, which is not there). Is there a ...
|
| VS.NET does not provide Build and Browse? | 04 Jul 2004 11:12 GMT | 2 |
When I took Course 2310B, "Developing MS ASP.NET Web Apps Using VS.Net, the classroom IDE listed a "Build and Browse" option upon right click on a form in the Solutions Window. On my own machine the VS.NET IDE offers only a "Build" option for the whole project. My IDE ...
|
| "Trace" output overlays the aspx form image in the browser | 04 Jul 2004 11:05 GMT | 1 |
I set <%@ Page Language = "vb" ... Trace="true" %> when doing a sing along with the Course 2310B textbook. The book says the trace output will be shown at the bottom of the web page. The result I get is that the trace output overwrites the controls on the web page.
|
| Who woulda thunk it? Real time Java to control Aircraft carriers is coming! | 04 Jul 2004 07:17 GMT | 1 |
Since Java runs eBay, is used to power most of the hundreds of millions of SIM cards in your cellphones, protects most of the security/healthcare smartcards of entire countries like taiwan, and is going to be used for BMW's 100, 300, 500 and 600 series, and likely in
|
| Getting MAPI to fetch() from a different directory? | 03 Jul 2004 20:30 GMT | 1 |
I am trying to get the Fetch() to retrieve the messages from another folder other than the "Inbox". I would like to read the messages in the "Sent Items" or "Outbox". I am using VB.NET version 7.0.
|
| Error: Web server is not running ASP.NET version 1.1? | 03 Jul 2004 15:31 GMT | 1 |
Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services.
|
| Function in VB.NET | 03 Jul 2004 03:25 GMT | 3 |
Does anyone knows equivalent of excel CUMIPMT Function in VB.NET
|
| Mixing VB and C#? | 02 Jul 2004 19:55 GMT | 3 |
I've heard it's possible to write multi-language programs, but can't find any examples of this. I'd like to write a program where the gui is in VB but the non-form classes are written in C#. Is there an example or tutorial on how to write an application which mix VB and C#?
|
| (To .Net Develpers and not only) Don't know what to think with byte ordering and similar | 02 Jul 2004 19:50 GMT | 4 |
Can anyone halp me with some questions? Is there multiplatform standart in binary representation of primitive datatypes when you writing it through BinaryWriter? In other words if I write by BinaryWriter for example Int64 or Single, can I
|
| Intergrating C++ into C#. Suggestions? Game Development. | 02 Jul 2004 16:04 GMT | 11 |
I have had a reoccurring issue with movement to C# and I was wondering if any C# gurus can give me any suggestions to this problem. Lately I have be running into companies with large c++ code repositories that are interested in leveraging the power of C# development. However
|
| Adding web service ref | 02 Jul 2004 12:03 GMT | 2 |
I am having a web application developed with me which contains a reference to a web service which is on the local network.Now I am creating the setup project for the web application. I will be deploying the application on another machine and I want to change the web reference ...
|
| GetLastError fails to get error | 02 Jul 2004 11:31 GMT | 1 |
I am having trouble using Server.GetLastError() on my asp.net pages. I defines a standard error page in my web.config to handle all site errors, but the page that is supposed to handle the error creates an error itself. Whenever I try to retrieve the last made error with Server ...
|
| ViewState ? | 02 Jul 2004 11:01 GMT | 3 |
Hello group, I am trying to do something simple (or so do I think). A web page, with a Button, each click on it adding a row in a Table below. The result I get is that the Table always has only one row (the one I'm trying to add), instead
|
| Exporting to Excel via memory-stream | 02 Jul 2004 10:34 GMT | 2 |
I´m trying to export a datatable to Excel. So far I have set up a file dump and can start Excel to read from that file. Now, my question is this: Since I have a stream, could I convert it to a MemoryStream, start an Excel process and instruct it to read the
|
| Killing own process | 02 Jul 2004 10:23 GMT | 1 |
how can I kill my own process out of a VB.NET machine (in another way than Application.Exit())? Thanks Peter
|