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

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

JavaGuy147

Member List

MBearden
DavidWhite
Ted Hacker
Chris Forrester
Dania151638
sich
jomunoz
ty3333
coronaride
Anjum Ali
brettman
GaryTrip
James Ogden
Steve DeBow
JustAnAverageJoe
Mike Anderson
Fredvanherz
Visual C# Novice
csrking
RRRyanC
Only Title

JavaGuy147's Q&A profile

  • Visual Basic How can I make Install package for VB2005 Express?<like P&D Wizard of VB6>

    How can I make Install package for VB2005 Express In VB6 , I use Package and Deploy wizard. I try to use 'Publish' in 'Build' menu. It can generate Setup package. But when test by setup its. It have Short cut to run application. But  I can not find installed/application folder.(can not find link of its short cut) In VB 2005 Pro Open the MyProject Folder and then click on the publish tab. Here you can se ...Show All

  • .NET Development Does Microsoft charge to compile an application created in Visual C++ using the MFC?

    I am new at this, but our company has purchased a small display application that uses MFC classes.  If we purchased Visual Studio and i used this to make minor adjustments to the code, will we be charged a compile fee(ex: per seat)from Microsoft      ...Show All

  • Visual Studio Team System Using context variables from one webtest into another webtest

    Is it possible to use a context variable from one webtest in another webtest I realize context variables, when extracted, are scoped for just that webtest. Is there a way around this If so, please explain in detail how to do this. Thank you! I was able to accomplish this by using a 'master' webtest to call several other (calling and called webtests must be coded) webtests. Nothing needs to be done to the webtes ...Show All

  • .NET Development == Multiple simultaneous threads ==

    Hi, there, I am trying to send out multiple requests from a client to a server simultaneously (threads starting at the same time). The server will handle each request and send the request file back to the client. I wrote the following code to do this job. Can the following code do this job Thanks for your help.    private void btnSocketThread_Click( object sender, System.EventArgs e)   {     for ...Show All

  • Visual C++ In my computer I can not find glut.h file, please tell me how can i get that file .

    In my computer I can not find glut.h file, please tell me how can i get that file . Thank you very much! Go here  http://www.opengl.org/resources/libraries/glut/ ...Show All

  • .NET Development WSDL command script

    I am trying to use vs2005 web service features such as creating a ws in a file location instead of a iss location.  I have created: I have created my web service file at: c:\webservice\website4 If I run the webservice project in vs I get internet explorer opening my ws as: http://localhost:2758/WebSite4/Service.asmx   This works fine and all my web methods are exposed.  I don't understand what the "2758" is   ...Show All

  • Visual Studio Express Editions Command prompt from IDE?

    I am VBE newbie.  The help says I get to a command prompt form IDE via view\other windows\command window.  "Other windows" gives me no "command window" choice.  I am trying to compile/run the "hello world" example program from command prompt.  I can get to a command prompt by using XP's start/run/cmd and cd'ing down to my project folder, but surely there is a easier way from from IDE.  Yes, ...Show All

  • SQL Server Configuration File Locations - Likes to say it can't load them in designer

    I have a package and added a configuration file to it to hold settings such as connection strings etc. When I open the package up in the designer and check where the configuration file is from, it likes to specify it with a full path like this: \\myserver\projects\packages\blah.xml Where blah.xml is the configuration file and the package file is in the same exact directory. This creates an issue when I use build and then try to insta ...Show All

  • .NET Development Random Class

    Is anyone else having problems with the Random class I am using the following code in a 3d graphics application which models erosion on a landscape: nOffset = rnd.Next(NUM_DIRECTIONS); if (nOffset == NUM_DIRECTIONS) throw new ApplicationException("This shouldn't Happen"); and guess what, the exception is thrown. Not very often. I am running at around 20fps with the above code being called arou ...Show All

  • Visual Studio Registering visual studio add in through another dll

    Hi All, I have created a visual studio 2005 addin (say MySecondAddin) to open a given solution filename in visual studio, by using C# language. But I want to use this addin from another addin (say MyFirstAddin). I don't want to use MySecondAddin directly. MyFirstAddin should load/register MySecondAddin nad use it. How should i do this There is one more restriction in this, that MyFirstAddin is simple MFC dll created in visual Studio 6 and MySec ...Show All

  • Windows Forms ScrollableControl.HorizontalScroll

    I am implementing a control derived from ScrollableControl, but most of its implementation is legacy code written in unmanaged C++ and uses the win32 API. In particular scrollbars states and positions are set using SetScrollInfo, etc. Now my problem is that the HorizontalScroll property of the ScrollableControl does not reflect the actual scrollbars states (they don't change at all). Is there a way to keep things synchronized ...Show All

  • Software Development for Windows Vista Files locked by unknown programs or services

    Sometimes when you run a program in XP (seemed like less of a problem in Win2K) certain files just get locked, and cannot be modified or deleted. There seems to be a difference in the time it takes the system to determine the locked state, depending on whether the user tries to rename or delete the file. When trying to rename a locked Word file, XP immediately tells you its locked. When trying to delete a locked file however, it can take up t ...Show All

  • Visual Basic convert point to comma in .net

    hi my questions about in vb.net i want to convert point to comma Which using method or property Assuming VB 2005 and that you have a string variable: NewString = OldString.Replace(".", ",") ...Show All

  • Visual C++ GUI for MFC windows?

    Just out of curiosity, is there any way to get a GUI for building the main window in an MFC application as you can with a .NET application   I liked how easy it was to do but since I don't want to use .NET I have to stick with MFC.  I can only seem to do this for dialogs though, and I don't want a dialog-based application.  Am I just gonna have to learn to it the old-fashioned way ...Show All

  • .NET Development HTTPWebResponse Error: Unable to read data from the transport connection

    I have a console app that is making a web request to my localhost and I keep getting this error: "System.IO.IOException: Unable to read data from the transport connection. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host \r\n at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)\r\n at Sys ...Show All

©2008 Software Development Network

powered by phorum