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

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

aliahmad

Member List

Jacek F
MrHeckles
AnaD
Danel Arenovsky
coreyw2008
Edelcio Molina
ssingh
tooparam
Moreno
snipexv
Kim Hansen
Mr. Underhill
roadragedsb
JMBC
Ken Halter
Nishad.A.R
C-4
arvas
Alok.Ganguly
CosmoTopper777
Only Title

aliahmad's Q&A profile

  • Smart Device Development Initiating a Dial-Up Networking Connection and VPN

    I may have missed it when going through the MSDN documentation, but I can't seem to find much information on how to make a Pocket PC 2003 Phone (VX6600 and Samsung i700) establish the default dial-up connection and then connect to the default (and only) VPN. Would anyone be kind enough to refer me to documentation or 3rd party write-ups that addresses such isues Thank you much! so you can, glad about that! I'm looking into this Connection Manager, will post here if I find anything useful ...Show All

  • .NET Development Problems with Network Stream and Threading - please help.

    Hi folks, i have threads that are used to retrieve any data from a client after a client connects to the listener. When i try to get the server to close all connections, i do that but after it finishes closing all, it then crashes on a StreamReader.ReadLine() call. how do i make it so that when the TcpClient is closed, then thread stop correctly The StartListening method kicks it all off. Note: I've left out some private properties to keep the example clean. public void StartListening() { Thread listeningThread; listeningThread = new Thread ( new ThreadStart (DoListen)); listeningThread.Start(); } private ...Show All

  • Visual Studio Team System Virtual User Synchronization Point

    Is there a way to have virtual users wait at a given line of code until a certain number of users are doing so and then let all waiting user continue I want to test multiple users performing the same action at the same time with an application under load. Thanks, John Hi Ayman. Yes, that would do it. However, I would like to keep it a little more controlled than that. I need to go 6 pages deep into my site before I get to the page I want synchronous requests to occur on. Page response time could "desynchronize" the requests. I would rather not play the numbers game and dump a bunch of users on it ...Show All

  • Visual FoxPro Reindexing a free table in .NET

    I am responsible for a set of VFP Free Tables used for storing client information.  The front end for these tables has been created by a third party, however, the system is problematic and the index becomes corrupted on an almost daily basis. I am currently looking at a way of reindexing the tables on a nightly basis, as part of a scheduled application.  One slight snag, I'm a C# developer, not a VFP developer. I have downloaded the VFP Toolkit for .NET and can find no method for re-indexing.  I would be grateful for any advice anyone can give me regards libraries or functions availible to reindex the tables. Thanks, Kian R ...Show All

  • Visual Studio Express Editions visual basic problem

    Hi guys i m developing one application in which i want to send and recieve mails via visual basic program in outlook express. as i developed the application but the prob it wont able to send mails when the system is locked. so plz help me out for that prob as soon as possible. I'm not sure I understand. You wrote an app that sends mail, it's an add in for Outlook Express And how do you mean 'when the system is locked' Is it meant to send automatically ...Show All

  • Visual Studio 2008 (Pre-release) WS-Addressing

    Hey! Where can I find a simple code example of WCF using WS-Addressing. I'm using January CTP. Thanks. [melack] Thanks for reply. I'm trying to do an asynchronus client callback with WS-Addressing. ...Show All

  • Visual FoxPro HOW TO GO TO SECOND PAGE OF RTF OLEBOX

    I am experimenting a form with OLE box containing RTF Text. The content of this is from a memo field. I copied this screen from the Samples\Solutions\Ole TEXT.SCX My question is : When I open the screen, HOW DO I GO DIRECTLY LET'S SAY TO THE MIDDLE OF THE MEMO FIELD WHICH IS THE SECOND PAGE OF THE BOX. INITIALLY IT GOES TO THE FIRST CHARACTER OF THE MEMO FIELD THAT IS DISPLAYED. Kindly help and thank you for your previous help extended. Thank you and God bless you. Rolly You can use SelStart or Find("some text to find") followed by SelLength = 0. ...Show All

  • Windows Forms Control Panels ? Help please

    Is it possible to get the recyle bin control panel and perhaps other control panels from windows in my application i use the code below for the control panel of internet explorer but what would i use for the recycle bin Shell("rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0", 5)   Well it's a bit of what i want unfortunatly that code did not work in vb2005 beta 2 Is there no way to get to that just like i did to get to the Internet Options ...Show All

  • Windows Forms Form Hangs on Controls.Remove

    Here's the code snip that's doing it: If Me.Controls.Contains(m_report) Then             m_report.SuspendLayout()             Me.Controls.Remove(m_report)             m_report.ResumeLayout() End If m_report is a custom control that ultimately contains a really big TableLayoutPanel. If the table is smaller, this does not hang. This has been tested both with a preceding Me.SuspendLayout() and without, the behavior does not change. What's happening is that when the Remove call happens, it sits there for about 30 - ...Show All

  • Visual C++ error LNK2001: unresolved external symbol _main

    <trulyviral@discussions.microsoft.com> wrote in message news:905960a4-dd74-4e18-ac02-10db03534d6d@discussions.microsoft.com > *coughs and says "#include <windows.h> > int APIENTRY WinMain(HINSTANCE hInstance, >                      HINSTANCE hPrevInstance, >                      LPSTR     lpCmdLine, >        &nbs ...Show All

  • Visual Studio VisualStudio.CommandBars

    In Beta2, I am using the following code: Protected Shared mnuAbout As CommandBarControl Public Shared WithEvents mnuAboutHandler As CommandBarEvents 'EnvDTE.CommandBarEvents I get the menu created, but the menu handler event never fires. Private Shared Sub mnuAboutHandler_Click( ByVal CommandBarControl As Object , ByRef handled As Boolean , ByRef CancelDefault As Boolean ) Handles mnuAboutHandler.Click MsgBox( "About what " ) End Sub Can anyone help I wrote this macro to test events and they’re working correctly in VS 2005 50727.42. There was a late breaking bug in this area which w ...Show All

  • SQL Server Help with pointing to an image!

    I am new to SQL and I am trying to have a column in my table that points to images I have stored in a directory on my system. I cannot seem to get it to work correctly and I am wondering if someone might be able to help. I want to use this image for each record with the other information on my windows form but I cannot seem to get the file pointer right. Any help would be appreciated. Thanks. If the images are ordinary files stored on disk, the value in the column would be the path to the file. (from the servers point of view) Is that the case with you /Kenneth ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. new Microsoft.DirectX.AudioVideoPlayback.Audio(Stream)?

    1) Is there a way to play an audio file from an array in memory (or a stream) without having to save it as a file first I have all my sounds in memory and don't want to save them as separate files. 2) A long time ago (when the SDK was still beta) I noticed that my game would pause (about 1/5th of a second) whenever I started playing an MP3. I tried many things to fix this (including starting and pausing it, or pre-seeking), but nothing helped. Does anyone know if there is a way to fix that (or if it was fixed in a more recent SDK) 3) If I use AudioVideoPlayback to play Midi files, will they sound the same on all com ...Show All

  • Software Development for Windows Vista Still issues using generic List as property in beta 2.2?

    I am creating a custom activity with a generic list as a property.  However, I am running into issues with this. In a code separated workflow I get an error in the designer stating "Could not deserialize object.  The type System.Collections.Generic.List x006 1' could not be resolved." The Xaml is at the end of the post.  This works fine in a compiled workflow. I see there where issues using generics in pre-beta 2.2, but it looked like the issues should have been addressed.   <SequentialWorkflowActivity x:Class="WorkflowLibrary1.TestWorkflow5" x:Name="TestWorkflow5" xmlns:ns0="clr-namespace:AP ...Show All

  • Windows Forms .NET Applications on W2K Terminal Servers

    Hi All,     I have an application written in VB.Net that is suppose to run on a W2K Terminal Server farm.  The server farm is W2K SP4 running the the .Net 1.1 framework.  The application is written in VB.Net 2003 against the 1.1 framework. The application runs without issue on my development machine.  When I installed the application on  ...Show All

©2008 Software Development Network