SQLDude's Q&A profile
Visual C# Using Sound(OLE) in program
I would like to use MS SNDREC32.EXE in my program; however, I cannot find the documentation on how to pass Sound(OLE) objects in my Access Database to this program using C# Express. I would like it to work as it does in Access, Word, and Excel but the format is beyond me. The Sound(OLE) objects doesn't appear to be normal WAV file formats. I have copied the Sound(OLE) object to a file directory and it attaches .s ...Show All
Visual C++ Radio Button Problem
I have 3 radio buttons in my Dialog and it's in a group, i have on click event(OnRadio1) for first radio button( ON_BN_CLICKED(IDC_RADIO_ONE, OnRadio1) ), problem is that when dialog box pop's up OnRadio1 is called many times and then dialog will appear. Please help me. Pramod Please check if the ID value that is assigned to IDC_RADIO_ONE is used more than once. Look it up in your resource.h file. If s ...Show All
Visual C# GetType from instance that has a null value
Hello How can i detect the type of an instance that has a null value Test test = null; System.Type type = test.GetType(); returns a nullreference exception..... The Watch window in the debugger of VS.NET is returning the correct type, so it should be possible.. Thanks Marco Hi, VS saves info about all symbols in your project, and it even saves information that you don't have access when running it, when debuggi ...Show All
Visual Basic Setup Project
I have written a small program that will simply cycle through a bunch of graphics files as a slide show. When I create the setup project for this, how can I get that project to include a subdirectory that contains all the image files to be displayed Currently I keep them in a folder called "\images" located in the bin folder, so that I can reference them with Path=Application.Startup Thanks in advance tattoo In ...Show All
.NET Development XML Digital Signature and XML Encryption info.
Hello, Can some help me please, I'm looking for some good information on how XML Digital Signature and XML Encryption works. I've got the specifications from w3.org but they are so boring and difficult to read. Can anyone point me to some good articles or sample chapters or even recommend an e-book that covers these technologies and how to get them working. Thanks. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Direct3D Initialization
I am trying to initialize Direct3D using this code: Imports microsoft.DirectX Imports Microsoft.DirectX.Direct3D Public Class Form1 Private dev As Microsoft.DirectX.Direct3D.Device = Nothing Private Function Init3d() As Boolean Try Dim pparams As New PresentParameters & ...Show All
Visual C# How to convert arabic text to english speech.
Hai All, Is there a way to translate, arabic text to speech system in english. Please help me by providing some c# links. Regards, Vinoraja. ...Show All
SQL Server How do I get overall package duration?
I'm developing a web app that displays the running packages and the total elapsed time. I'm calling GetRunningPackages() method and using the ExecutionDuration property of the returned package. The duration seems to be only for the currently executing container and not the entire package. Is there a way to get the duration of the entire package Thanks. Thanks Jamie. It appears I was mistaken. The ExecutionDurati ...Show All
Visual Basic Adding Data to the original Data Source/Access Database
I have followed a number of walkthroughs whilst using Visual Basic 2005 as part of the Beta 2 Visual Studio. My problem is starting when I want to send information back to the original data source (an Access Database) Now, my form loads the information from the datasource (northwind customers table) however when I try to create a new record, the changes are reflected in the dataset, ie the record is created and i can see it if i navigate off and ...Show All
Windows Forms "Thought for too long"?
My creatures are being destroyed and the output says because my creature "thought for too long". Does anyone know what it means that my creature "thought for too long" Thanks Justin for taking time to explain. &n ...Show All
SQL Server about bcp
Hi all, I would like to know about bcp. The input file (in parameter) must to has \t to separate the columns Is there a way to choice the separator simbol for example the file: 1;Test1;active; 2;Test2;active; 3;Test3;inactive; Yes, there is a command-line parameter "-t" which can be used to specify a field terminator. See Books Online for more details on the command-line options of BCP. http://msdn2.microsoft.com/en-us/m ...Show All
SQL Server Size limit on CLR Extension User defined types
Why is there a limit of 8000 bytes on CLR Extension user defined types in SQl Server 2005 We now have varchar(max), varbinary(max) and XML data types that are unlimited in size, byt UDT's are limited to 8000 bytes!. This limitation is ruining a key project of mine! Any ideas that MS may lift this limit Regards Derek I am just guessing that the limitation has something to do with the seria ...Show All
Visual Studio Team System What happened to Beta 2 on MSDN Subscriber Downloads?
It looks like everything has been pulled. Is that because the April SQL Server is missing Some of my downloads were right in the middle That was meant to be a joke given the context of the rest of the message ...Show All
.NET Development missing an assembly reference
hi!i am developing a asp.net web application with c# ,using visual studio 2003.i want to align text in a label . this is what i found in a help topic: Example The following code example demonstrates how to center the text of a label. [C#] private void Form1_Activate(object sender, System .EventArgs e) { Label1.Alignment = Alignment.Center ; Label1.Text = "Earnings Update"; } Requirements Namespace: System.Web.UI.MobileControls ...Show All
Visual Studio Team System Add Work Item Types to existing projects?
How can I add new work item types to existing projects How can I customize the fields and workflow after the project has been created Thanks Scott Brian is right - the documentation is in the extensibility kit. You can still download the Beta 2 kit from http://www.vsipdev.com/downloads/ which contains the documentation. It isn't 100% current, but it is sufficiently close that you could make signific ...Show All
