Answer Questions
Luan no visual studio template found
I just installed the recently released Visual C# 2005 Express. When i tried to create a new project. I got this error message "no visual studio template found". I went to the "event viewer" in "Administrative Tools" to see the log. I found the message : "The Visual Studio template information is out of date. Regenerate the templates by running 'VWDExpress /installvstemplates' or reinstalling Visual Studio. Note: corrective action requ ...Show All
Cool Eithen Parser Error Message
I have built a web page that works fine on my PC (XP) when I publish it on a server (Windows 2000) it comes up with the following Error Any Ideas on how to resolve this. "Parser Error Message: Unrecognized attribute 'xmlns'. Source Error: \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration xmlns=" http://schemas.microsoft.com/.NetConfiguration/v2.0 "> <appSettings/>   ...Show All
Pranav Shah Printing from VB Express
I have come across several posts indicating that it is nearly impossible to print documents, much less interact with Word, when using Visual Basic Express. Is this true If so, will this functionality ever be included or will I have to either purchase Visual Studio or learn another language I'm with you SJW. Everbody just wants to be able to call Print and have it all done for them. We're developers people. We ...Show All
JohnLR Error with CurDir!
Hi all, please could someone explain the problem i am having. To make this simple when i am using the CurDir property in Visual Basics it keeps displaying the wrong directory. When my excel document loads up i want it to dislpay what directory it is saved in. So i create the function: Private Sub Workbook_Open() Msgbox CurDir End Sub in the ThisWorkbook code form. When i close down the document and go file - open etc and open the fil ...Show All
jcarranza serialport component
is there any documentation on how to use the serialport component in visual basic express edition I would like to see lots of examples please. Where is the .zip file mentioned in the post or do I simply copy and paste the page . I believe there could be thousands of people like us. I don't think that Microsoft thinks that anyone would still be using the humble serial port or h ...Show All
Sukha Organizing Libraries?
Greetings, I'm trying to learn c++ using the VC++ Express Edition. I've discovered that it has a lot of really nice features. I need to get a better understanding of the Options Dialog, particularly: Options>Projects and Solutions>VC++ Directories. I really need to get a better understanding of what this syntax means: $(FrameworkSDKDir)Bin, $(PATH),$(VCInstallDir)PlatformSDK\Bin... and so forth. I understand that these ...Show All
Padam Generation of Class Diagrams
Hello all, How to generate class diagrams from VS 2005 .net for C++ project Thanks and Regards Madhu This is saddly not supported for C++! ...Show All
LauraH Problems with authentication using VWD
I am having alot of problems trying to setup authentication. I am using VWD and SQLExpress 2005. I was following a tutorial and managed to get a user created. When I attempted to login I always get failed. There is no way that I can see to debug this. If there is a problem would it not be usefull to the developer to know what the problem is. I understand why the control will not indicate to the user what the problem is but when debugging I would ...Show All
pwelter34 Why can't I see the Objects (Present in the form) in a .vb file ?
I've used VB 6 , Where you can view the objects present in the form using shift F7 . But when i open a .vb file in vb2005 exp edition there is no option where i can view the objects (that are present in the form) I'm new to VB.NET, will .vb files would have objects (i mean command box etc..)in the first place The Properties window has a combobox at the top, that contains all controls on the current form. ...Show All
Iyana Display the combo box text as a tool tip text...
in c#.net my combo box has got large text.....can we display the text on mouse over event....in the tooltip text like.... example : in properties window if the text is not is visible area, then it is displayed as tooltip text.... plz help me soon Hi, Is your problem solved by above replies If no then try look into the links below. Links: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_v ...Show All
Mustafa AYG&#220;N I have problem with the tutorial.
Hi, I am a beginner in using visual basic 2005 express edition. And I went through the tutorials. But when coming to 'Connecting to an Existing Database' part, I encounter the problem which I am not able to update the changes to the database. When i tried to delete a record, the change is not made to the database. So everytime when i press F5 again, the data will be get back to the old one. I understand that t ...Show All
karch BindingSource.Filter Problem
I am new to Visual Basic programming and I am having trouble filtering a column in a DataGridView. The code I am using is the following: Dim sText As String sText = Me .ComboBox_Set.Text List_Screen.Player_InfoDataGridView.DataSource.Filter = "Make2 = '" &sText& "'" I have seen an example of this that supposedly works, but it's not for a String, but an Integer. When I type this code, an error mes ...Show All
Asan Where's the "e-book"?
As one of my "Registration Benifits" listed, I see: E-book - Download an electronic version of MicrosoftR Visual C#R 2005 Express Edition: Build a Program Now! from Microsoft Press I've searched High and low -- Where do I find this thank you Bushranger! That one actually worked!! I still can't get it. I kust get a page saying that the page is unavailable ...Show All
sambar I need to count by ascii characters. Seems tricky!
Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next ...Show All
JWSUN Compiler Code Genreation Options....
Hi Folks, I am in VC++ Exp. trying to follow a book on SDL. The book advises to select project settings (which is ALT-F7) and then in Object/Library Modules tst box type sdl.lib and sdlmain.lib. For this step I have gone to linker and put them in as additional dependancies Then is says: select the C++ tab. From the catagory drop-down menu select the Code Generation Option. From Use Run-Time Library drop down menu select Multithreaded DL ...Show All
