vision2020's Q&A profile
Visual Studio Express Editions Rich text box help needed!!
I'm pretty new to VB2005 Express and I'm trying to make an app with a rich text box and have no idea on how to code the 'save file dialog', the 'open file dialog', the 'font dialog', or the 'print dialog'. I would really appreciate help. Because this question/thread is a month old and the only people who will receive notification of your post to it are those who had originally posted to it... I'd suggest reposting this new question in a seperate thread in the hopes that more people would see it and be able to assist more quickly. ...Show All
Windows Forms An error occurred while validating. HRESULT = '80040155'
Who can tell me what I should do to the error: Error 1 An error occurred while validating. HRESULT = '80040155' This error appears when I try to make a setup project with visual studio 2005 standard version. By Error help: There was a problem accessing a file or folder while building a deployment project. There are several situations that can cause file or folder access errors. When building, files are built in an output directory specified by the Output file name project property. Each time you build or rebuild, files are deleted and then re-created. If the deployment project references files outside of the project directory, those files should not be moved or deleted. To correct this error If the O ...Show All
Visual Studio Express Editions incremental linking is impossible, help please
hi, I have been struggling with this problem for over 2 weeks, and i was told in one of the forums to try here. so here is my problem: I installed visual c++ 2005 express edition, and it works fine except the fact that it seems it has not incremental linking, it seems that for some reasons, it can't access the .obj files and update them (when I check their modification date, it shows the one from the last REbuild). I even disabled Norton antivirus and Zonealarm, thinking that they might have something to do. I have no clue what to do, and the size of my project makes impossible for me to live with this problem anymore. I can't wait for the whole source to REbulild after each modification !!! please, do you have any suggestions. Hmm, ...Show All
Smart Device Development Device Emulator Manager
Why can't I access device emulator manager (I have both 1.0 and 2.0 Beta) from the Tools menu of VS.NET 2005. I can launch them both as standalones when I go to the respective folders. I HAVE registered the dlls. Any help is appreciated. Which version of VS 2005 you are using Can you please try registering device emulator manager using "dvcemumanager /register" -Thanks, Mohit ...Show All
Visual Studio WebLogAnalyzer Bug
I recently downloaded the WebLogAnalyzer 1.0. It ran it's own sample file find. However, when I provided it with a folder of several files it only reported on the last one it read. This code looks like the culprit: ' Parse each file in the list and build a collection of LogFileEntry objects. Dim fi As FileInfo For Each fi In files logFileEntries = LogParser.ParseLogFile(fi.FullName, extensionsToIgnore) Next I think that logFileEntries = LogParser.ParseLogFile(fi.FullName, extensionsToIgnore) is only holding the result of the last file parsing. Shouldn't this be a summation statement I have tried logFileEntries=logFileEntries & logParser.ParseLogFile...... but it won't work. Comments Thanks ...Show All
SQL Server have problem with service broker please help me
i'm new with service broker and need to develop mail site to send mass email and decide to use sevice broker i'm make aqueue ,sevice and all function for run service borker and creat databasie mail profile then test it but it's don't work please help me to fine what's the problem thanks very mcuh for every one read my request and response to me thanks very mcuh Can you be more specific What error messages do you see in the initiator queue, target queue and/or transmission queue Rushi ...Show All
.NET Development custom validator
hi all, I wants to know how to apply custom validator in asp.net with javascript. Can anyone explain me with example. You just have to implement a simple javascript function like: function MyControl_Validator(sender, e) { //do something to validate e.IsValid = true; //or false } Then you should drag-n-drop a custom validator control into your form and set the ClientValidationFuction="MyControl_Validator". ...Show All
Smart Device Development Listbox messages under CF 1.1 in VS2003
Hi, is there a way of filtering the messages related to a listbox I added a message filter (IMessageFilter) to my application, which allows to filter messages like WM_KEYUP, WM_KEYDOWN, WM_CHAR but i don't see messages like LB_SETCURSEL or LB_SETSEL They reason why i'm asking is that i should be able to prevent the user to change the index in the listbox. I tried setting the "enabled" property to false, But then the forecolor changes to grey, which is not acceptable by the costumer as it is diff. to read in the sunlight! I also tried overriding the " SelectedIndexChanged" event, and set the selectedIndex back to what it was ... but then i see a small index change, causing the selected item to ch ...Show All
Software Development for Windows Vista Using ExtEscape to write documents to a file in xps format!!!
Hi *, Can I convert my documents (word, xls, pdf etc) to XPS using Microsoft XPS Document Converter (MXDC). The following API gives one flag which can suffice my requirement, can somebody please give me pointers of how to use it. MXDC_ESCAPE Windows Vista: Enables applications to write documents to a file or to a printer in XML Paper Specificaton (XPS) format. ExtEscape The ExtEscape function enables applications to access capabilities of a particular device that are not available through GDI. int ExtEscape( HDC hdc , // handle to DC int nEscape , // escape function int cbInput , // size of input structure LPCSTR lpszInData , // input structure int cbOutput , // size of output structure LPSTR lpszOutData // ...Show All
.NET Development following error occurs while builiding code in Visual Studio 2005
following error occurs while builiding code in Visual Studio 2005, Can any body help me regarding this: c:\nov 8th 2006\xmlfile.cpp(64) : error C2872: 'CLSID_DOMDocument' : ambiguous symbol could be 'c:\program files\microsoft visual studio 8\vc\platformsdk\include\msxml.h(9589) : const CLSID CLSID_DOMDocument' or 'c:\nov 8th 2006\debug\msxml.tlh(951) : const GUID MSXML::CLSID_DOMDocument' Apparently, you're trying to work with XML This forum focuses on VSTO, which also has a "Document" object. But it's Not the same one you're using. I'm going to more your message to amore appropriate forum. For the future, if you don't know where to ask, post in the "Where is the forum for... " forum ...Show All
Visual Basic VB.Net IDE Crashes Often...
I am having a problem where my VB.Net IDE crashes often throughout the day... I have a Client/Server application that I am developing, shared between the two is a ClassLibrary I developed. So my Client and Server project both have this ClassLibrary as a Project added to the main Solutions. This way if I am in either the Client or the Server code, I can immediately get access to the ClassLibrary code to make changes if needed. Now, my problem is that several times a day, when I attempt to open a form in Design view, I get a white screen with a pink bar on the top that says: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may ...Show All
Visual Basic Code variable return?
I have a ton of codes in check boxes when they are checked the code name and the Code variables are sent to the textbox, but i need to know what to add to the code to return after each name and variable EX. Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkdnas.CheckedChanged Dim DNAS As String = " DC914F48 143B9835" Dim dnas1 As String = " 1C8E58B8 39A1B0E5" Dim dnas2 As String = " 1C8E58BC 3854E4D1" Dim dnas3 As String = " 1C8E5B84 15F6E79D" Dim dnas4 As String = " 1C8DB888 3853E7A3" Dim dnas5 As String = " 1C8DB88C 1456E799" Dim dnas6 As String = " 1C890108 0C535A5F" If chkdna ...Show All
Visual Studio Express Editions I can't Modified and delete Sql database file
hi i am using vb 2005 and have sql database file in my project. i can add new records but i can't delete or modified existing one. it gives me error exception. my sub is: Private Sub CustomersBindingNavigatorSaveItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CustomersBindingNavigatorSaveItem.Click Me .Validate() Me .CustomersBindingSource.EndEdit() Dim ModifiedRow As DBDataSet.CustomersDataTable = _ CType ( Me .DBDataSet.Customers.GetChanges(Data.DataRowState.Modified), DBDataSet.CustomersDataTable) Dim AddedRow As DBDataSet.CustomersDataTable = _ CType ( Me .DBDataSet.Customers.GetChanges(Data.DataRowState.Added), DBDataSet.CustomersDataTable) If Not M ...Show All
Visual Studio Team System Using workspaces to get project dependencies
Hi all, We have several team projects on TFS. Some are depending on others, for example one team project creates say for example a framework. This framework will be used as codebase for other projects. Now what I would like to do is using workspaces to copy all required dlls of the framework team project to the build folder (bin/debug, bin/release) of the project that depends on them. I could write for example a batch file that sets up this workspace and automatically gets all source files and the dependencies (the framework I mentioned) on a local machine of a developer. So my idea is that the developer simply executes this batch file and automatically gets the latest version of all files. He can then easily compile his project because al ...Show All
SQL Server SQL Server 2005 does not allow remote connections
Hello , The problem is that we are having Problem while making the remote Connection to the Sql Server 2005 Basically We are having a problem connecting to SQL2005 through a package remotely. when we try to connect to a remote data base, we get the following error [Connection manager "CRA LRRS Development DB"] Error: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Login timeout expired ". An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "An error has occurred while establishing a connection to the server. When conne ...Show All
