Answer Questions
Morten Wennevik Best way to do something
I have a project and I'm not sure the right way to go about it - I'm after some ideas. Basically it'll be a program that takes ad bookings for a magazine and allows them to be placed on pages in magazine editions. I'm thinking of setting up a class for ads, pages and editions but my problem is that an edition will have properties like date, magazine, number of pages but also contain an array of pages then a page will have properties li ...Show All
José.Alvarez Resources for Beginners
Good day fellow developers, Being a 4GL database developer for over twenty years, I've now decided to break into the Web development world and have a simple question maybe you can help with. I'm running Visual Web Devloper and SQL Express setup, and am very familier with SQL 7.0. I would like to know what resources would be the best starting point to begin to understand HTML, XML, ASP, and .NET logic. Having read the associated manual "Buil ...Show All
Tomer Noy how can i display all line numbers in code view?
plz help on showing line numbers in code view of C#.net 2005 thx kendsr, can't believe it took me that long time still not able to find it. Now I am happy, cheers :) Under tools, select options, select text editor, select c#. You'll see a checkbox near the bottom under "Dosplay" for line numbers. Check it and you'll have line numbers in the code view. Line Numbers is missing from my view. ...Show All
Raj Patil The future of Express Editions
I'm curious what the long term plans are for the Express Editions. Once out of beta, will the Express Editions continue to be free I am intrigued by the possibilities, as long as it doesn't turn into crippleware. I am a hobbyist programmer, and know several people, like myself, who aren't inclined to spend big dollars for each upgrade. Granted, the Standard Edition products are not outrageously expensive, but for people looki ...Show All
Calve Copying a converted VB6 project gives Class Not Registered errors
I am converting a relatively small VB project from VB6 using VB 2005 Express. I was working on it using my workstation and then I copied the directory tree to my laptop to continue working at home. Both machines are Windows XP with VB 2005 Express installed. When I opened the project on the laptop I get Class not registered (REGDB_E_CLASSNOTREG). Looking in the project references, I noticed that some objects like Interop.MSAdodcLib are not in th ...Show All
basi question about viewing output
I am just using visual C++ 2005 express as a base to program simple programs in C++. I have a couple problems with the program. 1, after i compile the program, how do i execute the program so that i can see the output of the program. 2. how can i view that in a different window Any help would be appreciated. thanks thanks cgraus. It worked! Thank you... Even I had the sa ...Show All
dwhsix "Failed to add validation event handler because the following error..."
Failed to add validation event handler because the following error: El indice no es valido. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX) While double clicking on column. Editor shows this: namespace HolaMundo1 { partial class Database1DataSet { partial class CLIENTESDataTable { } } } Windows XP sp2 in spanish. Visual C# Express 2005 SQL Server Express 2005 Some idea what can I do It seems a bad DLL / OCX / assembly ...Show All
Arjun B Windows apps in native code format
Is it possible, by starting out with a blank C++ project, to write the type of program which starts out with a call to WinMain, and then, after doing some initialisation, makes a call to the Windows API to open a window before going into the message loop I haven't got any immediate plans to write such a program, but I just wondered. Yes it would be possible. You might need the platform SDK. http://www.mi ...Show All
Brad Albrecht Cannot select Dll Application Type in Win32 Console Application
I am creating a new VC++ Win32 Console Application project in express edition and when i go to Application Type i was not able to select Dll as the Application Type in Win32 Console Application. Why and how to use the Dll Win32 Application type Willfin I still cannot enable the dll option in the Application Type. Willfin Look at this blog http://blog.kalmbach ...Show All
TheHood Missing Microsoft.Office.Interop namespace
Hello, I have recently been using VB.NET 2005 Express to update code written in VB6. I have been able to migrate everything needed so far with the exception of a block of code which writes a text string to an MS Office Word document. I have followed all the advice I could find on installing the Microsoft Office Object library 11.0 (Office 2003) as a reference to my project. I am then able to add the Microsoft.Office.Core namespace to my ...Show All
RLewkovich Value Conversion Error
Hi Whenever I retrieve a piece of information from a custom query, and then trying to add that information to a new row, I always receive a "Value of type Integer cannot be converted to 'System.Guid'" error. Does anyone know what could be the root of the problem Dim currentHighID As Integer = Me .Tbl_OrderDetailTableAdapter.GetMaxID newRow.ID = currentHighID+1 <<line with error ...Show All
Balmor Setting the Version Information in the exe file
I am currently using the express edition of Visual C++ 2005. Is there any way of setting the version number, description, company, etc. that appear in the Version tab of the properties dialog of the exe There doesn't appear to be a resource editor in the express edition. Is there an alternative or would I need to upgrade to the full Visual Studio to do this Mog0 Are you searching for this http://blogs. ...Show All
checkity Manual installation of VC# Express Beta 2 is a joke
To be able to manually install the Beta 2 one needs to get non-free 3rd party products to make a virual drive for the iso .img file. Whats the big idea, why couldnt just be settles with good old zip How is one to install if cant buy the 3rd party products just to install VS Is there an open source free alternative Thanks Thanks for the feedback . Based on your comments, we're currently investigating for RTM (the final releas ...Show All
dmitry.bulavin E-Book : Build a program now!
Hi friends May we download the files (programs, icons) associated with this very interesting book Regards Jose Emmanuel MacAdjeh MENSAH wrote: Hi guys Where is the link for the book http://www.microsoft.com/mspress/companion/0-7356-2229-9/. Jose I typed in the address in the first few pages that says it is for sample code, instead it brought me here. ...Show All
Jmyung Make Sure You're Not Making Managed Code
C:\Program Files\Microsoft Visual Studio 8\VC\include\comdef.h(21) : fatal error C1189: #error : comdef.h header cannot be included under /clr:safe or /clr:pure Can anyone help me with this error I am trying to include the file to my program but it isnt working! Thanks, S_J Thanks a lot. Works fine now. :) Thanks a lot. I successfully ...Show All
