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

Software Development Network >> Will Riley's Q&A profile

Will Riley

Member List

Oren Solomon
Danny_FADBA
nwilliams
SOTN
MysTeek
abhas
Spulit
boombastic
NotTaken
b0bd0gz
ajliaks
Ganesh.P.A
GrandpaB
Rajeev Vandakar
imanish11111
IntMain
Zapp
RC COLA
lp75
Kestutis
Only Title

Will Riley's Q&A profile

  • Visual Studio 2008 (Pre-release) Animation Oddity...

    I have an Image object using a somewhat complex DrawingImage as its source. I am attempting to animate a particular GradientStop Color buried deep in the bowels of the DrawingImage. The code I am using to do the animation is: < Image.Triggers > < EventTrigger RoutedEvent = " FrameworkElement.Loaded " > < BeginStoryboard > < Storyboard > < ColorAnimation Storyboard.TargetName = " Logo " Storyboard.TargetProperty = " (Image.Source).(DrawingImage.Drawing).(DrawingGroup.Children)[1].(GeometryDrawing.Brush).(RadialGradientBrush.GradientStops)[1].Color " To = " #FFEF1F1F " From = " #FFCD0E0E " Duration = " 0:0:1 " AutoReverse = & ...Show All

  • Visual Studio Tools for Office Word 2003 Form Protection

    Hello, This might not be the right place to post this but any help you could offer or directions to more suitable forum would be much appreciated! I'm using Word Automation via C# to Parse in data from documents based on a Word 2003 template. The system looks at fields stored in the first section of the document which are filled in by the user. The form is a profile for the document and all additional sections (of which there can be any number) contain the document proper. My idea was to use "Form Based" protection on the first section of the document, whilst leaving the rest of it protection fee. This appeared to work well, and was producing the functionality I was after, but a problem has developed. It seems when yo ...Show All

  • .NET Development Insert Image From asp.net2.0 webpage to sql database and Retrieve the image from sql database to asp.net2 webpage

    hi, I don't know how to Insert the Image From asp.net2.0 webpage to sql database and Retrieve the image from sql database to asp.net2 webpage.if any body knows answer for this please replay imm. Thnks. Good day! Could you please let me know how I can retrieve files from a folder and display them in a grid view dynamically. Thank you. ...Show All

  • Windows Forms How to do a new line return on a rich text field

    I am having a stupid issue with a Rich Text Field and needing to drop a new line programmatically. In writing to the Console, it is easy, just use "\n" to cause the string to the next line; well I am just wondering how I would do the same thing for a rich text box Say for example, I want to print 10 sentences out in a Rich Text Box. After each sentence I want to go to the next line so the sentence does not overwrite the previous; what can I do to achieve this for ( int i = 0; i < 10; i++) { RichTextBox.Text = "The brown fox ran fast"; //How can I get this to drop to the next line each time it is printed } Thanks, Flea for ( int i = 0; i < 10; i++) { RichTextB ...Show All

  • Windows Forms Plz help. Click Once is not updating my app

    Hi, Thanks for reading and helpme out! I have create a simple client smart application that reads and shows the content of a text file. The application is correctly published and executed. Because I need to change the text file on a daily basis, I have done a bat file that copies the file to the correct IIS directory, and use mage.exe to change both manifest. I also put in my app the code that comes in this page in a label so I can see the progress: http://msdn2.microsoft.com/es-es/library/system.deployment.application.applicationdeployment.aspx The program in the first run shows the original file, but when changing the file and redoing all the manifest steps, the program shows the same old file. What I have to do to (m ...Show All

  • Visual FoxPro Copying a file to EXCEL from FoxPro.

    PLEASE HELP! I'm using Visual FoxPro 6.0 and EXCEL 2003.  I created a query with FoxPro 6.0 and copied the data to EXCEL 2003.  The Table size is 33827 records and it only copied 16384 records.  It only copied half the code.  Why is this Here is the code. close data all set talk on set dele on SELECT 0 USE "c:\documents and settings\bartech\my documents\fmpdata\software code\fmp reports\fmptables\line02.dbf" shared select *;  from line02;  group by 3,4,5,6;  order by 3,4,5;  into cursor x select x copy to c:\line02wmake&model.xls type xls select * ;  from ("c:\documents and settings\bartech\"+;    "my documents\fmpdata\software code\fmp reports\fmptables\line02.dbf" ...Show All

  • Visual Studio 2008 (Pre-release) XAML equivalent for Focus()

    Right now, if I need to start up a Window with a specific control in focus, I call control.Focus() in the Window derived class's constructor. But is there a way to do this in Xaml I believe I have to use FocusManager.FocusedElement, but all my attempts at using that have failed - could someone show a Xaml example of doing this please Thanks. setting FocusManager.FocusedElement = " {Binding ElementName=txt2} " on the stackpanel works in my case ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. [XNA] different textures on different polygons

    Hi all, I have just written a map loader for my project but i have a little problem. At the moment i have no textures, but i want to know how can i do to draw differents textures on differents polygons Using the classical method with a basicEffect i can just applicated one texture in my draw() method. Knowing i have one buffer of all vertex and one for all indices of my map that's a probleme :-/ Thanks (sorry for my english its not my mother tonge...) You don't need to use the built in Model type if you don't want to - I was just using that as an example of how you can use different regions of a single shared vertex buffer for different draw calls using different textures. You can easily make your ...Show All

  • Software Development for Windows Vista DirectShow and Windows Media Format

    Hi, I get an error when I try combine DirectShow and Windows Media Format in my graph. I have to use ASF writer filter (DirectShow graph) and IWMWriterAdvanced2 (from Windows Media Format, to do network streaming). I get 0x8007007b error when I try to run the graph. Here is my code (error handling is ommited, but there's no errors before I run the graph): IWMWriterFileSink * pFileSink = NULL; WMCreateWriterFileSink(&pFileSink); IWMWriterAdvanced2 *pWriterAdvanced2; pGraph->AddFilter( pAsfWriter, L"WM ASF Writer"); pGraph->AddFilter(pCap, L"Capture Filter"); pAsfWriter->QueryInterface(IID_IServiceProvider, (void**)&pProvider); pProvider->QueryService(IID_IWMWriterAdvanced2,IID_IWMWriterAdvance ...Show All

  • Visual Studio Team System Who wants a FxCop VS2005 add-in?

    Hello, I have written a simple add-in for VS 2005 to enhance integration with the IDE for those who are not using the Team System version of the product. I am planning to release it to the open source community but I'm wondering whether there is much interest in doing so. Currently the add-in does the following things: Select one or more FxCop warnings in the Error List then right-click to copy C# code for SuppressMessage attributes to the clipboard. Select one or more FxCop warnings in the Error List then right-click in the code editor window to insert C# code for SuppressMessage attributes at the current insertion point. (Saves the work of copying to clipboard, then clicking back to the editor and pasting.) Double-click on ...Show All

  • .NET Development how can we automatically update web references before build

    How can we automatically update a project's web references before build  instead of manual process this is exactly what i'd like to know. is there any way to do this if i use "devenv -rebuild" is there any way to tell visual studio to run ALL the custom tools on the code before compile many thanks, e. ...Show All

  • Windows Forms Fly over issue of modal dialog forms over other applications

    I am doing a project in .NET. I have three forms say A,B,C. Form A is a mdicontainer. Form C is the modal dialog form and opens on pressing a button in form B.Now I run the application and open form C. With the application is running, I switch to some other applications like Iexplorer and then I switch back to the running application. My problem is when I switch back, the form C instead of opening inside Form A like a child form, appears as a single form over the Iexplorer itself. This fly over problem of forms is seen in all modules where child forms are declared as modal dialog forms. So anyone with any idea to solve the problem, please help. Thanks for the reply. But I am passing Form B as a paramete ...Show All

  • Visual C# c# and mysql

    I want to pull and add data from a mysql table to a datagridview and allow the user to input data into the datagridview and have it send it to the database. Hi, Try www. mysql .com/articles/dot net / Charles ...Show All

  • Visual Studio 2008 (Pre-release) where the XamlPad is?

    i have just my WPF&WF Extensions for Visual Studio 2005 installed, but unfortunately no XamlPad found in my program list! Why XamlPad is not installed by default if you dont want to install the sdk you could use XamlPadX which is an extension of Xamlpad. http://blogs.msdn.com/llobo/archive/2006/12/30/xamlpadx-v2.aspx ...Show All

  • Silverlight (formerly WPF/E) Drawing pixel based animations

    I have read the QuickStart but I haven`t seen any option to create an bitmap in memory and display it to perform old school pixel based effects. Is this possible I think that in WPF this is done via the BitmapSource class. Is there something similar for WPF/E Thanks! Joe, thanks for the reply. I hope you include this in a future release because IMHO doing pixel based effects is very useful in a lot of scenarios and especially for web based games. ...Show All

©2008 Software Development Network