RosarioDsilva's Q&A profile
Visual Basic new browser window
Hey Pals :P so now im back with another domb newbieing question! ^^ i have this webbrowser program/form/thing, (you could never guess that could you ) and i want it to do this: when somebody press the "new window" butten it will make a copy of itself so there is TWO of them etc etc calculations was very simple: 1+1=2 2+1=3 :D and i mad eit myself, believe it or not :P but anyways. plz help me (. ...Show All
.NET Development How to redirect an application to a .NET runtime version without a .config file?
Hello, I need to redirect my application to run on the latest version of the .NET runtime available on a machine. Does anyone have any idea how I could do this WITHOUT using a configuration file. I saw an application that does that, it's called "netz" (a .NET application compressor) The application is available at this url: http://www.madebits.com/netz/download.php If I run that application with both .NET 2.0 and .NET 1.1 it ...Show All
Windows Forms datagrid column value
how can i get the datagrid column value when i select a specific row. lets say that i have a datagrid full with employees , and i select the row where's cris Rock data, and i want the employee id wich is actually on one datagrid ...Show All
Visual Studio Express Editions New to Visual Web Developer
Hi I am new to VWD and C#. Can anyone tell me which book should I purchase to learn more about create database website Is ASP.NET2 book will help me to understand VWD Or Is C# book As I have followed through the "Video Series: Visual Web Developer for Beginners" and here is my problem. After listened and took notes for Lesson 7 and 8, I have created GridView with FormView of the "SelectedIndexChanged" and "PageIndex". Running with no pro ...Show All
Visual Studio Express Editions problem with saving data back to the sql database: help (shakalama)
I have problem with saving data back to the sql database. i have downloaded the sample project from the video tutorials section (prepared by learnvisualstudio.net). saving some how is not working this thread has a similar question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=294759&SiteID=1 but the answer given by 'SHAKALAMA' was to check out the faq page. i could not find any thing related to data saving in that ...Show All
Visual Studio Team System Error in installation
I have freshly installed team server, and I get the following error when I try to create new team project. I would really appreciate if someone has a clue about the problem. Thanks, Jane ____________________ Error Unable to connect to the specified source control server on the Team Foundation Server SERVERSERV23. Explanation The Team Project Creation Wizard was unable to connect to the Team Foundation ...Show All
Smart Device Development multicolumn listbox
Hi do you know some ListBox what allow to work with multicolumn .NET framework listbox allow it but .Net compact framework doesn`t :( Take a look at my blog: http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=e2e7f6d3-c356-473f-87d2-127fb54ec531 ...Show All
Smart Device Development Default Sizes for controls
Hi I have created a library of controls that get added to the ToolBox. Everything works well except that they all get created with a size of 200x200. How do I set the size that I want the control to have initially I do. The problem is, after a bit more investigating, that the designer automatically adds a line to change the size to 200x200. Any ideas how I stop it ...Show All
Visual Studio Migration from Clearcase to VSS
Hi, I have to migrate few projects in Clearcase to VSS. Any suggestions on how to do this Thanks, no reply cannot one do a thing as simple as migration from clearcase to VSS! ...Show All
Windows Forms paste event?
I have a "paste" button on a toolbar above a richtextbox object. When I click it, I can test to see if the clipboard format is one I am expecting and then do the paste (I don't want the user to be able to paste in ...Show All
Windows Forms Update Data Source
Dear All, After delete datarow in dataset, is it that using DataAdapter.Update(DataSet) to updating data in data source Or I need to build up a DeleteCommand to do so Regards, Well, just so you understand something. If you create a dataad ...Show All
Windows Forms IssueVision Installation problem in Password Complexity
I am trying to install IssueVision on my local machine. Near the end of the installation there is a security error stating that password complexity requirement have not been met. (I am running Yukon), Is there a spoc I can use to temporarily turn the requirement off Or alternative installation instructions Thanks you should change sql script for fitting sql2005 or sql express. it's a tip. when issue vision installer shows installatio ...Show All
Visual J# Why is the J# Redistributable package needed?
Hi! Why is the J# Redistributable Package needed to run a J# application Or can I just redistribute some assemblies For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file can be executed on any computer that has the .Net Runtime Framework installed. No Delphi .Net Redistributable Package exists. If I develop an application in Dephi using the VCL.NET api all I ha ...Show All
Visual C# Calling a form within a folder
Hi All, I created a windows form called "MyPref" inside for a folder called "SysOpts1" and now I want to execute or call this form when I select it from the menu. Could this be done I tried the following in the click event of the menu, but I got an error. form iMyPref = new form SysOpts\MyPref(); iMyPref.show(); Any help is appreciated. TIA It's not completely clear from your question where and how ...Show All
Visual Studio Team System Groups and Permissions in Work Item Type Definitions
When I specify a Work Item Type definition in a Process Template, I use some Groups defined within the Process Template, in different places, e.g. in Transitions (who, which Groups have a right to make a Transition). It is OK when I need to specify only one Group (e.g. [Project]\Developers) for a Transition but what should I do, how should I specify a few Groups, more than one (e.g. when I need a Transition to be performed by both [Project]\Deve ...Show All
