| Thread | Last Post | Replies |
|
| What happens with DirextX | 29 Jan 2006 19:09 GMT | 2 |
How do we do DirectX and Direct 3D from a .NET (CLR) program? Or is there a new way to get that type of performance? Thanks in advance, Perry.
|
| devenv commandline switch /clean has no effect | 29 Jan 2006 16:47 GMT | 2 |
Sometimes, I want to archive or transport a solution. In such cases, I would like to remove all redundant files from the solution, i.e. all compiler output. The documention describes the command line switch /clean (see
|
| converting IDL to .net Interfaces | 29 Jan 2006 16:09 GMT | 5 |
does anyone know of any tools that will convert IDL/tlbs to 100% VB.NET or C# source? All the IDL was written for compatibility with VB6. It is not complex but i have so much of it it would take a long time to do by hand.
|
| How to hide SessionId in URL when using Cookieless Authentication | 29 Jan 2006 11:19 GMT | 1 |
I am using Cookieless Forms Authentication. Due to this I get the session ID in the URL as follows: http://localhost/testcookie/(S(112ny2vvuypkkg55pzcyk4qd))/default.aspx How can I hide this session Id string from being displayed in the URL while
|
| DotNet 2.0 Possible Bug | 29 Jan 2006 08:56 GMT | 1 |
Running .NET 2.0 on a 64 bit machine. The OLEDB provider for Microsoft Jet 4.0 generates the following error when the open method is invoked. "The 'Microsoft.Jet.4.0' provider is not registered on the local machine."
|
| ListBox explicit sizing | 29 Jan 2006 06:02 GMT | 2 |
I am using the listbox control to list some information, but it is part of a resizable control which looks ugly when everything is resizing smoothly except the listbox which resizes in increments. Is there a way to smooth it?
|
| httpwebrequests, cookies and sessionID | 28 Jan 2006 18:30 GMT | 6 |
I've been using httpwebrequest / xmlserverhttp to log into a website via POST. I've received all the response headers back, some of which contain the "set-cookie" headers. When performing any other action on the website I need to submit the
|
| Const declaration | 28 Jan 2006 15:26 GMT | 6 |
how can i delcare Const HKEY_LOCAL_MACHINE = &H80000002 in vbscript to VB.net ? thanks
|
| Login Controls | 28 Jan 2006 12:09 GMT | 5 |
Dear Experts, I an trying to use the Login controls in asp.net 2.0 in the Visual Studio 2005. I have created the login page as login.aspx and set the DestinationPageUrl to ont of my webpage. I have included the Loginname
|
| msbuild | 28 Jan 2006 01:45 GMT | 4 |
could not find anything specific to this but does anyone know of msbuild has a new quick start tutorials. The only one i can find seem to be for the preview version of msbuild. Is thiis the only one out there? Appreciate it,
|
| WebService timed-out | 28 Jan 2006 00:39 GMT | 2 |
I'm calling a WebService that is in Web References. The funny is sometimes it works and after calling serveral times. It generated the following timed-out error: See the end of this message for details on invoking
|
| 2.0- VB.NET Interop Issue | 27 Jan 2006 22:51 GMT | 2 |
Long story longer, I'm tearing my hair out trying to get some of my assemblies to work in ASP/COM. I have 4 classes/assemblies: #1. CustomerMembershipProvider (Inherits MembershipProvider) #2. CustomTcpClient (Inherits TcpClient)
|
| Web form gives no rows in parameter query | 27 Jan 2006 21:43 GMT | 1 |
I have a stored procedure: CREATE PROCEDURE jan.faq_mainframe (@type varchar(100)) as SELECT
|
| displaying images on a website from binary | 27 Jan 2006 18:56 GMT | 3 |
I have several images i want to display in an ASP.Net application. The images are being passed to me in binary format from another application. Is there a good way to write them directly to an HMTL page without having to save them to the server and create a URL to the virtual ...
|
| Importing a Com Object | 27 Jan 2006 18:39 GMT | 2 |
I have a COM object and I need it to import the comobject.dll into my VC++ 2005 application. I was able to do it easly in C Sharp but in VC++ 2005? Many Thanks
|