grdanielson's Q&A profile
Visual Studio Express Editions Error when installing VWD Express
I have tried installing VWD on my Windows XP and i get the error "Service pack 2 for XP is needed" I installed SP2 for XP and still getting the error.. Any ideas Thanks I would first go through a complete Microsoft update and make sure that you machine is up to date... You might have to make sure that the sp2 did go in... Check in the system application in the control panel just to make sure. If a ...Show All
Visual Studio Is it possible to control the width of the dropdownlist in the parameter toolbar?
I have a SQL Server Reporting Service report(server mode) that has only one string parameter (retrieved from a database) , thus the report parameter toolbar displays a dropdownlist. Is there a way to control the width of that dropdownlist in SSRS2000 What about SSRS 2005 For example: make the dropdownlist fixed width Currently it is automatically sized to the longest string in the list so it is adding a horizontal scroll bar and my users di ...Show All
Windows Forms ClickOnce Deployment
I have a question for publishing the new version with ClickOnce. In the demo shown you do it through the visual studio. Can this be done in any other way. We do not give the source code to the customers so they can't publish it using visual studio. Suppose I am giving an update to the customer. Can we give them a package and ask them hey this is the updated version (1.0.13). Unzip it on your deployment server, say the deployment server has a ver ...Show All
Visual Studio Express Editions Whats going wrong here?
Hi Folks, Could someone please take a look at : http://pastebin.com/657314 I am not sure what I am doing wrong. All the errors and code are their. Thanks -Al On this line vtElevationGrid::LoadFromASC("C:\\Documents and Settings\\Al\\My Documents\\FLIR Targetting\\gx20tm.asc" , ); At the end there is a comma , before ) Either you should not have the comma there or you should h ...Show All
Windows Forms modifier keys...
I'm making a Kbtester for a standard 106 kbmodel/layout using vb2005. I'm having problem with the left and right modifier keys example the shift key. the left and right output the same keycode"16". with same output i cant really seperate the two keys. However, it say at keys enumeration that the <R>shift key is assigned to keys.rshiftkey with keycode 161 and the<L>shift is keycode 160.. how do i enable ...Show All
Visual Studio Team System about the permission to documentation
in the team explorer, each project have a documentation file folder, it consists of serveral kinds of documentation, such as developing, testing, project management and etc , I want to set differrent permission to these documents, some people can only read the developing documents, some people can only read the testing documents, and some people can only read the project management documents, how can I do can VSTS ...Show All
Windows Forms Treeview Bug
It is not possible to make a single node bold without the end of the node text being clipped. The work around this problem, I tried setting all nodes to bold and then setting all but one to regular. The problem now is that  ...Show All
.NET Development Listbox data binding tentalizing problem
This is a question on listbox data binding using VB 2005. I used a listbox to bind an attribute of a table. When the program runs, the data are displayed correctly in the listbox. The puzzling problem is that when I try to click buttons that I have on the form, none of them responds. For example, I have an endButton with "me.close" code. It produces no response at all. The only thing I can do with the form is to cli ...Show All
Visual Basic BackingUp database and restore it
I have a SQL server 2005 express database application in visual basic windows forms with multiple tables that has a relation between them I'm thinking i a way that I can backup the whole database to xml file and restore it again when needed so how i can backcup the whole database and restore it when needed form inside my Visual basic program I've tried ReadXML and WriteXML properties of the dataset but after I read the data from prev ...Show All
Visual Studio Express Editions How do I write a select sql statement in visual basic using visual web deveoper?
I am attempting to write a select sql statement and a delete sql statement in my VB code and it keeps saying I need to add arguments, and I have no idea what VB wants adding. I am new to VB so I may be missing something. My code is below as well as an insert statement I wrote which is fine - I would presume they needed the same arguments is this not the case my code... ##Insert - working Di ...Show All
Windows Forms Enclose all Properties within #region directive
Hai ....., How can I enclose all of the following Members within a region directive; 1. Member variables 2. Properties 3. Methods Hai vbjunkie, Here is the listing: //start region title if this is the first property if (propertyIndex == 0) //indicates that this is first p ...Show All
Windows Forms input not going to text box with the caret!!!
This is kinda hard to explain, but here goes. I have a user control, with a bunch of text boxes on its surface. The user control is one of several in a tab control. Sometimes, when I first bring up the usercontrol, if I click&n ...Show All
.NET Development How to register a dll remotely
Hi, Can anyone tell me how to register a dll remotely.That is from machine A i want to register some dll on Machine B.Is there any .net class to do this or is it possible through some other method like wmi. Thanks Harinder I only imagine one other solution to not running regsvr32 to register a COM dll and that is to manually add the entries needed to the registry.You will need to have remote access to ...Show All
Visual Studio TSQL language service
I'm creating a VsCodeWindow to edit TSQL through the following steps: 1) Create and site a VsTextBuffer; 2) Set the buffer's language service to TSQL-80 ( "F07520AD-1760-4286-9A3D-858D343D9FC1"); 3) Create a VsCodeWindow; 4) Set the code window's buffer to the one created above; and 5) Show the code window. The problem is that the resulting window does not accept CRs, tabs, and backspaces from the keyboard (I can paste these characters into the ...Show All
.NET Development Client/server socket application problem - files sent are incomplete
Hello all I am having problems with a Client / Server application I am writing. I want to send a file from a client app to a server app, and I have created code to do so. I am using VB.NET 2003 and testing on WinXP SP2 for both machines (firewalls disabled). However I have run up against an apparently insurmountable problem (for me). When I test by running both apps on the same computer I have no problems, receiving the test file properly b ...Show All
