Software Development Network Logo
  • Visual Studio
  • VS Team System
  • Windows Live
  • Microsoft ISV
  • Visual Basic
  • Architecture
  • SQL Server
  • Visual FoxPro
  • VS Express Editions
  • Windows Forms
  • Game Technologies
  • Visual C++
  • Visual J#
  • Smart Device
  • .NET Development

Software Development Network >> Computer Guy69146's Q&A profile

Computer Guy69146

Member List

scott xxxxxxxx
kexh
Yottie
Patrick Pierz
aimless
Mai Akmal
HoundOfHell
Rohan_Misys
redviking2006
brichka
stig brembo
butterfly7
Tim Allen
Wilson Chew
AbsentFriend
Andreiciuc Dan
JavierSc
akka
SivaKrishna Varma
Dave Codding
Only Title

Computer Guy69146's Q&A profile

  • Visual C# help me -- sound project --

    hi i want to record sound and save it as wav file A full working example with article can be found here: Dictation Recorder with PlayBack Program using C# . ...Show All

  • Visual Studio 2008 (Pre-release) Direct3D will it boost existing software apps?

    Hello, i have a general question about the Direct3D support in this new windows OS, will our app we wrote in Visual Studio 2003 take advantage in the direct3D hardware that a user has on their system If so is there any link to some docs on this we have a AutoCad like software developed for a manufacturer, and heavily rely on the GDI C# and the framework.  Right now it is a bit slow, and we are wishing the drawing routines would be improved a bit. Thanks ! ...Show All

  • SQL Server generate table or database schema

    what is the sql servre equivalent to 'describe' keyword. how do we generate the schema of the database and tables of a database. schema here refers to column names and its types. Hi, have a look at the INFORMATION_SCHEMA views, in your case the INFORMATION_SCHEMA.Columns Select * from INFORMATION_SCHEMA.Columns HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Unable to find the Visual SourceSafe registry key in SourceSafe.Get Task

    I'm trying to get the latest version of my project through msbuild project. I have defined a SourceSafe.Get task (from Microsoft.Sdc.Tasks project) to do that. When I try to execute the task I get the following error: "Unable to find the Visual SourceSafe  registry key" I can't find any information about this issue... This is the task in the .proj file:  <Target Name="Latest">   <SourceSafe.Get    UserName="raul"    Password=""    Database="&quot;\\amon\dfs\VSS ilitia&quot;"    Project="$\Proyectos\MyProject"    WorkingDirectory ...Show All

  • Visual Studio Rmt9x.mst not found error VS 2005 setup

    I'm trying to install Visual Studio 2005 on windows vista (december beta). When the installer tries to copy the temporary files to start the installation, I get an error that says that the \vs\Setup\Rmt9x.mst file cannot be copied. I have already installed this copy of Visual Studio in Windows XP and it worked perfectly. Hi, Thanks for all your solutions. I got the basic idea of how to go forward. I was getting the same error ( " cannot copy Rmt9x.mst file " while copying the files to temp folder. I rectified it by copying the 'setup' folder' to my local and re-running the setup.exe f ...Show All

  • Visual Basic vb2005 and crystal report 10

    PLS i have aurgent question , in firt i am downloaded vb2005 from internet and installed and i have installed crystal report 10 before , now how can i use crystal report viewer in my project and how can i use ocx Activex Files in my project he taked ocx files as classes . how thanks in advance Hi, Did you download vbexpress If so you cannot use the crystal reports. This is one of the limitations of the express products. On beta 1 of the express products I succesfully tried importing a project with an existing crystal reports control inside. You could try creating a project in VS2003 with a crystal reports control and convert i ...Show All

  • Windows Forms MSI: "Error writing to file: ******.dll. Verify that you have access to that directory. GAC problem?

    Hi, I have a "Setup Project" in Visual Studio 2005 that generates an .msi installation file. My setup project references several merge modules. When I try to run the generated installation I get the following error message: "Error writing to file: general.dll. Verify that you have access to that directory." I think that the problem is related to the fact that I have two separate copies of my general.dll in my setup project. My application uses one version of general.dll, but my application also uses an assembly called mi.dll, that uses another version of general.dll. So for my application to work both versions of general.dll is incl ...Show All

  • .NET Development What is 'server' in SmtpClient constructor?

    Hi guys! I do know what it is MEANT to be. But here are a couple of querstions, which I can't figure out. I am Testing the new .Net 2.0 SMTP classes. In particular sending mail using SmtpClient class you need to specify the e-mail server in the argument of the constructor. (By the way, you need to have outgoing mail scanning by antivirus software off for any of this to work). What bugs me is that: 1. I can specify "localhost', or my mail server (same as the one secified in my Outlook account) - in either case mail makes it out.So what is the meaning of specifying the server when instantiating SmtpClient class 2. How do I spe ...Show All

  • Visual Studio Team System private branch for developer

    I know that this is not the default way to work in VSTS, but I think that when there is a big change private branch should be used. that way: 1. changes of others will not be a problem 2. at the end of the work merge to the main branch will be done this is an option - instead of working on a normal workspace. I wanted to asked if someone works that way, and if it is recommended thanks Ori, If you are talking about an item of work performed by a single developer, I would recommend using a Shelveset rather than cluttering up the repository with another branch. ...Show All

  • Smart Device Development Hyperlink to Pocket PC CF App including Command-Line parameter

    Hi, I'd like to be able to start a CF application on a Pocket PC from a hyperlink in Internet Explorer running on the Pocket PC and include a command-line parameter.  Further, when the application is already running I'd like to be able to click a different hyperlink and send a different command-line parameter to the running application and have the application act on it. I've achieved this on Windows to a VB6 application.  I had to modify the registry; under HKEY_CLASSES_ROOT I added AppName\Shell\Open\Command keys and added the necessary values so that the following hyperlink <a href=AppName:Parameter;>R ...Show All

  • SQL Server Package Execution with SQL Server Agent or DTEXEC

    Hello, I want execute package with SQL Server Agent. I create a job and I try all the solutions : my job doesn't want to work. I success to launch the package but the execution failed. I try the same job launching from the server : it doesn't work either. So, I copy the command line (/FILE, /DTS or /SQL) and with DTEXEC utility it works when this command is executed on the server (on a client computer, the problem "the product level is insufficient" appears). Why is it working with this utility and not with a job I try to change every secured option (credential --> proxy --> Run as ; change the owne ...Show All

  • SQL Server Enabling remote errors

    Hi. I am trying to get remote errors to display in Report Manager. I've set the "EnableRemoteErrors" configuration value to True in the ReportServer.ConfigurationInfo table. Then I restarted both the Reporting Services Service and IIS. However, I am still seeing the following message when running a report: An error has occurred during report processing. What am I missing Thanks Has anyone had a chance to look into this Please let me know if you need more information. Thanks. - Mark ...Show All

  • Visual Studio Express Editions 4 Yes or No questions regarding SQL Server Express - thanks!

    I know everyone is busy, so no need to expound on these, just a YES or NO will be perfect! I am reading/hearing some conflicting info and wanted to get it straight from the folks who use and develop it. I am just about ready to take the plunge into VWD and SQL Express - however: 1.)  1GB RAM limit: I would like to run this on a machine with 2GB of RAM. Can I still run the software (and it will self-impose the 1GB limit) - YES or NO 2.)  Concurrent users: Is there truly no limit to the number of concurrent users (besides the performance-limiting RAM and CPU caps of course) - YES or NO 3.)  Single CPU: I want to run this ...Show All

  • Windows Forms Need Help!

    Hello,all. I'm now on a project which need to invoke some window APIs,  u know,API is written in c++,the variable types are not the same  as C#,so I should do some type changes.  But one type which the API uses is PVOID,a point to void,is there  any one knows how to change this type of the API to C#   Thanks. Thanks,nata1 I ...Show All

  • Software Development for Windows Vista Installing Vista drivers on XP

    We tried installing Microsoft Document Writer on Windows XP OS.But the driver is not getting installed.Even the printer driver developed by us is not getting installed on XP os. We would like to know the applications or files that are required for installing XPS document writer on XP From the XPS Faq we came to know that microsoft should supply a print processor with XPS document writer.Is the print Processor available for lower level os Could you please give me the location of the print processor Sivakami, this appears to be a problem with your XP installation. Did you try it on a clean install of Windows XP The Microsoft ...Show All

©2008 Software Development Network