| Thread | Last Post | Replies |
|
| [Setup and Deployment] Vista-style high res icons on advertised shortcuts | 31 Jul 2009 04:19 GMT | 5 |
Is there any way of embedding vista-style hi-res icons for advertised shortcuts, because I've got .ico files with them in that look good on the app .exe, but the advertised shortcut that is set up using the icon doesn't seem to get it...
|
| Speed of VS 2005 and VS 2008 | 30 Jul 2009 17:42 GMT | 1 |
I have both VS2005 and VS2008 installed on similar VMware virtual machines with 1.5 GB RAM. VS2005 is slow, but useable. VS 2008 is at least 3X slower to the point of not being useable, and tends to crash quite a bit. Is this what you would expect?
|
| Different text encoding standards of the deployed SQL files | 28 Jul 2009 03:46 GMT | 2 |
I have a question on available text encoding standards (UTF-8, UTF-8 without BOM, UTF-16, and so on) that VSTS 2005/2008 Database GDR and non-GDR editions support while generating the SQL files for deployment or integrating with
|
| ado 'read only' recordset problem | 25 Jul 2009 03:18 GMT | 3 |
If there is a better group to post this in, please let me know. I am using VS 2005. Does anyone know why this recordset is read only? Sub PopMainForm()
|
| Where do I insert the "static void main() in my source file? | 22 Jul 2009 12:35 GMT | 2 |
Using Visual C# 2008 Express Edition and trying to compile source code, the error message indicates that my .EXE file "does not contain a STATIC MAIN METHOD suitable for an entry point". My question is where do I insert the Static Void Main() statement in my source file? Any help ...
|
| Text encoding standards of the deployed SQL files | 21 Jul 2009 21:47 GMT | 1 |
I have a question on available text encoding standards (UTF-8, UTF-8 without BOM, UTF-16, and so on) that VSTS 2005/2008 Database GDR and non-GDR editions support while generating the SQL files for deployment or integrating with CA’s ERwin Data Modeler (database modeling tool). I ...
|
| hi | 21 Jul 2009 12:34 GMT | 1 |
normally when i create a DataSet i add DataTable to it and configure it through wizard to link it to a table, normaly the select command and update is auto generated but lately it generate only the select command dont generate the update command is there any problem ?
|
| hosting xbap in a window | 20 Jul 2009 11:06 GMT | 20 |
I just learned how to host a WPF browser application within my existing web application, but once the link has opened and the xbap is running, I'm now not sure how to return to the web application. Is it possible to host an xbap application within the content of a web page?
|
| VB.NET 2005 -- Minimizing Application On Startup | 20 Jul 2009 10:23 GMT | 19 |
I have a VB.NET 2005 application that should start up in a minimized state. The code sets Me.WindowState to 1 at the end of the Form Load event but the application window opens normally. I put the following as the last bit of code in the Form Load event: MsgBox("Load Ending -- ...
|
| _CrtIsValidPointer() crippled in VS 2005 ?? | 17 Jul 2009 19:23 GMT | 1 |
I'm running vs 2005 professional and coding in c. dbgheap.c has a function for debugging read/writes that may not refer to valid heap locations Here is the description from the run-time library reference for
|
| Looking for Direction | 16 Jul 2009 16:50 GMT | 2 |
Greetings all, I am new to programming and development in general and have found that I am having a large problem in learning Visual Studio. I am wanting to work in ASP.net using either VB or C# and want to work on developing web
|
| Using the text editor: Viewing one area while editing another | 15 Jul 2009 17:32 GMT | 4 |
I have a *.vb file (although my situation could happen in many different file types) in which I want to look at one area of the file while editing another. However, because of the amount of code between these two areas (mostly things such as if statements and for loops in this ...
|
| vs2005 refuses to load symbols while debugging: what am i doing wr | 15 Jul 2009 16:50 GMT | 2 |
I inherited this vs2005 native win32 dll project and when I try to debug it, I get "no symbols loaded" for the thing, no matter what I do. The command-line options, as shown in the project properties, is: /Od /I "..\inc" /D "_CRT_SECURE_NO_DEPRECATE" /D "WIN32" /D "_DEBUG" /D
|
| default icon of a application | 14 Jul 2009 13:40 GMT | 1 |
i have the below class to get the default icon of any file when i give its extension, problem is when i set the output to a photoedit or imageedit controls i get the below error "Error 2 Value of type 'System.Drawing.Icon' cannot be converted
|
| vb.net working with excel 2003 | 14 Jul 2009 13:36 GMT | 2 |
I need to put char(5) into 'selected' columns in an excel 2003 worksheet using vb.net 2005. The problem is some of the data looks like '00123' and ends in the spreadsheet looking like '123'. I am losing the leading zeroes. The only way
|