syndicate's Q&A profile
Visual Basic Reading .RM Files
hi i would like to read .rm files, i need to know the lenght of the file, play and stop it, and so on, u can say i would like to create something like a .rm Player ,can anybody help me you need the SDK, if one is available, in order for you to work with realplayer. There isn't really another way as it is a file format that only realplayer will understand and if you want to work with realplayer, you need their SDK/development tools so you can create your player and realplayer acting as the background core module that plays the files, whilst you can design your UI or whatever it is. ...Show All
Visual C++ Problem of ActiveX
When I am trying to call an ActiveX's method in my MFC application, it displays a dialog on the top of my application properly. But before it ends, the OS displays a dialog, which says "Another application is running, switch to ...". If I try to switch to others, everything is OK, my application continues to run. Could you tell me how I can avoid displaying the annoying dialog Why Thanks in advance. Depens on the IMessageFilter that is used. If the application waits forever than such a dialog will not appear. Afaik the defualt settings in an MFC application is 3 seconds after no response. Maybe VB disables its main window automagically. ...Show All
SQL Server Flat File Data Source
Is there away to use wild card in the file name for the flat file data source Like //servername/directory/*.txt No problem. To better qualify my answer BTW, you can use wild cards in your source. For example, you can look in the built-in examples that ship with SQL to see an example of this. See C:\program files\microsoft sql server\90\Samples\Integration Services\Package Samples\CaptureDataLineage Sample for more info. The loop gives you more flexibility though with this and allows you to do more advanced breakpoints and multiple tasks against the source file. ...Show All
Software Development for Windows Vista Is June CTP SDK work on Xp pro OS
hello Now I have setup for MicrosoftR WindowsR Software Development Kit (SDK) for June CTP of Windows Vista and .NET Framework 3.0 Runtime Components. I down load from the follwoing URL http://www.microsoft.com/downloads/details.aspx FamilyID=9221A6AA-AC1C-4604-A326-B8CF2B12B6EB&displaylang=en I want to know whether I install in Xp -pro this setup will work or not. Please guide me Advance thanks vijil Dear Kurt CLAEYS I installed. Me too no problem. It is working fine Thanks for replay vijil Bangalore ...Show All
Gadgets Open a webpage in a Flyout?
Hi I wonder if there any way to open a webpage in my Flyout ! I've something like this: Hi, here I'm again. :) I'm curious if there any way to apply a css style (external file) to the content of Flyout (a webpage) Would be very nice. ...Show All
Windows Forms Rehash manifest problem
Hi, I am currently working on my deployment project using Clickonce. I am installing the Clickonce project onto the customer's server using a web setup project. So far no hassle. However, I need to update a settings file within the ClickOnce package on the server. But doing this will invalidate the hash values. So I figured I needed to update the manifests. But I can't get that to work, this is what I do... 1. Update my Settings.txt file 2. mage.exe -Update myApp.exe.manifest 3. mage.exe -Sign myApp.exe.manifest -CertFile ... -Password ... 4. mage.exe -Update myApp.application 5. mage.exe -Sign myApp.application -CertFile ... -Password ... However, I still get a incompatible hash error. Something like: the application manifest has an inva ...Show All
Visual Basic External visual basic EXE !
I have oneVisual Basic EXE ( this is not activex exe ) running in box1. From box2 using VB, i want to check where vb.exe in box1 is running or not How to proceed this to check to see if its running on another computer, specify the computer name in the 2nd parameter: Dim theProcesses() as Process = Process.GetProcessesByName(" ProcessName ", " computerName ") does this help ...Show All
Visual Studio Tools for Office Outlook 2003, VSTO 2005, and multiple email attachments
I'm working on an Outlook 2003 VSTO application to generate an email in a specified Air Force format. I need the resulting rtf email to be reviewable before it is sent. The problem: I'm unable to get multiple attachments to attach where I need them to be. If there is only one attachment, I have no problem - nor is there a problem with the "final" attachment in a series. What I need is this: 3 Tabs: 1. first attached file 2. Second attached file 3. third attached file -----------------------------------------------------Tab - HB2083_int First file icon ----------------------------------------------------Tab - testMemo second file icon ----------------------------------------------------Tab - afman33-326 Third file icon What ...Show All
Windows Live Developer Forums Zipcode/Ip address to Geocode conversion API
Hi, Is there a way to get the geo code frrom the IP address or the Zipcode I have looked at options from sites like http://www.localsearchmaps.com/geo/ by_ip=1&ve=1 We would prefer using the VE api. Is there a way we can do it with VE API. Any help or pointers is appreciated. Thanks, Srikanth. "Yes" by ZIP code, "no" by IP address. For geocoding ZIP, just pass the ZIP code to the FindLocation() or Find() method. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. just starting with errors
I have recently just installed Visual C# Express and installed the xna framework and the xna game studio express. Before that I uninstalled all versions of Visual Studio and uninstalled directx sdk and .net 2. I wanted to start fresh. After the installation I opened a project successfully (MySpacewarWin1). When I try to execute this sample program I get an error saying that the method call is invalid for drawDepthBuffer = new DepthStencilBuffer (graphics.GraphicsDevice,FixedDrawingWidth, FixedDrawingHeight,pp.AutoDepthStencilFormat, pp.MultiSampleType, pp.MultiSampleQuality); if I comment this off a new error occurs at graphics.GraphicsDevice.Clear( ClearOptions .DepthBuffer, Color .CornflowerBlue, 1.0f, 0); with the same prob ...Show All
SQL Server Deployment
I'm working through Ch 3 of "SQL Server 2005 Reporting Services Step by Step" by Stacia Misner, published by Microsoft Press, but I can't get the example report in Ch3 to deploy. I get a long error message, which says this: TITLE: Microsoft Report Designer ------------------------------ A connection could not be made to the report server http://localhost/ReportServer . ------------------------------ ADDITIONAL INFORMATION: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message: -- <html> <head> <title> SQL Server Reporting Services </title><meta name="Generator" content="Microsoft SQL Server Repor ...Show All
Software Development for Windows Vista Using a State Machine Workflow from ASP.NET and Winform
Hello, I am developing an application, where parts are accessed as an ASP.Net Page and some parts are used in an winform application. I am using the state machine paradigm to connect the two. In order to get the reuse I wanted, I have encapsulated all business functionality (including the workflow) into a business layer (dll) which is called from both presentation layers. Everything works well, except for the SQLWorkflowPersistenceService. It does not store any information into the PersistenceStore. Has anybody run into similar problems and can give me a hint if this use case is not supported or am I just doing something wrong Thanks for the help, Bjoern If your workflow completes successful ...Show All
Smart Device Development Cannot set the column width in a datagrid
Hello, I am using a "datagrid" control to show data from my "BindingObject" class. The problem is that I cannot set the columns width. My code is: list.Add(new BindingObject(one, one)); list.Add(new BindingObject(two, two)); list.Add(new BindingObject(three,three)); this.data_info.DataSource = list; DataGridTableStyle ts = new DataGridTableStyle(); ts.MappingName = "list"; // Order date column style DataGridColumnStyle orderDate = new DataGridTextBoxColumn(); orderDate.MappingName = "intMember"; orderDate.HeaderText = "Campo"; ts.GridColumnStyles.Add(orderDate); // Shipping name column style ...Show All
Windows Forms disabled text color
I have a Panel that contains Labels, TextBoxes, and DateTimePickers. I would like to "Enabled = false" this Panel without changing the text color of its components to a lighter color. What is the best way to do this Thanks. Forgot a line of code, this is used to Grey background when disabled. protected override void OnPaint(PaintEventArgs e) { base.OnPaint(e); SolidBrush drawBrush = new SolidBrush( ForeColor ); //Use the ForeColor property // Draw string to screen. e.Graphics.DrawString( Text, Font, drawBrush, 0f, 0f ); //Use the Font property BackColor = Enabled Color .FromKnownColor( KnownColor .Window): Color .FromKnownColor( KnownColor .Control); } ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Create Vector from Angle
I have an angle of rotation in radians. Is there an easy way to convert this to a vector, as I have a 2D sprite ship I want to be able to rotate, and move in the direction of the rotation Simon Hmm i was always under the impression that 0 degrees was down in computer world - in which case my code was correct. I suppose your choice makes more sense but i've just always used 0deg = down. ...Show All
