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

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

wmdpt

Member List

Bob Everland
Travis Ingram
greekgeek
Cola_03
M. Buragohain
anthonyy
Paul_IRET
quincin
rp666
HelenZHOU
MTarek
gocheif
RyanM
NeGRoiDe
Sandyboy
GreyDobb
raskal
pri
B Duper
Brenton House
Only Title

wmdpt's Q&A profile

  • Windows Forms How to retrieve data from a datagrid?

    Hi, I had a datagrid populated with data. Whenever, I had selected a row, I would like to retrieve all the data from the selected record/row. Can anyone advise how to do it Thanks NOTE:(dgStateMaster is datagrid name,lblMessage is a Label to display error message) (dt1 is datatable,ut is an object to connect the class used for opening & closign the datasource) On 'EditCommand' of datagrid write the following code : /******************************************On Edit Command*******************************************/ private void dgStateMaster_EditCommand(object source, System.Web.UI ...Show All

  • Visual Studio 2008 (Pre-release) DependencyProperty at run-time

    Hi, Is it possible to add  DependencyProperty dinamicaly at run-time thanks in advance, miljac Maybe you are talking about something like this: public static readonly DependencyProperty MyStringProperty = DependencyProperty.Register("MyString", typeof( MyString ), typeof(string), new UIPropertyMetadata(new MyString ())); [BindableAttribute(BindableSupport.Yes, BindingDirection.TwoWay)] public MyString MyString { get { return ( MyString )GetValue( MyStringProperty ); } set { SetValue( MyStringProperty , value); } } ...Show All

  • Visual C++ directx 9 lib error: unresolved external symbol

    hi there all i and new here and i am very interested in getting a answer for my problem. i am learning now directx9 programing and i have compile errors like: Linking... Game.obj : error LNK2001: unresolved external symbol _GUID_DirectMusicAllTypes Game.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicLoader Game.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicLoader8 Game.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicPerformance Game.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicPerformance8 Sound.obj : error LNK2001: unresolved external symbol _IID_IMediaPosition Soun ...Show All

  • SQL Server Is there any chance to execute or call PL/SQL SP in SQl Server 2000 T-sql

    HI Group, Is there any chance to execute or call PL/SQL Sp in SQL Server 2000 T-Sql If any chance, please kindly sent steps . Regards ravi Shankar. You can call a PL/SQL SP indirectly using an Oracle package wrapper procedure that returns a PL/SQL table as output which can be called via OPENQUERY. I have posted lot of examples that demonstrate this technique 3-4 years back in the public newsgroups. Use link below:   http://groups.google.com/group/microsoft.public.sqlserver.programming/search group=microsoft.public.sqlserver.programming&q=oracle+stored+procedure+call+umachandar&qt_g=1   ...Show All

  • SQL Server SP1 Installation Failure for Reporting Services Instances

    The upgrade was alright for my first/default instance of reporting services but failed for the other 3 non-default instances. I was running SP1 using remote desktop connection. I got the following error at the report manager and the reporting services configuration's initialization. Is there any way to get around this The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'C.0.8.40'. The expected version is 'C.0.8.43'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportS ...Show All

  • Visual C# Newbie question regarding generics

    I'm fairly new to generics - and have a question to throw out.  I have an abstract class called BusinessObject - which I want to make generic, so I can have some strongly-typed return values and what-not to avoid manual casting. My class definition would like this (much abbreviated, of course)... public abstract BusinessObject<T> : IEditableObject, INotifyPropertyChanged {    public override bool Equals(object obj)    {       bool result = false;       T item = obj as T;       if (item != null)       & ...Show All

  • Visual FoxPro FoxPro v9 vs Visual dBASE Plus 2.01 BDE 5.2.02

    Hi there. I just installed a Visual FoxPro 9.0 and started "playing" with it. Tried to create a table - it is straightforward and then a form. It seems to be a rich platform. Something puzzles me though. I do have extensive experience with Visual dBASE PLUS and previous versions in terms of OO language and form/table designer. Thus I am trying to compare. I am attempting to migrate to MS software/platforms wholesale since the dBASE is offering limited options as compared to MS's tools. I am doing C# and Visual FoxPro at the same time. Anyway, So far, after about two hours of playing with FoxPro Form designer I encountered some problems. They ...Show All

  • Windows Forms Open a file using default application

    Hello, Back in VB6, I used the ShellExecute api to open a file using it's default application. In other words, .XLS files would open in Excel, .DOC files would open in Word, etc. The call looked like this: Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, _ ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long I realize this may be a stupid question, but is there a better/easier way to do this in .NET I find it hard to believe that the old method is still the preferred way ...Show All

  • Visual Studio Tools for Office Setting data source programmatically for Pivot table

    Hi,    Does anyone know if a worksheet has a Pivot table, how can I set it data source programmatically via VSTO   Is there any sample code Watcher VSTO doesn't have databindable pivot table control. So you will need to use the Excel object model to manipulate the pivot table. Paul Stubbs Program Manager ...Show All

  • Windows Forms Binding Comboboxes to custom lists

    I am running .NET Framework 2.0 B2 I am missing something when it comes to implementing databinding in custom classes. I have a view class that acts as my main data source. The view class basically just loads up the data and returns via properties and BindingLists of NameValuePairs (which is just a replacement for KeyValuePair so that databinding will work) The view class also maintains current properties that tell me what the current selected id is for my state, city and street. However when I run the form the databinding seems to get behind. If I choose a new state, the cities refresh, but the text in the state box stays the same. Then whe ...Show All

  • Smart Device Development Voice Command and Mobile PC

    I am about to begin developing an application for Mobile PC that requires the user to dictate a string of letters and numbers into the computer and have that string of number and letters appear on the form. Is Voice Command 1.5 capable of this I have read the rather sparse manual that comes with the software and it looks like it is only capable of predefined operations, however, I am hoping someone has had experience with this type of operation and can give me some advice. If VC cannot do what I need it to do are there any suggestions on alternative voice recognition software Thanks in advance! I thought that the latest version for VC w ...Show All

  • Visual C++ Adding a property to a class, help please!...

    Hello. Since Classwizard is gone from visual studio 2005, I cannot seem to figure out how to 'add a property'!...How can you do that Hope someone can help me out! thanks... Hey Brian..have a new question... Ok, I have a Visual C++ book I've been reading..and been coding the controls that the author has me go through. Now, I have to Add a MFC Class from TypeLib....This book is published during VS6..And when I create it, it creates a Header and CPP file....Well, in VS2005, it seems to only create a Header file, not a source file. Do you know why that is A bug, maybe I'll just include the .cpp file for it tha ...Show All

  • Visual Studio Using Properties and Call like NAnt

    NAnt has a nice feature where you can use a combination of properties and the call task to repeat operations. For example: <target name="target_one"> <property name="A" value="Value1" /> <property name="B" value="Value2" /> <property name="C" value="Value3" /> <call target="ALongProcessWithManySteps" /> </target> <target name="target_two"> <property name="A" value="Value4" /> <property name="B" value="Value5" /> <property name="C" value="Value6" /> <call target="ALongProcessWithManySteps" /> </target> The target ALongProcessWithManySteps would then use ...Show All

  • Visual Studio ANN:VS SDK Sept CTP available.

    The Sept CTP of the VS SDK is available on http://www.vsipdev.com/downloads. This is the 3rd release of the new SDK, major new features include:    4 new Managed Samples ( Package, Service, ToolWindow, MenusAndCommands )     2 new Native samples ( Package, MenusAndCommands ) and the beginnings of the Native ToolWindow sample.    updated docs with a new TOC    SDM SDK content integrated Also available are our sprint backlogs for each month, including the upcoming month. This allows you the community to see what we are working towards each month. We also post our sprint review me ...Show All

  • SQL Server Export data to Excel file is very big files.

    I make report by Reporting Services with SP3. I try to export my data to excel and I got big file. (about 13 MKbs, 10000 Rows up). And very long time waiting for data from RS query. In the same case I make report from CR and export the same data to excel. It use 4 - 5 MKbs. (CR has function export only data but RS no. Export file from RS got all format from report into file and that make file so big.) How I decrese the report format  from RS Because my user can not use this file,  it's very big and it will show error when they open that file. Right now I fix this pro ...Show All

©2008 Software Development Network