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

Software Development Network >> Paul Watt's Q&A profile

Paul Watt

Member List

Kyle Miller
keithGard
fakie2fakie
J. Hedrick
leo2
capitolino
NithyaS
Neel13
ProNovice
Tommy N.
Russel Harvey
Aaron Stern
PatPennington
vitjan
lazyfellow
Raghavendra Naik
explorer4life
Nate L
Eric Falsken
LotusP
Only Title

Paul Watt's Q&A profile

  • Visual Studio Team System ADAM & AMD 64

    Is there a AMD 64 version of the ADAM tool I need it to be able to install the Team server. Had some issues when installing teamserver on x64 windows but found solution for most of it. Now only problem i have is the ADAM tool. I can't install the team server without it and can't install the tool. If i use 32bit version of the tool, it says i need the IA64 version ... So when installing IA64 version it says it has been build for other type of pr ...Show All

  • Visual C# ConfigurationManager 2.0 in Console Project for C#

    I am a little confused as to why when I declare Application Settings through the IDE, add System.Configuration dll and then try to use ConfigurationManager.AppSettings["test"], I get a return value false. I can access the settings using strong typed class Properties. Thanks, Roman Rozinov You are confusing the v1.x version of the configuration subsystem with the newer v2.0 subsystem. In v1.x you stor ...Show All

  • Visual Studio Express Editions The things I draw don't stay!

    Hi all, my application involves retreiving information of pixels to form an image. I created an access database with 3 field, PixelColumn, Pixel Row and Colour. I'd then draw rectangles as pixels and fill these pixels with the corresponding colour from the database. A screenshot is available here. http://i5.tinypic.com/120mipz.jpg But if I minimize the form and maximize it again, the rectangles disappear! Is there any way I to mak ...Show All

  • Visual Studio error MSB4018: The "GenerateResource" task failed unexpectedly

    I have a Smart Device application that is generating the following errror when I attempt to build. I would appreciate any feedback in how to debug this error, or what might be a typical cause of this problem. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1616,9): error MSB4018: The "GenerateResource" task failed unexpectedly. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1616,9): ...Show All

  • Visual Studio Express Editions Creat a real exe File, which runs on other PC's

    Hello! I just downloaded VB express this week and created a program. Now I would like to make a running *.exe File which I can run on other PC's, I found a exe File in the bin Folder but it doesn't run on other pc's. What do I have to do for make a real exe File Can I probably extract the source code an compile it with Visual Basic 6.0 thank's Alex Well, couple years ago, u need to have installed VB6 Runtime ...Show All

  • .NET Development NetworkStream.Read performance

    Hi All, a small question about some code we implemented: if ( rxSize > 0 ) { byte [] buf = new byte [rxSize] ; int total = 0 ; int offset = 0 ; int counterRead = 0 ; int counterSleep = 0 ; // put incoming bytes onto the input stream while ( ( !m_Terminate ) && ( rxSize > 0 ) ) { // stream = new NetworkStream ( socket, false ); if ( stream.DataAvailable == false ) ...Show All

  • Visual FoxPro Need help understanding Client to host window settings

    Greetings Fox-folk! I have a simple form with a functioning webbrowser control on it. I am trying to force the URL to resize itself automatically to the size of the control on the form. A little research seems to indicate I need to do something with the ClienToHostWindow. What I see is this: *** ActiveX Control Event *** LPARAMETERS cx, cy ... which seems to suggest x and y dimensions. Could someone please post an example code snippe ...Show All

  • Windows Forms Using ListView SelectedIndexChanged Event to Show Forms

    I have a ListView called TrainingListView that has a collection of 12 items. Each item represents another form that I would like to show if the user clicks on it. My problem is that the items in the collection don't appear to have a click event, so I need to use the SelectedIndexChanged event as workaround to get the same functionality. I've been struggling for the last several days on the code to get the SelectedIndexChanged event to open t ...Show All

  • Visual C# Modfying Part of a String

    Hi, I am trying to change only part of a string with a new value. I have a string with the value "Hello". I want to change it to "Heslo". I am trying to do this: string sal = "Hello"; sal.substring(2, 1) = "s"; This keeps giving me an error "The left hand side of the assigner should be a variable, property, or indexer" How can I accomplish this in C# thanks ...Show All

  • Visual Basic Cint method problem

    hi, note even and odd number get different result . Cint(2.5) = 2 Cint(3.5) = 4 Cint(4.5) = 4 Cint(5.5) = 6 ........ why this happen CInt is documented as using Bankers Rounding : Fractional Parts. When you convert a nonintegral value to an integral type, the integer conversion functions ( CByte , CInt , CLng , CSByte , CShort , CUInt , CULng , and CUShort ) remove the fractional part and round the value to the ...Show All

  • Visual C++ How do you develop an interface for an existing C++ program?

    Hello Everyone, I have a large and complex program, which to be honest I dont fully understand, that I have to develop an interface for. I understand how the program works to an extent, but the level of C++ used in the program is way beyond me. It has to do with genetic programming, programs writing programs, so I dont think that im going to be learning how to do that anytime soon. Although I am alot better with VC++ than C++ and can ...Show All

  • Visual Studio Tools for Office Switch between Actionpanes

    Hi, I have a complicated question, but I hope the answer is an easy one. I have a word solution that has a few usercontrols which are loaded in the "Task Pane". When I start the application the first actionpane apears. Then I can click a linklabel and the parent control should be closed or unloaded. This was my code :         Me .ActionsPane.Controls.Clear()            ...Show All

  • Visual Studio Tools for Office xsd document not "protected" from paste

    Building a VSTO 2005 app in Word 2003 that uses document protection and XSD to allow user to enter things into placeholders but not elsewhere in the document. When a placeholder is highlighted, the user can start typing and that works really well. However, we noticed that the user can also paste; if the user pastes, the XML element/node is deleted and the schema becomes invalid and Undo is disabled (!). Yikes. Any thoughts on how to stop this fr ...Show All

  • Visual C++ C1083: Cannot open include file: 'resource.h'

    Project converted from VS.NET 2k3 to VS2k5.  Receive the following error in several projects (6/21) that build fine in VS2k3.  The include file exists, is part of the project (auto generated by VS2k3).  Anyone see this   Thanks. Harrier VS2005 does not seem to see some of the include files even if they appear under "header files" in the project tree view. You will resolve it if you specify&nbs ...Show All

  • SQL Server SQL Server 2005 - 180 Day Trial Edition

    Can this trial version be upgraded to a fully licensed version once a license has been purchased without the need to re-install.  I will be buying an Open Volume license once it is available but would like to set up the server initially with the trial version Please be aware there is an issue with upgrade from Evaluation to Express for SQL Server 2005 RTM, if you go through the upgrade path of Evaluation to ...Show All

©2008 Software Development Network

powered by phorum