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

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

marrigre

Member List

mmmr
redshock
EtherealSky
Milzit
Allah Is Here
Alon *
Vipul123
gpalace
Jef Patat
rene schrieken
LeahMM
Cest la vie
Chris Langsenkamp
sugrhigh
Johnny Liverpool
rattatosk
Rames Gantanant
Alain DePreter
jatdex
toddw07
Only Title

marrigre's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Question about 'EffectParameter' class

    Given that the EffectParameter class is sealed I need to ask: any chance for future versions to take advantage of generics for methods like SetValue and GetValue I 'm not meaning to create a new 'EffectParameter<T>' class (what'd make it difficult for the 'EffectParameterCollection' class), but something like: GetValue<T>() or GetValue<T>(T dummy) -the latter to avoid the use of the static <T> when calling the method, instead of GetValueVector3() and so on (ditto for the methods that return an array). SetValue<T>(T value) , instead of overloading SetValue(...). That way it could be easier -for us- to implement a sort of "fx parameter mapping" technique as well as an 'EffectParameterHan ...Show All

  • Smart Device Development Compacting data on compact framework 1.0

    Hello, I have an smart device application which has being developed on vs 2003, using compact framework 1. Now what do I need is to pass dataset object, or if that wouldn't be a great solution - an string obtained from ds.getxml() from and to an smartdevice from and to an webservice. So far, I've searched some code sample in order to compress one of this two ways but I wasn't able to find it . Thank you for the support If you need a way to improve the performance of a dataset transfering between the mobile app and web service, consider the following: Design your application so that only the needed data is transferred. For example transfer only changed data. In case you are targeting CF2.0 you may use DataSe ...Show All

  • SQL Server Report Layout

    Hi, I am trying to export my report in the web archive format and email it. When I email the report I can see page breaks in the email. Is there any ways I can avoid page breaks and see the whole report as if it is only one page I already tried to change the size of the page but it doesn't work. Please help. Thanks, -Rohit ...Show All

  • Audio and Video Development Mutl-input and multi-output

    Hello: I am writing a media source that output 2 streams. One is a video stream and another is a audio stream. When start play, I got a error code from session get event (MEError, E_FAIL -> no any meanful information). But if I Deselect any one stream, another stream will play normally. so what is the problem about this issue About other similar issue. I write a MFT which accept two streams from 2 media sources and then output a single stream to audiorenderer. After set topology and play it, I got a error about "not support topology". I don't know what is the problem It is caused by 2 media sources or multi-input MFT Thanks Thanks very much. That will be very useful for us. And other question: ...Show All

  • Visual Basic MIDI stream buffer

    Can anyone show me how to use a Stream Buffer to output a stream of MIDI events using VB 2005 The following very simple code will output the first three notes of "Three Blind Mice" but I want to be able to put all the notes into a buffer and let the API get on with it. Public Class Form1 Private MidiDeviceHandle As Integer Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If OpenMidiPort() Then API.midiOutShortMsg(MidiDeviceHandle, &H7F07B0) 'max volume PlayNote(64, 100) : wait(100) : StopNote(64) PlayNote(62, 100) : wait(100) : StopNote(62) PlayNote(60, 100) : wait(100) : StopNote(60) API.midiOutClose(MidiDeviceHandle) Else MsgBox ...Show All

  • SharePoint Products and Technologies SHAREPOINT INSTALLATION ERROR

    Hi, I tried to install sharepoint 3.0 in win 2k3 sp1 with all Req hardware.While installing the setup files are extracted properly.But when i run the configuration wizard,i encounter an error, Failed To Start database service MSSQL$Microsoft##SSEE.Repair this product by selecting it from theAdd/RemovePrograms menu. At this particular step the installation terminates.... I have tried by 1.Uninstalling all related programs and reinstalling 2. repairing the sharepoint package. 3.Even using regedit to remove the installation files of MSSQl ..... Guys plz provide me a solution coz i got fiddled with this installation.....Suggest me what i have to do . i even tried with command line util ...Show All

  • .NET Development Reading file size and then store the name, date and size in database,

    I'm trying to make a program that basically say that every morning run this directory and scan through all the files. Then record the name, size and the date and then compare with the one that already existed in the database. If everything is match then pop up message say GOOD. If something has been changed then pop up a message say NOT GOOD. But aslo if i know that there was an update on the file so the date has been changed, that program should also have an update function to update the database. For instance File1 800kb 7/18/2006 File 2 1mb 7/17/2006 because this is the first time i run this program so i have to insert this into the data base. so after inserting, the database will have a list of file 2 and 1 with ...Show All

  • SQL Server SQL Server 2005 Cumulative Hot Fix doesn't install on x86

    I'm trying to install the cumulative hot fix (build 2153) on an x86 machine. I'm running the first of the six install EXEs, and I'm not able to select any of the checkboxes on the Feature Selection tab of the wizard. I see three checkboxes. The first is SQL Server Database Services 2005 and beneath it two child nodes: MSSQLSERVER (RTM 1399 ENU) and SQLEXPRESS (RTM 1399 ENU) None of the checkboxes allow me to select them and when I click the Next button on the screen I get the following: "You have not selected any active products or instances. You must select at least one active product or instance to patch in order to proceed." ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3D Shape Order, Artifacts (screenshots)

    More progress, more problems. Perhaps this is from being used to OpenGL, but I'm having problems having 3D shapes appearing correctly in front of or behind each other. It appears that they are displayed by the order rendered in the Draw() call, and not by position. Is there a simple setting to enable/disable here In these screenshots, the sphere (TriangleStrip) is drawn first, and the cube second (TriangleList). The cube is inside the sphere, but the cube appears to be in front of the sphere when displayed. Like so: http://www.cybra.net/gd/images/SphereCubeProblem.jpg Rotated 180: http://www.cybra.net/gd/images/SphereCubeProblem2.jpg The lighting is off, but that's a whole separate thing since there's zero mention of lighting ...Show All

  • SharePoint Products and Technologies WSS 3.0 Properties problem

    Hi, I will try and keep this short....... I have been building a feature and as part of the FeatureActivated call back the system adds a section to the QuickLaunch menu bar. I have tried to add properties to the new menu heading but with no joy. The code looks like this..... nQuickLaunch = new SPNavigationNode ( "Heading" , site.ServerRelativeUrl + "/_layouts/viewlsts.aspx BaseType=1" ); site.Navigation.QuickLaunch.AddAsFirst( nQuickLaunch ); site.Update(); site.Navigation.QuickLaunch[0].Properties.Add( "new_menu" , "true" ); The code compiles and run but the properties don't get set. I have tried all sort of permutation of this section but nothing seems to work. I hav ...Show All

  • .NET Development Shared Assembly in GAC

    My question is that why we install assembly in GAC ,if we can't refer to it through IDE thnx     TaylorMichaelL ...Show All

  • Software Development for Windows Vista IGraphBuilder vs FilgraphManager

    I am trying to get a HD mpeg file to play in DirectShow using C++. I have two different applications one in C# and one in C++. The C# application renders the HD mpeg file just fine and the C++ programs gives me the following error "An invalid media type was specified.". I the documentation is said that IGraphBuilder was the same or similiar to the FilgraphManager. Here is the C# code that works: m_objFilterGraph = new FilgraphManager(); m_objFilterGraph.RenderFile(openFileDialog.FileName); m_objBasicAudio = m_objFilterGraph as IBasicAudio; try { m_objVideoWindow = m_objFilterGraph as IVideoWindow; m_objVideoWindow.Owner = (int) panel1.Handle; m_objVi ...Show All

  • Visual Studio 2008 (Pre-release) Memory Issues

    Hi everyone!!! I have develop a service the acts as a bussiness layer, I never noticed that it consumes a large memory amount, but I was testing with a little concurrent client number (12) not too much, well 2 o 3 hours later I have seen one of my nightmares comes true: the service process grown up to 900MB!!! Yes belive me!! Well first at all I think: "I'm really a bad programmer and I'm not using well the Framework, let's review the code", I found 2 or 3 issues but nothing critical, then I tried again and guess what The same result, I was investgating the memory issues debugging with windbg and I noticed that no a lot of objects where maked to get collected, specially wcf related objects, and well the GC is working but real ...Show All

  • Windows Forms Pushing data into winforms clients.

    Anyone have any advice on pushing data into winforms clients I need winforms clients to listen for changes made to a sql server 2000 database and automatically update itself. Is this possible Perhaps using .net remoting I was thinking about how to do this, and my line of thinking is this: I would write a c# service which would have a list of all connected clients and methods which would be called to update the database. So the client applications wouldn't call sql server directly, It would call methods on the service letting the service know it wants to update something on the database and if successful, notify all connected clients. Does that sound correct How do the big boys make apps like instant messengers, games, etc. ...Show All

  • Visual Studio Express Editions Color Picker i think

    hi anybody know how can i create one thing similar like a control in microsoft word, power point, etc. To change text or background color. Thanks Ok I also suspected that using a custom control was the only way, but I don't know how to create custom controls because I have never done it, so I will have to research about it. Meanwhile, if someone has another idea or an example of creating a control like this we'll appreciate it. Thanks ...Show All

©2008 Software Development Network