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

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

adragton

Member List

Joe InfoSec
Lev Semenets
fgatorbit
szary
Juan-ito
Dan Ribar
Magne_01
quinlivan
Meridian
Andzej
NDaigneault
BillKorbecki
MagellanTX
Zvuk
Mikester
ernesto che
jkenny
MS Ellen
honouroll
Bert Muller
Only Title

adragton's Q&A profile

  • Visual Basic How to shutdown, log off and restart a system using VB2005..

    Hi, Can anyone explain to me how I can include the commands for shutting down or logging off or restarting a system using VB2005 Any help will be appreciated. Regards, Arun. Take a look at this class on Metalis.Org site. ...Show All

  • Windows Forms BarBreak not implemented?!?!?!

    It seems that BarBreak isn't implemented at all in .NET 2 Anyone know a work-around, or am I just missing something ...Show All

  • Visual Studio Team System TF15013: The requested team foundation server is not registered with the proxy server.

    We have added the TFS at proxy.config and have added Proxy service account to “TFS Valid users groups”. This is the text we are getting when we invoke the queryproxystatistics: < xml version="1.0" encoding="utf-8" > <ArrayOfProxyStatisticsInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:nil="true" xmlns="http://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/Statistics/03" /> There are no errors in the proxy event log. Find enclosed the warning message we got in the event vie ...Show All

  • Windows Forms How to disable the restore button of the windows form

    How to disable the restore button of the windows form, which exists on the upper right hand corner. Thanks ...Show All

  • Visual Studio How do i invoke the NewProject wizard from code

    hi , i am writing an application in which, one of the intermediary steps is to create a .net  project(ex. c# consoleapplication). for this i would like to bring up the  new project wizard that is built into Visual Studio. also i am working in VS2005 Beta2. does anyone what has to be done as an alternative i tried using the LaunchWizard(DTE object) method for the project creation. this worked fine with VS2003. however since 2005 uses the .vstemplate file and not the .vsz and .vsdir for invoking the project creation wizard , the  LaunchWizard method did'nt work. does anyone know how i can make this work in 2005 k ...Show All

  • .NET Development web servces using smart device application

    Hi, i am trying to build a search function using web services. when i create an object of search class and try to add it to an arraylist the following errror pops up. System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: The type PAWebService.Search was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically. BUT if i add a dummy value to the arraylist the result is fine. CAN ANYONE PLZ HELP ME! Thanx in advance You need to add the XmlInclude attribute to the Web method to tell the serializer what type will be in the A ...Show All

  • SQL Server HTTP 500 - Internal Server Error while accessing msmdpump.dll

    Hi, I am new to MS Analysis server technologies. I environment consists of: Server: windows 2003 server, Sql server 2005, analysis server 2005 client: windows xp As given by Microsoft, I configured the server for HTTP access. When I try to browse to msmdpump.dll by giving the path " http://ServerName/olap/msmdpump.dll " both in server and client systems I get the HTTP 500 Internal server error. I also did a right-click->browse from the inetmgr in the server. still I am getting the same error. Should I not be getting some response when i browse to the msmdpump.dll Please do help me. Is there something else that I have ...Show All

  • Visual Studio aspnet_compiler exiting with error code

    Hi, I am converting a 1.1 project to 2.0, and have gotten to the point of needing to deploy.  Understanding 2.0's asp.net compilation model, I don't want to deploy our .cs files to the production server, so we have to pre-compile.  I have been trying the built in vs2005 procedures, the command line aspnet_compiler, and also the Web Deployment Plugin.  All of them seem to run perfectly, however, at the end of the task, NOTHING exists in the output directory. I finally noticed when running the Web Deployment plug in, the following error code: ------ Build started: Project: Velaro_deploy, Configuration: Debug Any CPU --- ...Show All

  • Visual C++ Stopping my NT service failed after TimeOut

    Hi, I've created a service in VC++ (unmanaged code) on Visual Studio 2005. Everything works fine. But I still have a problem to stop my service. During its termination, my service needs time to communicate with external components (about 5 minutes). When I stop my service from the "Control manager", my service enters in a STOP_PENDING state. I start a independant thread which refresh its status by calling regularly SetServiceStatus. But the "Control Manager" generates a 1053 error after a timeout of about 2 minutes. After several days of work, I can't find the reason, so need help. For information, these my code: void CMy ...Show All

  • Visual C# serialPort Questions

    I tried unsuccessfully to use the DataReceived event to read data from the serial port. It gives a thread exception and I cannot figure out what the error message is trying to tell me. So I put a button on the form and added: private void button2_Click( object sender, EventArgs e) {    while (serialPort1.BytesToRead > 0)    {       char [] c = new char [serialPort1.BytesToRead];       for ( int i = 0; i < serialPort1.BytesToRead; i++)       {          c[ i ] = ( char )serialPort1.ReadByte(); ...Show All

  • Visual C# Text reading in C#

    I am looking for a way of reading a text file in C# that is analogous to the method commonly used in C, namely to return the next group of characters (possibly formatted) separated from others by white-space. I cannot believe that C# does not have this, but am unable to find it in the documentation. Let me make sure I understand what you are trying to do. You have white space delimited Text File. You want to read it delimited. If this is the case. Step 1: Read the entire file in a string System.Io.StreamReader.ReadToEnd() Step 2 : Split the String at each white space String.Split(), You should lo ...Show All

  • Visual Studio Express Editions get pst path and overwriting the path from profile

      Hi to all I have been traying to find out the path the the pst and then overwritting them. however i cant find the methods that can be used for this. Can someone please point it out for me please. Currently what i am traying to do is to develop a script to read the profiles and checking the path. If the path is what is expected then nothing happens otherwise replace it with another path. Can someone please help Thanks CB You are asking about scripts. This tends to make me believe you are trying to do some admin tasks using VB Script. VB Script often refers to the script language used in ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. using Microsoft.Samples.DirectX.UtilityToolkit

    I just started working again on a game I had been writing and abandoned for quite a while. I have managed to get it working with the latest release of the SDK but now I have run into a problem trying to add a new UI. Im am trying to add some of the the controls from the customUI tutorial that came with the SDK . I added "using Microsoft.Samples.DirectX.UtilityToolkit;" to my code but of course the compiler didn't reconize Microsoft.Samples... After some googling I realized I had to include the files from "Microsoft DirectX 9.0 SDK (October 2005)\Samples\Managed\Common" in my project. the problem is when I do this and try to compile I ge ...Show All

  • SQL Server Foreach loop container

    Hi, I'm trying to learn SSIS and currently i testing the Foreach Loop Container, and I don't know how to process it with Table, means for each record of this table I have to import from one folder some text files. so Idon't know how to connect my table to Foreach Loop container. Thanks O        how to do the third part - In FE Loop use Foreach ADO Enumerator - As ADO Object source variable - choose the variable used in the step (2) above - In Variables Mapping page you can map column #1 to variable ..., column #2 to variable ..., etc   ...Show All

  • Visual Basic Config files with VB6

    Hi, I'm using a VB6 + SP5 enviroment, and I need to read a configuration file where exists too many sections (like setup.lst files). In first time I have tried with basic I/O file routines (Open, Read,....) but this method isn't useful because sometimes the information can be on the middle of file. The file like this [1st section] key=value key=value key=value [2nd section] key=value key=value Does anyone can suggest another way to do this without read all file until find the information. Tks Marcos Barbosa I am traying to open files using vb6 but i can't i read some toutorials but i ...Show All

©2008 Software Development Network