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

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

sjw7

Member List

Manuel5
ravenbrk
CanGIS
Russell Christopher
kayronjm
ralfg
Steelhand
Sean Feldman
nvb2008
Raghunandan Sharma
zootmastaflex
James Cheng
jesuitx
DragonVic
alan_b
coderrich
Blake Foster
Vinzcenzo
Freda1
DSouto
Only Title

sjw7's Q&A profile

  • Visual C++ capturing command line parameters in a windows app

    Hello, Can someone please help. I'm trying to understand how to get commandline arguments into an ultra simple windows app. This works with the comments but I want something like the commented bit to work... #include "stdafx.h" int main(int argc, char* argv[]) {   puts("progname is...");   puts(argv[0]);   return 0; } /* int APIENTRY WinMain(HINSTANCE hInstance,                      HINSTANCE hPrevInstance,                    &n ...Show All

  • Smart Device Development Sockets Connection timed out

    I have a small server running on a PocketPC 2003. I also have a php-script that takes the ip-address of the ppc and sends a socket to that ip-address. Im using mobileIE to connect to the php-server and I get the following: Unable to connect to (*ip adress*) (connection timed out). I know the php-script works, it has been tested. There are no firewalls that I know of, my "php-server" has none. If it was a firewall I should get a "connection refused" I have tried several different ports. Can it be anything in the PocketPC that blocks the socket These forums are related to device devel ...Show All

  • Visual C# How support login via WebBrowser Control?

    Hi, I am trying to login to a remote site via the WebBrowser control, which is initially successful, but when I click on a link after logging in, I get a error from the remote server saying "Your validation has expired", by which I think they mean my session cookie is no good or not being sent. I login like this: mainWebBrowser.DocumentText = Web_DAO .HttpPost ( Web_DAO .LOGIN_URI,  W eb_DAO .PFC_LOGIN_PARAMETERS ); mainWebBrowser.Url = new Uri ( Web_DAO .LOGIN_URI ); mainControl.SelectTab ( browserTab ); How do I support cookies for the session Thanks, Jess       The  ...Show All

  • .NET Development How to maintain security on server with socket applications

    Hello everybody I donot know weather its a right place to this question or not but if this is not a right forum for this question then please let me know My concern is that lets say i have a server that is running a VB.Net application and this application has sockets that listens 24 hours for the connection made from remote sites using TCP/IP. My server is connected on internet Can somebody tells me how I protect my application form being accessed via anyother computer on the internet because of its sockets thats always listen on a certain port. Secondly opening ports like i have mentioned above could be threats for both my Operating S ...Show All

  • Smart Device Development application does not appear in 'Remove Programs'

    with VS 2003 I used to build the CAB files manually. Now I'm using VS 2005 and I'm trying to build a CAB file with it's built in process. I've managed to build one and installed my application. But I'm not entirely sure what i need to do in order to create a shortcut to it in under 'Programs' and dont know how to make it appear in 'Remove Programs'. Thanks. No, that should not matter either. Unless installation completely failed (because of security restrictions or for any other reason) and application was never installed. Naturally, application which is not installed won’t appear in “Remove programs ...Show All

  • Smart Device Development Question on listview (re)population - performance issue

    Hello, I'm new to UI programming in general, and smartphone UI programming in particular. I have a  question relating to performance of listviews. I have a listview object that has around 200 items with 2 columns each. Displaying this takes quite a while when I test it via the emulator (unfortunately I don't have a WM 5.0 device to deploy to and test on) -- to the order of almost a minute before the listview is displayed the first time when run via VS. Also, my code switches between 2 different lists based on a hotkey being pressed. The second list has fewer items and displays fast, but whenever I clear the listview and reload the firs ...Show All

  • Visual Studio Team System Agent problems with Sept CTP

    I installed the new controller/agent on a clean machine.  It appears to have installed correctly, but I can't run any tests on the agent.  The test (a simple web click test) runs fine on my local machine.  I have bumped up tracing on the agent and service.  The controller log says it sucessfully queues the test run and the agent log says it sucessfully connects to the controller, but it just hangs there.  After a while, I get a timeout in VS.  Is there a list somewhere of the debug steps to go through to help diagnose agent problems and any command line tools   Also, should I be seing values in the SQL ...Show All

  • Visual Studio Express Editions Prerequisite installation options in Visual Studio 2005

    How does one update the prerequisite installation options in Visual Studio 2005 For example, how does one specify a new version of SQL Server 2005 or specify service pack 1 as a checkbox prerequisite I am not installing from the Internet. Are you talking about the Visual Studio application or one that you have developed, It if is the Visual Studio system then you should post a message to the Feedback Site. If this is for your own application that you have developed you should post your question in the below group. ClickOnce and Setup & Deployment Projects Discuss the ClickOnce deploym ...Show All

  • Visual C# TreeView

    I want when I select a child node(ProductID) the all information of this ProductID will be displayed in textboxes but I dont know how to do. Because when I use the AfterSelect event it fired the parent node (I need child node information). Thanks in advance ! Use this you will get TreeViewName.SelectedNode which will get all the information of the selectednode regards prawin ...Show All

  • Visual Basic More symptoms to help characterize the problem

    OK, I've got the following structure: Bungalow -label_matching (label control used for a "matching exercise") -form1 New Bungalow -frmExercise (will show the matching exercise) to get label_matching to show up in the ToolBox, it seems that I have to drag (with the sol exp) that control to New Bungalow proj. Then it shows up when I select "frmExercise" for design, in the "New Bungalow Components". Am I understanding this RELATED QUESTION When I try to drag label_matching to Bungalow.form1, it gets instanced as "inherits bungalow.label_matching" which ...Show All

  • .NET Development Gathering text via Serial Port

    I'm attemting to gather text via the serial port.  Using the snippet included with VB 2005, I'm not certain how to extract the info gathered and stored in the StringBuilder. What I'm doing is simply sending text from one machine to another <--- running my application, and displaying it in a text box.  When I attempt to do this in the DataReceived method, I get thread exception errors.  Seems I can't access textbox controls while in the DataReceived method, but I am able to display the info via MessageBox.show(). Tony Beginner Programmer Found my problem.  Read a post by Harry discussing ...Show All

  • Windows Forms updata other MDIChild forms

    Hi, i have a mdi application, it contain "A" form and "B" form. how can i use "B" form to updata "A" form's control such as add new item to "Listbox" and trigger event. Erymuzuan was correct in that how you go about doing this depends very much on the design of your application.  The following is&nb ...Show All

  • Visual Studio Team System Newbie in WebTesting using 2005, How to do this ??

    Hello, It's my first time around, I usually hang in [http://msdn.microsoft.com/newsgroups/] but this one here is a lot better I think. Well, I have a web site, few months ago we needed some metrics of the performance so I took my stop-watch and looked at how many seconds it takes to do some of the main scenarios in my web site. Now, my boss had me install the beta version of VS2005 and asked me to do same with it. I think VS2005 is really great but also, a bit confusing so I would need a little help getting around it. Here's what I must do: Create several tests to be executed in a precise order, execute each tests 10 times before ...Show All

  • Visual Studio Express Editions Can I Install Visual Basic Express and Visual Web Developer and SQL Server Express???

    i'm just wondering because I have already installed Visual Web Developer and SQL Server Express 2005 on my machine and i've been using it. I read the information before downloading Visual Basic Express and it says "Before installing, you must uninstall any previous versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0." Thanks, Jun I recall that it said you need to uninstall any previous beta versions of Visual Studio 2005, SQL Server 2005 and the .NET framework 2.0. You should be safe to install more express editions. ...Show All

  • Visual C++ Using mfc40.dll instead of mfc80.dll with Visual Studio 2005

    Hello there, good people. I need help and I'm hoping a good and knowledgeable soul out there might take the time to assist me. I have an old Visual Studio v6 project written in C++ that I'm contemplating making Visual Studio 2005-compliant. I'm beginning to wonder if this is worthwhile, however. Here's the deal: - It's a very simple command-line utility. - It has a very small size (40kB) and it's confined to being just one simple .exe file. - Back in the days of Visual Studio 6, it linked with MFC40.DLL since that's the dll that I believe has been shipping with all the Windows OSs. Visual Studio 2005 present ...Show All

©2008 Software Development Network