bYmulo's Q&A profile
Audio and Video Development Unkown Video Resource - .WMV supported?
I've got one more resource loading issue. The Validator complains on all my <PrimaryAudioVideoClip> elements. It also means that when I run the simulator I get a resource load error when I select to play any videos. My playlist worked in the first release, so I'm trying to figure out what I am doing incorrectly. Is it breaking because I'm using a wmv For example: | | | | | + <Title> | | | | | - <Title> | | | | | | | Using xml:base: file:///dvddisc/ADV_OBJ/ | | | | | | | Attribute: titleNumber="1" | | | | | | | Attribute: titleDuration="00:01:00:00" | | | | | | | Attribute: id="start" | | | | | | | Attribute: displayName="start" | | | | | | | Attribute: onEnd="start" ...Show All
Smart Device Development Exception when accessing ResourceManager object...
Hi Guys! I need some urgent help.This whole ResourceManager malachie is a complete mystery to me. First of all. Belows code works 100%. I get all images out of that ResourceManager class that i need. However the things throws exceptions like mad. The Program does not crash or anything. I just get these really disturbing exceptions in the output window of Visual Studio 2005. --- private ResourceManager imageRes; private ImageList imageListClienticex; ... if (Utility.IsHighDPI()) { imageRes = new ResourceManager("MyNamespace.ResourceVGA", typeof(ResourceVGA).Assembly); imageList.ImageSize = new System.Drawing.Size(32, 32); } else { imageRes = new ResourceManager("My ...Show All
SQL Server Image not displayed while doing Subscriptions
Hi, I have scheduled subscriptions for a report which has an image in it. The report is subscribed to be saved in a Report Server File Share in HTML format. When i open the saved report i see a placeholder x instead of the image. When i change the subscription format to ADOBE pdf it works fine. Has anyone faced this problem Any help on this is appreciated. Thanks Sam Out-of-the-box file share delivery extension does not support saving all files for HTML (including images) into targeted share. You need to use MHTML format that allows embedding images (as MIME structures) within the report HTML. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. CodeGeeksWiki and New Community Site
Ok guys, the CodeGeeksWiki is back up and running, we had a server issue that shut down the site and we lost the entire database. We've got it back up and running, and upgraded the site at the same time to MediaWiki 1.8 On another note, we've also opened a new blogging and forum site for general development. Code-Geeks Community site. Its free and based on Community Server 2.1. So go start a blog, post on the forums, post pictures of your games or any other projects you'd like! CodeGeeksWiki Code-Geeks Community We've just added chatroom style software to the Code-Geeks Community site. I'll be maning the XNA chat channel during most of the week, and hopefully we'll get some volunteers t ...Show All
Visual Basic Building a defragmentation tool with VB?
Hello :) I want to train my VB and had this great idea for a small defragmentation tool with Visual Studio 2005. Only problem is, is there any "easy" way to defrag hard disks with VB code I wouldn't have a clue about where I should start looking.. (if it's possible at all) So if anyone would have any lead as to where I should start looking/learning, thank you very much! Greatly appreciated, Steven In reply to smckelli: Well, I wasn't planning on building my own defrag class. But rather relying on another one.. Lik you did. I was hoping it would be possible to invoke an existing defrag class to build a small graphical application that would defrag all of my disks at the same time (or at least on ...Show All
Visual Studio Express Editions Adding numbers in a textbox
I'm very new to visual basic and i just want to know some simple code so when a button (or picturebox in my case) is pressed it adds a certain number to the number that is already in the textbox. for example when my textbox has the number 10 in it, when i click the picturebox it adds 10 to it to make the textbox read 20. Any help will be glady appreciated. Use the Static keyword instead of Dim to declare the counter variable. Static (not to be confused with the C# use of that word) imparts a long lifetime to that variable, (even though it is still local and can be used in other procedures without interference), thus allowing the changed value to stay in memory even after the procedure is finished. Example: ...Show All
Visual Studio Express Editions control.add radiobuttons help!!
hi.. I created radio buttons programatically in coding and they worked fine. I have 3 buttons to create at a time and I need to display for more than 10 times. eg. o OEM o Dynmaic o Classic -----line 1 o OEM o Dynmaic o Classic------line 2 o OEM o Dynmaic o Classic------line 3 but i choose OEM radio button from line 1 and when i choose any button from line 2, line 1 from what i have chosen eg. OEM disappear and same as for line 3. i can only choose one button from all lines . Any idea my code is follows. Dim radioOEM1 As New RadioButton() ry1 = ry1 + 30 radioOEM1.Location = New Point(rx1, ry1) radioOEM1.Size = New Size(52, 17) radioOEM1.Text = "OEM" radioOEM1.Font = New ...Show All
.NET Development How to set a fixed parameters from SCM?
Hi everyone, Primary platform is .Framework 2.0 We've built a Windows Service by means of VB .NET. That services works properly. Issue comes when after installation we raise for first time using two parameters in the Start Parameters textbox. Up to there everything's gonna fine but when that server do a reboot then that same service fail because these parameters are dissapeared. Does anyone ever suffered this odd behaviour How do I set a fix parameters forever from Service Control Manager I mean, the same way that you do with user and password. From my OnStart method I pick up them without problems. I can't workout with this issue. I'm stuck. Any ideas Thanks in advan ...Show All
Visual Studio Native Sybase ASA .NET data provider and VS2005
Hi All! I've already ask this question in ‘.NET Framework Data Access and Storage’ but nobody helps me. Seems I choose wrong place. I'm sorry if this place isn't good one too. Could someone direct me I have Sybase ASA Net data provider installed, but VS doesn't support it. I can connect to Sybase server via ODBC, but I can't connect by native provider. Server Explorer - Data Connections doesn't contains Sybase driver in list of available data sources. Is this driver can be registered somewhere in VS to allow visual operation Thanks in advance, Alex ander Can you provide me with more information regarding how you created a native Sybase provider The specific steps would be very m ...Show All
Visual Basic Recieving '' character symbols when loading text files not containing them
I am writing a cross-platform application and I am using Visual Basic 2003 Standard for the Windows XP version of the application. My Windows Mobile version writes information out to a text file and my Windows XP version can load and modify them. The text files do not contain the i symboles, but when I load the text files into my Visual Basic application each file loaded has those symbols attached to the begining of the first line I read into my XP application. Does anyone know why this is happening At first I thought my Windows Mobile Program was the culprit but considering the fact that those symbols are not in the text file when I view them (I used 3 different text editors to make sure) so I am assuming it's something I need to ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Game Networking
What is the best option for doing networking with managed directx Is directplay a good option I have since then changed my Domain, have a look at the following link for the Networking information that I have collected. http://blogs.virtualrealm.com.au/mykre/2006/02/27/NetworkingResourcesAndReplacingDirectPlay.aspx ...Show All
Visual Studio Express Editions Cannot imports Excel
When i paste this " Imports Excel = Microsoft.Office.Interop.Excel" to the class, that underline, how can i do it Project + Add Reference, COM tab, select "Microsoft Excel 11.0 Object Library". You do need to have the Office 2003 Primary Interop Assemblies installed on your PC to make this work. I didn't know you could use an alias in the Imports statement. Thanks for that! ...Show All
SQL Server store time
Is there any posibility to store only time and not date in sql server Even if there is no data type to support it, is there any round about way of doing it There are many approaches for that, storing time in a datetime column (with the date of 1/1/1900) storing the seconds / minutes after midnights (in the appropiate granularity as you need it) storing time as a string Depends on how you want to work with the data. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Windows Forms What is the difference between Click and MouseClick events?
When trying some codes on a treeview I have found that when selecting a node by mouse events occur in such order: 1 - MouseDown 2 - Click 3 - MouseClick 4 - MouseUp 5 - AfterSelect When I look at the definitions of the events in the Event Borwser, the default explanations are: Click: Occurs when the component is clicked MouseClick: Occurs when the control is clicked by the mouse. Since there is no other opportunity than clicking by a mouse, what is the difference between Click and MouseClick events according to the compiler (Not that the " one occurs for component but the other occurs for control " answer please) Regards. MouseClick will fire when you click with the mouse. Click will fire when yo ...Show All
Visual Studio Team System Managing files and status
I'm evaluating TFS and I miss the following features: The option to see deleted files in source code explorer and files that haven't yet been added to source control. Why can't TE detect the state of my local files. Occasionally I manage files outside TE. I want a recursive "Update Status" action to detect which files have been modified locally. Together with (1) I can then overwrite a bunch of files, update status, check out the files, and finally check in the updated files. I like the StarTeam feature where I can have a "flattened" view of my source tree and then group the files by state. That makes it easy to vey quickly identify files that I might otherwise forget to add and files that have been overriden and thus ...Show All
