Software Development Network Logo
  • Visual Basic
  • Windows Forms
  • Windows Vista
  • Visual C++
  • Game Technologies
  • Microsoft ISV
  • SharePoint Products
  • SQL Server
  • Visual C#
  • Smart Devicet
  • Visual Studio
  • .NET Development
  • Visual FoxPro
  • Audio and Video
  • VS Team System

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

gdylp

Member List

Katarina C.
Krad
ajpharrington
The WB
Jagdeep Sihota
Forch
CFIG
yuchuan
Marc Jones
schobmich
cippyboy
Whiplash8
Judoshiai
sandipan
raghu_grdr
Sourabh Khatri
Dougal
BigGuy
T.Ramesh
akilhoffer26386
Only Title

gdylp's Q&A profile

  • Visual Basic Exporting to word

    I program with Visual Basic 2005. I have in my application to export data to word... Directrly to file or with some kind of stream... What can you suggest... I've sreached the web but hadn't found anthing. works! thank you Is it possible to add more com references to all word versions or somehow that it could work on multiple word versions ...Show All

  • Software Development for Windows Vista WCS .NET 3 June CTP and IE7

    I've installed the last .NET 3.0 June CTP . My installation seems ok and I can create some personal cards using the selector (with its new GUI :)   Then I've tried to login to Kim Cameron's website and Microsoft Live Labs STS web site (the former one uses the HTML Object tag and the latter one the XHTML tag) Both trigger the selector... but only during 1 second and then it's closed. That's all :(   Did somebody succeed in authenticating to these websites using WCS .NET 3 June CTP   PS: This scenario runs well with the previous WCS version Beta 2.   [updated] Here my configuration: - XP SP2 - Not fresh install of winfx (previous one was Beta 2) - IE7 b ...Show All

  • Visual Studio 2008 (Pre-release) WPF and codeBehind file problem....

    I have built an WPF application that gets links to photos from a web service (flickr) and used the following code to achieve it: < Button HorizontalAlignment = " Stretch " VerticalAlignment = " Stretch " Margin = " 31,10,39.0000000000001,17 " Width = " Auto " Height = " Auto " x:Name = " Button " Content = " Get Photos " RenderTransformOrigin = " -0.462962962962963,-0.40625 " Grid.ColumnSpan = " 1 " Grid.RowSpan = " 1 " Command = " {Binding GetDataCommand, Mode=Default, Source={StaticResource PhotosCollectionDS}} " > < Button.RenderTransform > < TransformGroup > < TranslateTransfo ...Show All

  • Visual Studio Tools for Office Any way to add or hijack a pane in Outlook 2003?

    It seems that Outlook 2007 adds the ability to use "ActionPanes" to host UI for an add-in, but that Outlook 2003 doesn't support this (Word and Excel do). Nonetheless, Outlook 2003 has a right-column pane for Help, Clipboard & Research Services. Has anyone found a way to use this area, or any other means of bolting a panel to an Explorer or Inspector Thanks, -Allen Check out the developer library at http://www.add-in-express.com/outlook-extension/ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Showing Mouse Cursor in XNA

    Is there anyway to have the mouse cursor still visible when it passes over an XNA window Have a look at this post ( Link ), I have some basic instructions on turning the mouse on..I also have a version of a custom mouse pointer (it was for beta 2 but it should work in the full release) ...Show All

  • Visual Basic How to load service names into a combobox?

    I have been playing around with the ServiceController class and I was wondering if there is a way to retreive a list of all the service names progmatically and add them to a combobox. I have not found any way to "get" a service name list without already knowing the names. I don't really want to type out a list a generic services. Hopefully it is something simple I over looked and just being stupid... Thanks in advance. sure. Add a reference to System.ServiceProcess and then do this.... Dim theServices() as System.ServiceProcess.ServiceController = System.ServiceProcess.ServiceController.GetServices() for each currentService as System.ServiceProcess.ServiceController in theServices Me.the ...Show All

  • Windows Forms Best Way to Make DataGridView Pick Box

    In VS 2005, ASP.NET 3, I would like to make a pick box which would be a form containing a DataGridView where: - The user could type in one or more characters into a text box - When they stopped typing for say 1/2 second, the program would find the first match, if any, of the chars already typed in, and highlight that ro in the DataGridView. - They could click on "select", key in CTRL + S, etc, and the form would return the primary key of the selected row, then close. My question is the quickest way to populate the grid, then the quickest way to loop through the records to find a match. Lets say the grid contains 1,500 records. One column is a company name. The primary key value is not visible to the user. I've used such a form in ...Show All

  • SQL Server In SSIS, what is the best way to take a column with comma separated strings and separate them to multiple columns

    Hi There, Can anybody suggest me what is the best way to take a column with comma separated stings and output them into multiple columns with strings for example if I have a column with "watertown, newton" as a string, I need to separate them to two columns with watertown and newton values Is Derived column transformation the best way to do it Thanks. Sam. Chris, While I am doing this, I need to look up for an id based on the city name and add as a new column. So in one row of data if I have four cities, I need to have 4 columns of their corresponding ids. I am using the look up transformation to get the id, but do I need to have 4 look up transformations to do that or can it be done by 1 look up transform ...Show All

  • Visual C# Generics: Test for a datatype

    Hello, I want to add special handling for a generic class I am writing. See below: class MyGeneric<T> { private T val; public MyGeneric(int src) { // I want to add customized handling such as this below: if (T is string) val = src.ToString() } } Is this possible with generics The code belos is not exactly what I want to do, but hopefully it gets the point across... I want to have customized handling for cartain types for T. GMagana, you used the cast on the wrong side of the assignment. val = (T)(object) src; P.S. As for the nice formatting... as you can see from my posts I'm not the right person to ask. ;) HTH --mc ...Show All

  • SQL Server Exclude duplicate records

    Hello I'm developing my fist Integration Service and I have this operations: Reading from a XML Check for duplicate records and discard them Insert the result into the database The XML I don't control and could came with duplicate records that I have to discard. How can I find them I want to find the duplicates in the XML and not in database. tkx for the help Paulo Aboim Pinto Odivelas - Portugal We have a SQL 2000 source and although we had a SQL 2005 staging database, we wanted to do this without staging data. This is what I ended up doing: Use a group by with a count(*) in the select statement to get data in to the pipeline. conditional split - split rows with count(*) > 1 (the duplicates ...Show All

  • Windows Live Developer Forums Adding PushPin content to a left pane

    I want to add a summary of information for each pin into a left pane (see example below) and I'm wondering if there is some sort of built in mechanism for this since it's common throughout local.live Example: http://local.live.com/default.aspx v=2&ss=yp.Dry-cleaners&cp=47~-119&style=r&lvl=4 Thanks! ...Show All

  • Audio and Video Development Auto volume leveling

    The Auto volume leveling doesn't scan the files I add to Media Player by dragging them onto files displayed in library (they are added to library, but the auto volume level value is not added). I've checked the checkbox to add the auto volume level value when I add new files to library, but It doesn't work with dragging. Do you have some tips for me please .... Thanks a lot. Try your post on this newsgroup: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia.player&lang=en&cr=US ...Show All

  • Visual Basic How do you link a dataGridView to a form showing data detail

    Hi, I've created a dataset using the 2005 wizards with two linked tables. Call them Order and OrderItems. I've created a form showing the detail of the Order table by dragging the OrderTable over from the Data Sources window. I want to show a datagridView showing the related order items. I have tried dragging the related table over as a DataGridView but although the datagrid appears with the right headings, nothing shows up when viewing the form. What am I doing wrong Is there any example code around that could demonstrate this Many MANY thanks! John Using the drag and drop form building, you need to expand the parent table (orders) in the DataSources window and then drag the ...Show All

  • Windows Forms How to: design-time or run-time (again)

    Hi, I need a control to have a different visual appearance during design-time as opposed to run-time. Nothing fancy. As proposed so often before I use the " this .DesignMode" property. However: 1) Create a CustomControl and in the OnPaint() do something like: if ( this .DesignMode) pe.Graphics.FillRectangle( Brushes .Red, new Rectangle (10, 10, 10, 10)); 2) Create a UserControl and in the designer drop the CustomControl onto it. You will indeed see the red rectangle as intended. 3) Drop the UserControl on your main form. The red rectangle will not show. Apparently the DesignMode property is limited to Controls actually being editable. Understandable but I need design time appearance everywhere while w ...Show All

  • Windows Forms BindingSource.AddNew from a DataGridView

    I have a DataGridView bound to a BindingSource whose DataSource has been filled from a SQL table. A dgv popup menu offers an 'insert a copy' option, ie it allows the user to insert a new row initialised to values in the row under the mouseclick. I cannot insert rows at dgv level because direct dgv inserts are not permitted when a dgv is bound; evidently .NET 2 evidently wants me to use BindingSource.AddNew. Very well, I add a handler to be called by BindingSource.AddNew ... bindSrcMaster.AddingNew += new AddingNewEventHandler(bindSrcMaster_AddingNew); The popup menu item event handler for CopyRow can figure out which dgv row to copy ... private void CopyRow(object sender, EventArgs e) { ToolStripItem menuItem = sender as ToolStripItem ...Show All

©2008 Software Development Network