Software Development Network Logo
  • VS Express Editions
  • Visual C#
  • Visual J#
  • Windows Live
  • Microsoft ISV
  • Architecture
  • .NET Development
  • Windows Vista
  • Visual Basic
  • SQL Server
  • Smart Device
  • VS Team System
  • Windows Forms
  • Visual FoxPro
  • Game Technologies

Software Development Network >> RomanJB's Q&A profile

RomanJB

Member List

polonius
abhishekp
Ken_J
Sergey Kartashov
Arex
Matt_Bruce
Walkab
asiu
Andrey L.
jduggins42
Teggno
Janne B
Smafuda
jmargey
Andrew Piper
Polarina
Danrikofer
ShubertAtEastridge
Rinter21
Mark Toth
Only Title

RomanJB's Q&A profile

  • SQL Server AMO "Scripter" Class - Help

    Has anyone ever used Microsoft.AnalysisServices.Scripter class to programtically script SSAS objects I am looking for a little bit of sample code to get me started. My goal here is to script some of the SSAS objects out into XML and store the XML in a table that can be queried to produce some meta data reports. I plan on doing this using AMO inside of a Script Task of a SSIS package. So here are my two main questions: Can anyone provide me with some sample code (I am not that good with .NET) using the Scripter class to script an SSAS object Can anyone tell me a better way to build reports based on the meta data of my SSAS objec ...Show All

  • Windows Forms Bind an array of structure to DataGrid

    Hi, Can I bind an array of structure to DataGrid  I tried but the data didn't show in the datagrid. Please help. Thanks!! Here is my code: Public Class Form1     Inherits System.Windows.Forms.Form     Public Structure st1         Dim a As Integer         Dim b As String     End Structure     Private Sub  ...Show All

  • Windows Forms Important....Record sound by using microphone...

    Hi, who has a code for recording sound by microphone and save it in VB.NET Please Please... ...Show All

  • Windows Forms linkLabel column in datagrid

    hi, I need to place a LinkLable column in datagrid. when i click on this linklable separate form should be opened. How to do this Thanks, Maha check out this site. http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44 this should help you on what you need to do, such as create a custom column style. ...Show All

  • Visual Studio Express Editions Can Visual Studio 2005 debug vbscript scripts?

    I've just downloaded Visual Basic 2005 Express Edition, which can open .vbs scripts, but doesn't highlight syntax, provide debugging etc for vbscript files. What edition of Visual Studio 2005 (if any) can provide this level of vbscript support The following worked for me to get me into a debugging session: CSCRIPT <filename>.vbs //X ...Show All

  • Visual Studio Open Remote Database

    Hi, I've managed to set remote access to VSS from VS2005. Now, I'd like to browse remote VSS data with client-side VSS explorer. Can I do it "Open Database" dialog accepts UNCs only, so I can't reach the remote machine... Do I miss something Thanks, Mark Hi Mark, VSS 2005 Internet plugin can only be used within VisualStudio. If you want to browse the VSS database with a client, you may need to look for 3rd party software  like SourceOffsite, VssConnect, SourceXT, VSS Remoting, etc. Alin ...Show All

  • Visual Studio Error add crystal report item to project

    I use VS 2005 Beta 2 . When I add crystal report item to project I receive a error " External component has thrown an exception ". After that I double click on crystal report item I also receive a error " Failed to open document ".  Please help me ! Thanks !        Hello, Did you have a previous version of the Visual Studio 2005 Beta on your machine This can lead to a number of errors, instructions available at: http://lab.msdn.microsoft.com/vs2005/get/default.aspx Another factor is the account that you installed with.  You must be logged into Windows with an account that has Local ...Show All

  • Windows Forms Another 2 Questions Please

    Really many thanks to This nice&Powerfull help OK , My problem is as follows: I have used the latest powerfull code about drawing rows numbers on the row header and understands it Because I use the DataGridView in a Right-To-Left style So I now displaying these rows numbers on the right and I have 2 problems 1- I want to Only remove the asterisk because It sometims joining the rows numbers when they are bigger 2- The row numbers still displayed in English (1 2 3) And I want to write them in my culture (the Arabic One) Answer me here please :- Is this dialog http://www.vm.s5.com/m-omar/getPic.JPG a template of Windows ...Show All

  • Visual Studio Team System Error while generating 'Issues' report

    Hi there,    I'm getting the below error while generating 'Issues' report for my Team projects. Any  idea anyone Thanks, Anu An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'NewDataSet_SQL'. (rsErrorExecutingCommand) Invalid column name 'Issue2_Issue2_Dim_ID'. There are multiple instances of following errors in event log from TFS source... Event Type: Error Event Source: Tfs Event Category: None Event ID: 0 Date:  8/1/2005 Time:  11:27:15 AM User:  N/A Computer: ....... Description: http://....... ...Show All

  • Windows Forms DataGridView not showing values for first added row

    I have a DataGridView bound to a custom collection that implementes IBindingList.  Everything works great except for the very first time that I add a new item.  When I first add a new item to the underlying collection, a new row in the DataGridView appears with all of the proper columns, but the values are blank. I know the values are there because I've implemented an "Edit" button which opens up a customized form for the item in the collection.  The DataGridView appears to be getting notified that a row has been added; I just can't see the values!  I can even raise a ListChangedType.Reset event in the cust ...Show All

  • Visual Studio Express Editions How can I make ....?

    Well, The main is that I want to make the program alert me what key was press when that key is pressed. How can I make that Or If there is a good tutorial for starting programming in C# Thanks For some great tutorials go here: http://devforums.amd.com/index.php showtopic=453 Good Luck! ...Show All

  • Visual C++ Exceptions - speed/size/cost

    We are considering using exceptions in our program and we were wondering all the costs associated with them. If we arn't throwing exceptions does it incur a code bloat/speed cost Some insight would be appreciated. David, we were asking us the same questions. There is a moderate size effect due to the code and data structures generated by the compiler to associate the exception types that might get thrown to the corresponding catch handlers. This might probably influence speed, too, e.g. by introducing slightly more cache misses. Apart from that there is no speed-cost if the exception is not ...Show All

  • Visual Studio Tools for Office Pivot table using c#

    Hi, I am trying to create PivotTable in Excel from c#, I get to the point of creating the table but I am not able to specifi what will be the RowField or ColumnField etc. and format those data, I have written it earlier in VBA but I want to convert all my application into VSTO using c#, is there any example code for creating Pivot Table using C# by opening up an instance of Excel and then a particular workbook and then a particular worksheet in that workbook (because the data for the pivot table resides there). Thanks I'm not massively familiar with Excel VSTO, but I did have these samples bookmarked. They ...Show All

  • Windows Forms Can't set focus to form

    I need some help... I'm creating a windows form application that contains large data entry screens, which are using AutoScroll. I'd like for the user to be able to use their mouse wheel to scroll the page, and it seems to me I need to set the focus to the form in order for the mouse wheel to scroll it. I'd like to set the focus  ...Show All

  • Visual Studio Express Editions Beginner: Why is a ToolTip only shown once at runtime...?

    I'm using a Tooltip control but its being only shown once at runtime when "AutoPopDelay" property has past , why how can I do this different Code: Public Class Form1 Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load ToolTip1.SetToolTip(LinkLabel1, "testing..." ) End Sub End Class In the help for the tooltip control there is a lot of information on the autodelaypopup property http://msdn2.microsoft.com/en-US/library/system.windows.forms.tooltip.autopopdelay.aspx but there are other properties ...Show All

©2008 Software Development Network