| Thread | Last Post | Replies |
|
| How to view full path of source files? | 10 Jun 2005 09:24 GMT | 2 |
How can I view the full path of source files in Visual Studio .Net? thanks, Naresh
|
| Com to .Net | 10 Jun 2005 06:42 GMT | 1 |
We have a dozens of VB6 components, developed some 5 years before, we have now few .Net components which references these files. Ideally we are using Biztalk server and referencing these VB6 components into that, what happens is that during actual transaction with several ...
|
| Errors in .NET Application on Windows XP SP2 | 10 Jun 2005 04:07 GMT | 2 |
Hi, I am facing a problem. I have developed a complex application with more than 25 forms with third party control(Jenus Grid) when i run application on Windows2K (Server/Professional) it works fine but when i run application on WindowsXP with SP2 it gives strange behaviour. Mostly ...
|
| Anyone have the Hotfix for 2003 Archtect Update failure? | 10 Jun 2005 03:37 GMT | 3 |
When 2003 Architect tries to run the update feature, an error message displays stating that "Visual Studio .NET 2003 setup encountered errors while attempting to download required files. Check your Web browser configuration settings and your connection hardware, and then try ...
|
| Help with CryptoStream and incomplete files... | 09 Jun 2005 22:20 GMT | 8 |
Ok, with the help of some examples found on the web and some minor modifications on our own, we have a simple and working encrypt and decrypt solution. It runs as a service, watches for files with a specific extension in a specific directory. The files are uploaded by
|
| Calling "computed" click events programmatically | 09 Jun 2005 20:09 GMT | 5 |
I have a program that mixes wizard like behavior with random access to the various dialogs in the wizard. I do this by having each step map to a toolstripmenuitem. Users can randomly choose the menu item and get the corresponding dialog. Alternatively at the completion of each ...
|
| How do I return a tick character | 09 Jun 2005 20:08 GMT | 4 |
I need to show a tick char on an aspx form I cannot see any unicode representation for this. short of using a graphic, is there a better way?
|
| Visual C# .Net Compiler could not be created" | 09 Jun 2005 19:51 GMT | 1 |
Everytime I try to open an existing web applicaton I get the following error: -------------- Project 'xyz' could not be opened because the Visual C# .Net Compiler could
|
| Getting formated SQL | 09 Jun 2005 18:37 GMT | 1 |
With the code below : SqlParameterDictionary sqlParamDic = new SqlParameterDictionary(); StringBuilder sqlBuilder = new StringBuilder(); string sql;
|
| Getting list of Properties using Reflection | 09 Jun 2005 15:53 GMT | 2 |
I'm trying to get a list of properties from a hierarchy of classes, using reflection. Using Type.GetProperties(), I get the list back in "reverse hierarchy order" (derived class properties before parent class properties)
|
| Import Excel Data into SQL Server with VB.NET | 09 Jun 2005 14:47 GMT | 6 |
Can someone provide me with an example with how to import data from an excel file into SQL Server with VB.NET? Thanks
|
| VB.NET: Two dimensional sort | 09 Jun 2005 13:57 GMT | 1 |
I have a two arrays that I wish to sort. One is the index array (full of floating point values). The other is a string array: ARRAY 1 ARRAY 2 ------- --------
|
| Sharing objects between Web and console | 09 Jun 2005 12:46 GMT | 1 |
Are there are any best practices or guidance on how to share an object between the Web world and the non? Here's my situation: i have one object (a security profile containing IPrincipal + some other stuff) that almost every other object in my system
|
| database problems | 09 Jun 2005 12:37 GMT | 2 |
I am using oracle, not by choice. I am getting some errors that I can't debug. I have my db stuff in a module with public functions named database.vb Then I am trying to call the function from a form like this: Private Sub Main_Load(ByVal sender As System.Object, ByVal e As
|
| directx questions | 09 Jun 2005 11:29 GMT | 1 |
I'm a noob trying to use managed DirectX (VC# 2003, DX9.0 Apr 2005 SDK). I used to use OpenGL with QT and VC++6.0, but I was a relative newcomer to that as well. When I used OpenGL, my understanding was that if you used display lists,
|