BBushmaker's Q&A profile
SQL Server [PROBLEM] : Using RS Web Services to Render Report containing Toggle Item
Hi, I have two problems with Toggle Items when I render my Reports using the RS Web Service. First, the URL when I click on the + / - image will redirect me to the Report Server URL ex : The page that display the report is at : http://localhost/report/default.aspx If i click on one of the +/- image, it will redirect to something like this : http://localhost/ ReportServer /myreport&myparam=testvalue&rc:streamRoot=//&rc:section=0 ...Show All
Windows Forms Registry Application
I need to create a simple application that would create a new registry key and a new value. That is all this application is going to do. Can anyone point me in the right direction I finally got it. You can see how i ...Show All
Smart Device Development How to detect when Scrollbar from my DataGrid changes ?
Hi, Im doing some kind of Datalogger, and in a certain part of the app I need to detect when somebody changes the position of the scrollbar of a Datagrid Many thx in advance, Hi cgMarcos, Try this code (you can also find this snippet in the public newsgroups): foreach ( Control c in dataGrid1.Controls ) &nbs ...Show All
Visual Studio Express Editions what can I do with vb 2005 exp
HI everybody I'd like to ask about visual basic : first , what can I do with vb what kind of application and programmes and I want some examples about that . second , what is the difference between vb and visual c# . You can write really comprehensive and complex programs with VBE. You can publish them and send them to friends. There are things that the more expensive Visual studios can ...Show All
Visual Studio Team System Importing Test director issues into Visual Studio 2005
Posted on behalf of Anil Ambati from another forum: Hello Everyone, Can any one help me out here I am trying to transfer the defects in Mercury Test director into the new edition any idea Help is very much appreacited Thank you Test Analyst Team Foundation does not ship with a migration tool from Mercury to Team Foundation wor ...Show All
Visual Studio 2008 (Pre-release) jumping ListBox
Hi! I have a little problem creating a custom ListBox in Dec-CTP. To see the problem, just paste the code below into XamlPad. Problem: Everytime you select an item at the bottom of the ListBox, the ScrollViewer jumps almost to the top :( Setting CanContentScroll="true" in the Template solves the Problem, but creates other problems in my application, so this solution doesn't help me at all :( Any tips from you guys how to solve this prob ...Show All
Visual Studio Express Editions Problem with SQL query
Hi I'm trying to write a query ---------------------------------------------- SELECT field1, field2, field3 FROM table WHERE field1=form.textfield ----------------------------------------------- Where form.textfield is a link to textbox in form. It doesnt understand this link. In previous versions (VB6) it works. Is there any changes in syntax in new VS Do not concatenate user input to a sq ...Show All
Software Development for Windows Vista Welcome!
Hello and welcome to the Data Access, Storage, Search and Organize forum! There's a lot to talk about here and we're waiting to listen to your comments and answer your questions. A lot of folks are down there at PDC so we're expecting these forums to really cut loose once everyone gets back and starts to work with Vista, but we're open for business now! Hi, These are specific web-based forums and canno ...Show All
Software Development for Windows Vista Workflow Parameters and Activity Properties in xaml Beta2
I would like to know if it is possible to declare a workflow parameter and then pass that parameter into a custom activity using xaml. I see that in beta 2 that ParameterDeclaration has been removed so I am unclear if this is possible. This is my current workflow, very simple, i just want to pass in a parameter and assign it to "To" Thanks < SequentialWorkflowActivity x:Class = " Microsoft.Samples.Workflow.SequentialWo ...Show All
Visual C# Shrinking "if" statment
Hi All, I wonder if any one know how to Shrink "if" statment. like we can do if function ( the plus / minus sign in the left side ). It's make me crazy, because I have a lot of lines of code inside the bracket. AND if this option is exist , it's will be very useful. I don't want to use the #region Options. Please Help BOAZ. Thanks Karen, It's work - Please insert it t ...Show All
Windows Forms Custom Paint of DataGridView column headers
Hi. How can I extends the drawing of the column headers of the DataGridView for instance, to create a GradientBrush on the background. I've found the DataGridViewColumnHeaderCell and I'm guessing it is the key, both how to use it on the grid You can handle the CellPainting event and for the RowIndex of -1 the paint event relates to the ColumnHeader cell. You can also derive a new class from DataGridViewColumnHeaderCell a ...Show All
Visual C# DLL Import and Migrating Projects
Hi, I have got on a dev machine project which has a c# file which calls a c++ dll. This works fine . So nothing wrong with the way I am calling the c++ dll or anything wrong with the c# file. However , I need to move to a new dev machine. I have simply copied the project over (i.e. copied the project folder from ../Visual Studio 2005/Projects/). The c# prgram works fine. BUT when calling the c++ dll it is unable to locate it! Erro ...Show All
Visual C# Error on a 'Add' in a Pivotcache in Excel
I make an Pivotcache in C# and later want to connect an Access-database to this pivotcache, but i get an error on the 'Add'. The 'old' code in VB looks like this (and did work): With WbkXL_Workbook.PivotCaches.Add(SourceType:=Excel.XlPivotTableSourceType.xlExternal) .Connection = strConnection .CommandType = Excel.XlCmdType.xlCmdSql .CommandText = strCommand .CreatePivotTable(TableDestination:=WstXL_Worksheet_Bst.Range( &quo ...Show All
Visual Studio Problem building
I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now. Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build ...Show All
Visual C++ compiling c?
Hello everyone, i'm just starting to program on windows, and i am reading a book on C.. I just gotten hold of Visual Studio 2005 express recently, i was wonderig how do one go about compile and build a c file I tried to look in the online documentation, there is so much info that i cannot find the information i want.. Just create a new project: I choose a Win32 Console Project and named it "Hello". On ...Show All
