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

Software Development Network >> Eric-NZ's Q&A profile

Eric-NZ

Member List

Franji
SRJohnson
Abdul-Rahman
somone
dean1
doppel
Jimbolino
Logan1337
AuzzieFlyBoy
Stayron
scjconsulting
PaulYuk_MS
RE Elliott
VaderPi
mbaciak
urw
Bill Allen
promptsql
ghenap
Trond Reierth
Only Title

Eric-NZ's Q&A profile

  • Visual C++ VCMAME: compiles with VC2003, fails with VC2005

    I'm trying to build the MAME source using Visual C++ 2005. I'm using the VCMAME project files from http://www.vcmame.net/ . I first built the project in Visual Studio 2003, then opened the project in VC++ 2005 and rebuilt. I only had to make a few modifications to the project, like adding _CRT_SECURE_NO_DEPRECATE to silence a bunch of warnings. However, one of the source files (winalloc.c) implements their own memory handling functions so ...Show All

  • SQL Server Trouble uninstalling sql server(CTP)

    Hi all, I installed .NET beta version 2005, and along with it also installed SQL server(april CTP something). On following the instructions for uninstalling beta version, The Microsoft Website said to first remove SQL Client, SQL CTP something by going to Add/Remove Program in control panel. But, there was no mention of anything with SQL and I still uninstalled everything including .NET framework. Now, the PROBLEM is that there is a folder: C:\P ...Show All

  • Visual Basic Can it show that?

    Hello, can i find out, if the Internet Explorer can show a File from the file extension For example: My String Path="C:\Documents\my.exe" This file cannot be shown in Internet Explorer. Now i want, that the String Accept="No" Oh, sorry. That’s my code. It doesn’t works too. And DownloadReady="1" Private Sub WebBrowser1_FileDownload(Cancel As Boolean) ...Show All

  • Visual C++ Disabling Exception Handling

    VC++ 6.0 I can't seem to disable exception handling.  I have a try / catch block and whenever I hit my exception control goes to my catch(...) handler. I do not have /GX set.  I am building using the IDE.  (When I set /GX- in Project Settings the IDE just removes the switch...supposedly GX- is the default.) Oh, and yes;  as expected, when I compile with E.H. disabled I get a warning that my unwind semantics are not ...Show All

  • SQL Server Setting Passwords In Connections Using Script Task

    I have a situation where I have to read an encrypted password from a table and set the password and userID for the connections. I wrote functions to retrieve the data from a table, decrypt the password and UserID, and set the connection string for the connection. What happens, though, is that the connection string I wrote to the connection gets changed when reading it back so that the password is no longer included. Also, in testing the connecti ...Show All

  • Visual Studio .Net 2.0 SDK install problems?

    I have tried several times to install this on different machines. I have installed the framework first, and when I try to run the install program, it interupts with the message "Extracting file failed. It is most likely caused by low memory(low disk space for swapping file) or corrupted Cabinet file." I have tried several solutions including deleting cache files, temp files, and other things. Has anyone encountered the same problems I ...Show All

  • SQL Server Privileges for Deploying Reports

    Hi Everyone, I am having problems in deploying the reports. Here is what I am trying to do 1. I have a SQL Server 2000 Database. I am using Reporting Services 2005 to prepare a report which will interact with the 2000 Database. I am able to develop the report and preview the output from the BI studio. Now, I am trying to deploy the report on to the box where reporting services 2005 is installed. I am using windows authentication and my ...Show All

  • .NET Development get file creator in .NET

    How can you tell how created a file or who the file owner is. If I am running something on a server that check files other users put there, how can I tell how put each file Hi, It should be possible using System.Management. Here's some sample code: static string QueryFileSecurity( string fileName) { using ( ManagementObject o = new ManagementObject ( @"Win32_LogicalFileSecuritySetting.Path='" + fileName + "'" ...Show All

  • Windows Forms Format a DataGrid row based on value of column

    Hi all,  I have a datagrid displaying trivial information, however, I need to color the row of the DataGrid dependant on the value of one column. I've figured out how to change the color of the column, but not the whole row. Any help appreicate ...Show All

  • Visual C++ Automation detection

    I have an application that you can run through automation and that you can also run doing the standard double-click and it loads thing. well is there a variable or method i can query at any point during my application that will tell me whether or not the application is being run through automation or otherwise Thanks   Will   If you use the standard MFC way you have a command line ...Show All

  • Smart Device Development write a C++ prog in VS 2005 beta 2 to run on pocketPC device

    Hi, I've got a question about using visual studio 2005 beta 2 writing a C++ program to run on a pocket pc device.(not emulator) If this is possible how do you do it Do you need any sdk (smartphone 2003 or pocketpc 2003) I've tried to connect to my PPC by Tools\Connect to Device\SmartPhone2003\Smartphone2003 device, the connection was succesful but then when I was trying to build the program, it reports an error "cannot open include file 'simmgr ...Show All

  • Visual C# Raise an event from a User Control.

    I created a user control, let's just say this user control "Simpsons". "Simpsons" control has some other controls on it, let's call them "Homer", "Marge" and "Bart". "Simpsons" should raise a "Click" event, whether the user clicks "Simpsons" itself or "Homer" or "Marge". How can I achieve this Thank you for your help! P.S : The names of my controls are NOT actually "Simpsons","Homer","Marge" or "Bart." :-) ...Show All

  • Microsoft ISV Community Center Forums What version of Team System do EmpowerISV members get?

    Current MSDN Universal subscribers get a free upgrade to their choice of one of the Team editions of Visual Studio 2005 when its released.  What about current EmpowerISV members   And what will future members get   I'm planning on joining the program, but I want to be sure I know what my team will be  getting long-term, especially as it relates to Visual Studio Team System. Hi Tim Do you reme ...Show All

  • Visual C# Paint

    Hello, I want to create free lines like this: good f ree line , I have figure out this: private void pic_MouseMove( object sender, MouseEventArgs e) { if (shouldpaint) { if (BPen.Checked == true ) { Graphics graphic1 = Graphics .FromImage(Tmp1); graphic1.DrawLine( new Pen (Color1), e.X +1, e.Y, e.X, e.Y); pic.Image = Tmp1; } } } But that gives this lines: bad line , can somemoene help me to make ...Show All

  • Visual C# Cursor question!

    1. How can I hide/disable cursor globally. I mean not only when the mouse is over the form, but even when the form is minimized. For example I have a timer on the form. When the time has elapsed I want the mouse to be hidden/disabled. 2. Also how can I use         protected override void OnMouseMove(MouseEventArgs e)     &n ...Show All

©2008 Software Development Network

powered by phorum