Al Kuklyuk's Q&A profile
Visual Studio Team System The synchronization issue of the reporting
Hi all, I just add a bug in my project. But when I launch the "Bug Rate" report, I cannot see this happening. Is there any synchronization design in the reporting feature Or, how can I see the data in the report in a synchronized way Thanks, Leon I’ve been working with Reports and I have the same problem. The Warehouse is not refreshing correctly the information, and reports show always old information. I correct this, eliiminating the Report cache in all reports. 1.- Go to "http://<servername>/Reports" 2.- Go to the Directory of your TFS project. 3.- Enable the Detail View 3.- Click on the Propertie ...Show All
Visual Basic Pass a string to a textbox
Hello All, I have a small issue with passing a string to a textbox.. the senario is as follow: Form1 is opened with textbox1 and button1 When pressing button1, form2 opens to allow searching in a database. Results of form2 search are listed in listview1. selecting the required reslt is by clicking the desired item in listview1. Now.. I need to pass the result to textbox1 in form1 that is already opened. How Posted In VB Languages forums; Hi, In your form1, you could create a method to set the text in your textbox: Public Sub setText(newText as String) text1.Text = newText End Sub Just call this function in the eve ...Show All
Visual C# vs 2005 not responding
I am using VS.Net2005. Whenever I open a project, the VS gets stuck. If I end the vshost process, the VS continues to respond (but I cannot debug the app). The same happens when I create a new project, so it is not a project specific issue. Does anyone know how to solve the problem thanks. Hi, Can you give more information on the issue you are seeing Like, -What language projects are you trying to open or create - What VS SKU (like express or Visual Studio Team System, Pro etc) and what OS are you using - What do you mean by VS getting stuck Does it become unresponsive or hangs If yes, can yo ...Show All
Windows Forms DataGridViewCheckBoxColumn
Hi, I would like to know how to change the appearance of checkbox in DataGridViewCheckBoxColumn. With normal check box control, we can change the appearance to button or normal. How can I do that with in DataGridView Hi, If you want to do this at design time, it's pretty easy. Go to the Properties window of the DataGridView, select Columns then in the Bound Column Properties section, click the dropdown ColumnType property. It will show you the available options for DataGridViewCheckBoxColumn. You can choose button or any other styles available. Hope that helps. Regards, Mamta ...Show All
Software Development for Windows Vista Vista and Virtual Machine
I got Vista running fine on VM 5 and its working decently. Problem is I cannot install the Virtual Machine additions. THe install just sits there and does nothing for quite some time. Any ideas Resolved. Remove display adaptor and monitor through device manager. Works fine after reboot! ...Show All
Visual Basic DataGridView automatically adding bindingsource columns in VS 2005 Designer
Hello, I'm experiencing an annoying problem with DataGridViews which are bound to class objects. All fields from my class objects are added to the columns collection of DataGridViews, when the forms or custom controls that contain them are viewed within the VS 2005 designer. I haven't been able to figure out how to stop the designer from auto-adding all of the fields found within the bindingsource object. Any help would be greatly appreciated. Chris Durkin Hi Chris, It's the mechanism of form designer runtime. You can extract the code of DataGridView bounding from the InitializeComponent() metho ...Show All
Visual C++ C++/CLI conversion issue
I have two overloaded operators, one taking Object^ and the other taking bool. I expect the compiler to prefer the conversion from a double to Object^ (boxing) rather than to bool. as the former does not lose information and the latter does. Is this a valid expection (If so, then perhaps this is a bug). Consider the following code: String^ CreateOption( String^ name, Object^ value ) { return name + "->" + value->ToString(); } #if 1 String^ CreateOption( String^ name, bool value ) { return value (name + "->True" ) : (name + "->False" ); } #endif double d = 1.0; CreateOptio ...Show All
Visual Studio Express Editions Express Edition Release Candidates
Hello Will there be any Visual Studio Express Edition Release Candidates and when will they be available Also if you could make them available to the general public not just subscribers that would be great. thanks Jason D. Somewhere, they are available. Someone from MSDN blogs was giving a link and I actually downloaded and installed. Then I switched back to Beta2 and now don't find the download link anymore :/ ...Show All
Visual C# List of component available
How to get all the component available on the computer What types of components COM componenets, ActiveX Controls, OLE Controls, OLE host applications. .NET controls, .NET interfaces, .NET classes, etc. ...Show All
Visual C# Question about objects behavior
I have a Class called animation. This Animation has a member of type Bitmap. It also has an arraylist member that holds objects of Frame type. When creating a frame object, a parameter of the constructor is the bitmap which is passed in as the Bitmap object that is part of the Animation class. Some operations need to be done on the Bitmap for the entire animation and thus these are performed by the Animation class. Some operations are done on the frame level so these are done by the individual frame objects. Here comes the question... I pass in the Bitmap to each frame (I've tried by value and by ref) and ...Show All
Visual C# txtbox
hi, i want to enable my 2nd textbox and button after the input on my 1st textbox. i am doing it in C# and ASP .NET. i tried this code but it didn't work. private void textbox1_TextChanged(object sender, System.EventArgs e) { textbox2.Enabled=true; button.Enabled=true; } No worries - intellisense will only show you the ASP.NET server side stuff. Anything else you add will just be ignored by ASP.NET and passed through to the browser, which is what you want. ...Show All
Visual Basic Getting file type
Hi! I want to retrieve de filetype of a file as a string in my app. This is what i use: Dim infofile As System.IO.FileInfo infofile = FileIO.FileSystem.GetFileInfo( "c:\tmp.txt" ) this way i can only get the extension .txt How to retrieve full extension description like "text document" or "Winzip archive" instead of ".zip" and so on... thank You can use the following code in v1.1 string strFileExt = ".txt"; RegistryKey objHKU = Registry.ClassesRoot; objHKU = objHKU.OpenSubKey(strFileExt); object objKey = objHKU(""); //Gets the value in (default) string strValue = objKey + ""; & ...Show All
SQL Server closing pipelinebuffer
Is there a way to signal to the PipelineBuffer during ProcessInput that no more rows are necessary Say I have a component's output connected to a custom destination component... in the destination component's properties, I can set the number of rows I want to consume. (The first 50 rows for example.) If I do it this way, the source component continues delivering rows - I can set my destination to ignore all rows after 50, but would like a way to tell the component above it "no more!" Is this possible Steve I am not sure what effect it would have on the upstream component, probably none, but ...Show All
Software Development for Windows Vista ActivityBind and it's ID property
Hello. I've noticed that when I use an objectdatasource and bind it to an updatedata activity, an activitybind object is automatically created. according to the docs, the ID property points to an activity (by using the ID od that activity) and the path property points to a member of that activity that has the value that is going to be passed to the 1st parameter of the IDataHandler.UpdateData method. so, for instance, if i declare a field on my workflow called Data, then I'll have something like this: activitybind1.ID = "/Workflow" ; activitybind1.Path = "Data" ; What i don't understand here is the meaning of "/W ...Show All
Visual C++ Two Dlls, Same Namespace, Cast Problem
. Rob: in the .NET world there is not a 1-1 mapping between assemblies and namespaces: in fact there is a many-many mapping. An assembly can contain many namespaces and a namespace can be spread over many assemblies. A good model here is the Base Class Library that ships with the CLR. You have mscorlib.dll - this is assembly that contains all the common types: System::Object, System::String, etc. Every other .NET assembly refers to this assembly and references the definitions of one or more these types. The BCL also comes with other assemblies like System.Data.dll (which contains classes specifically for hand ...Show All
