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

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

MBM_Mimo

Member List

Jalf
bishoycom
NitinViswanathan
chamsoft
someone_ch
-JW
soconne
billqu
Feroz Khan
Winson
Lon Lundgren
cdun2
gokce
António Pedro Sousa
Mohammad Syed
tonn
xRuntime
db_guy
Richard G.H.Lin
SisMng
Only Title

MBM_Mimo's Q&A profile

  • Audio and Video Development A major Bug in Sonic Premastering...IMPORTANT READ

    Just got a grasp on what is happening when I premaster... In Standard Content I take my advanced content and hvdvd_ts folders and burn them but I just realized it is making my hvdvd_ts subdirectories dissapear! I have hvdvd_ts\background\pevob01.map and when I burn through Standard content all that shows up on my disc is the root of the hvdvd_ts folder. So any subdirectories in hvdvd_ts are gone! Major issue. It should burn my project as it is and not be removing folders! Have a look at figure 3.3.2-1 in the spec. Sub-directories are not allowed in HVDVD_TS. This applies to category 2 discs (adv. content) too... ...Show All

  • Visual Studio Express Editions difficult - Keyboard hook

    Hi, I need to do the following: A barcode scanner is connected to the PS/2 input using a split cable (so, both the keyboard and the barcode scanner are connected to the same PS/2 port). The barcode scanner uses "keyboard simulation" to send it's code to the currently active application. If you open a texteditor and you scan a barcode, the number is send to the page. You can add a "prefix" to the barcodescanner of maximum 10 keycodes or characters (like A, #, NULL, SOH STX ETX EOT ENQ ACK BEL etc...) I want to use the barodescanner on the background, so I was planning to use a system wide keyboard hook which detects if there was a NULL-NULL send to the PS/2 input, and in this case takes the 13 following charact ...Show All

  • Visual Studio Team System I can't find the Clean Build policy in the Checkin Policy

    Hi I'm using MSF Agile and I can't fins the Cleab Build policy to set in the checking Thanks in advance Javier sorry, but I don't understand very well your reponse. Is the Checking Policy: 'Clean Build' disapared Right now I only can see: Code Analisis Work items Or ....is there another way to get the same functionality to force the developers to checking the code without errors Thanks in advance Javier ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. In the final release of XNA i would like to see this!!!

    There are many different types of games. I would like to see when you select the new product tab and then select game tab. to have a genre tool come up where you can select Action, RPG, Stragety, so on. So the tab would help guide you towards a specific game genre instead of one huge slate to work with. I know its alot of work, but this would be a huge bonus to people who are just starting programing. hell it would help crush cost and time! please add this inthe future Starter kits are a feature of Visual Studio, not just XNA GS. See the Visual Studio docs for how to create starter kits . Yes, they are basically vs templates. Cheers, Leaf. ...Show All

  • Visual Studio Team System Using a rule to show code metrics

    Hi, I'm trying to use a custom rule to calculate and then output certain basic code metrics. For example, count the number of interfaces, classes, how many abstract classes etc.. I have worked out how to gather all the metrics I'm after, what I can't fathom is how to generate a single lne output at the end of analysis. I tried adding my 'fake' problem within an override of AfterAnalysis but this doesn't work - it is not displayed as output. I realise in this case I am not really using the tool as intended - but is there a way of wrapping up the results of several Check()s in to a single 'problem' David, Many thanks, your suggestion has solved my 'newbie' question. best regards, Tim ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is the best software for game dev with XNA?

    As the title states, what software will be good to have. I am going to download Visual C# Studio Express, but what else is good for stuff like graphics or sound. I have a limited budget so I am looking for something in the free to $100 price range, if possible. Thanks for any help you can give me. For creating graphics there's plenty of apps - Paint Shop Pro is cheap for 2D stuff, Blender and Milkshape for 3D. You can try Googling "free sound tools" for that area. ...Show All

  • Windows Forms Problem with visual inheritance from form within the project. (COM Error something I don't understand)

    Hi, Normally I use visual inheritance ( inherit from baseForm in my project). Today I've got a new error message "Unable to load assembly xxxxxxxxxxxxxxxxxxx (which is the assembly of this project itself). Ensure that the file is a valid .NET framework assembly" However, I can compile and run my application (so is it a valid assembly isn't it ) Also, sometimes instead of saying unable to load, it says "COM Error blah blah something" Could you please tell me how to fix it VS.NET is a good IDE but sometimes it generates too many annoying errors. Thanks, Yes, this is a pertinent issue with the IDE. I think for VS2003, this just something that we have to live with as Microsoft is no longer putt ...Show All

  • Visual Studio Capture a report event on the Parent Windows Form

    I need the ReportViewer object to interact with the Parent Form that hosts it. For instance, if I click a row in the report's table, how can I update a property on the host form Is this possible This is a windows application in C#. There are a number of events on the report viewer control that you can handle to perform custom actions in your form.  Most users have had the most success my adding hyperlinks to the report, then handling the ReportViewer.Hyperlink event by cancelling the event and performing a custom action. ...Show All

  • Visual Studio Express Editions Errors in compiling code creating a window

    First time creating code in VC++ express. Think i did all that was necessary to set things up. Using Microsoft XP Hiome Edition, SP2 Installe: SQL server 2005 Visual C++ 2005 Express SDK for Windows Server 2003 R2 Made the changes indicated (Directories, change in corewyn and commented out 4 lines in <forgot where i did that, but it was successful>) Here is the code: // myfirstwindow.cpp : Defines the entry point for the application. //include the basic windows header file #include "stdafx.h" #include <windows.h> #include <windowsx.h> //the WindowProc function protoype LRESULT CALLBACK WindowProc (HWND, hWnd, UINT messagr, WPARAM wParam, LPARAM lParam ...Show All

  • SharePoint Products and Technologies Help Required- List Events

    Hi I'm writing an event to User Information List... Here I'm using some conditions. If they are not met then I have show up an error message and stop the event to complete in the below code I'm using the ItemUpdated Event of the list. In custom code a condition is checked if satisfies then error page should come.... public override void ItemUpdated( SPItemEventProperties properties) { CustomCode(properties); } void CustomCode( SPItemEventProperties properties) { if (alreadyExist) { alreadyExist = false ; properties.ErrorMessage = "error message" ; properties.Cancel = true ; } Now when I run the above code this message is not coming.....my code is working ...Show All

  • Windows Forms Scrolling Panel via HScrollbar flickers

    I have two panels and a HScrollbar. I set the panels to autoscroll=false. To scroll them I want to use my HScrollbar. This works, but I have one problem. When I scroll via my HScrollBar in my panel a scrollbar flickers. it seems every time I set the value of the HorizontalScroll of the panel, the scrollbar of the panel is displayed for a short time, even I set it unvisible. Here is my code: private void Form1_Load( object sender, EventArgs e) { this .hScrollBar1.Minimum = this .panel1.HorizontalScroll.Minimum; this .hScrollBar1.Maximum = this .panel1.HorizontalScroll.Maximum; this .hScrollBar1.Value = this .panel1.HorizontalScroll.Value; this .hScrollBar1.SmallChange = this .panel1.HorizontalScroll.SmallChange; t ...Show All

  • Visual Studio Tools for Office PowerPoint Paste Special using C#

    Hi, how can i use the "PowerPoint Paste Special" using C# or VB.Net etc I have a picture to paste in PowerPoint. The picture is a metafile containng texts and Symbols. But the normal paste transform the symbols and i become incorrect symbols. Thanks, Abongs. Hi Abongs This group is specific for questions concerning the VSTO technology. At the top of this forum there's a posting "Please Read First" with a list of links to newsgroups for posting questions about automating office applications and using their object models. I suggest you post to the newsgroup for Powerpoint, or possibly to Office.developer.automation. But I think the Powerpoint group is your best bet. http://forums.microsoft.com/MSDN ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Help converting MDX1.1 Sample to XNA

    I'm trying to convert some of the samples in Tom Miller's book (Managed DirectX 9 - Graphics and Game PRogramming - Kick Start) to XNA. For the most part, it's been quite obvious what things have changed (mostly naming, and new naming is so much clearer than before!), but I'm stuck with a few bits. Can anyone help I've checked the migration guide, but it doesn't seem to mention any of these missing methods/properties :( Error 1: vb = new VertexBuffer (graphics.GraphicsDevice, typeof ( VertexPositionColor ), NumberItems, ResourceUsage .Dynamic | ResourceUsage .WriteOnly, ResourcePool .Default); vb.Created += new EventHandler ( this .OnVertexBufferCreate); VertexBuffer no longer has a Created event (nor anything ...Show All

  • Smart Device Development Notify Icon , System Tray , Task bar

    Hi everybody, I'd like to minimize my application to the system tray, that bar at the bottom of the today screen with the "New" list on the left. can anynody help me. thanks ...Show All

  • Visual C++ VC++ 6 and SDKs... I'm so confused....

    Hi to all... I'm working on my old project in VC++ 6 and I have define WINVER 0x500. During compiling process, in debug window, i have this message: NOTE: WINVER has been defined as 0x0500 or greater which enables Windows NT 5.0 and Windows 98 features. When these headers were released, Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions. For this release when WINVER is defined as 0x0500 or greater, you can only build beta or test applications. To build a retail application, set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk to see if retail Windows NT 5.0 or Windows 98 headers are available. See the SDK release notes for more information. So, i visited Microsoft sdk site and it tell ...Show All

©2008 Software Development Network