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

Software Development Network >> Tausif Ahmed's Q&A profile

Tausif Ahmed

Member List

Cristi Lupa?cu
drk9999
Marais_Kruger
CyanBlue
Valery Tolkov
Andrea C
duncan.mcleod
Kiet Quach
raynkel
Frundatz
Trilobite
msnashok
IGFET909
VandB
Sebaste
Martijn Kieboom
Andrew Davey
mware
Pluey
emasstech
Only Title

Tausif Ahmed's Q&A profile

  • Windows Forms Listview questions

    Hi all Can someone please post me some code on how to register and handle the event of the user clicking/scrolling the vertical scrollbar on a listview. Secondly, if I allow the user to reorder listview columns, what is the best way to keep these re-orderings when the user closes the app and opens it up later Writing the index positions of each col header to file xml Thanks to everyone Tomas ...Show All

  • .NET Development (In)Validate my reasoning

    Hi, I have a design concern that might be nicely solved by remoting, assuming my reasoning is right. Assume the standard situation: I have a (HTTP) server and many, many clients. Due to reasons outside of scope of this post, I expose the server in a REST-ful manner - the method calls' parameters get mapped to query parameters of the URL and the result is a custom binary format (but you can imagine the result to be an XML, it doesn't change muc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Confusing issue for a moderately new DirectX developer

    First off, the preliminaries: I'm an actual game developer, though I've worked exclusively on consoles and mostly audio and network coding.  I'm wanting to do lightweight home games in my spare time for me and my friends. I'm doing this on a laptop with a GeForceFX Go5200.  I have the December DX SDK installed, and I'm using VS 2005 Standard (hooray for launch events). I decided it would be a good idea to follow the Codin ...Show All

  • Visual C# How do I move my records in one dataset into SQL database with field matching?

    I am working on a attendance application( base on SQL Express) for school, I figure out the way import the CSV files(Attendance Record) into a dataset but I cannt find any information regarding how to transfer the record into SQL Express Thanks Hi, Try using the sqlDataAdapter object. You need to set its select, insert, update, delete command. After doing that you can try doing something like: System.Data.SqlClient. SqlDataAdapter a ...Show All

  • Visual C# Beginner

    hi all, I've just got myself into dot net (C#), do let me know the online resources available, for me to get acquainted with the technology.  Regards Arun Hi, The Visual C# Developer Center on MSDN is a great place to start exploring about C#. Take a look here: http://msdn.microsoft.com/vcsharp/programming/ Regards, Vikram ...Show All

  • Microsoft ISV Community Center Forums Microsoft Business Scorecard Security

    Hello,   I have an anomaly on security report view in MBSM. In my cube I create two roles. First role has a full access and second role has Restricted access. When I create a report   view with using an admin user.    All the others users with a restricted access profit from its privileges. In the window of the "report view" it there is no tab   Administration or Safety contrary to the data sourc ...Show All

  • Windows Forms getting values of dynamic buttons

    I load 3 buttons and only the last one fire one event Public Class GO : Inherits Control Public Event GO As EventHandler Protected btnGO As Button Private Sub OnGO(ByVal sender As Object, ByVal cea As CommandEventArgs) RaiseEvent GO(sender, cea) End Sub For i As  ...Show All

  • Visual C++ VC8 MSMs not working on vista 5308

    I have an installer that installs the VC8 MSMs (CRT, MFC) correctly to the WinSxs directory on WinXP, 2000, 2k3, but not on Vista 5308. On Vista, it looks like the msms are doing their thing, but the files are definitely not showing up under the %windir%\winsxs directory. I just don't know where to start looking for the problem to debug since these are MS supplied merge modules. I can post the install log if that would be helpful. Anyone ...Show All

  • Visual C# Best practice

    Ok, I have a question on what would be the best practice for a translator... If you have 5 languages: English, Chinese, German, French, and Swedish and you have different methods for converting each one into each other what would bet he best practice Heres an example: If you selected Chinese as the starting Language and English as the Ending Language it'll return "zh-CN%7Cen" as the code needed to post. I'm thinking i'll create an enu ...Show All

  • .NET Development Timeout in WinHttp object

    I am using WinHttp object to send and receive information (getting a document in terms of bytes and opening on the browser by converting it into PDF). I am not setting any timeout explicitly in my C# program. I am using synchronous connection to do this process. Sometimes, our clients are coming across 'timeout' error while downloading the document. Does anyone have any idea what could be wrong What is the default connection timeout 60 seconds ...Show All

  • Visual C++ Visual C++ 2005/2003 compatibility

    Is it possible to open a Visual C++ 2005 project with Visual Studio 2003 What are the major differences between the two No, you can use a newr project on an older version of VS. Only older versions on new ones where the project will be converted. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Smart Device Development Universal Remote using Infra Red

    We are working on a multi-purpose remote using Infra Red on PDA. So for that purpose, we are trying to read the Infra red Signal from the remote and sending the signal using the PDA. this is piece of code for sending and recieving the Infrared signal. This is just a check program. We read the signal and are sending the same signal again so that we can check if the device is responding. But the device does not seem to respond. The Data we ...Show All

  • Visual C++ Can not seem to build my VS2005 solution via the commandline...

    Hello All, I just started to use the VS2005 Beta 2 and I am trying to build my solution via the command line and cannot seem to provide a valid command line syntax.  Unfortunately I can not locate any samples or help on this subject. Any information you can provide will be greatly appreciated. Thank you, -Jim --------- Example: --------- Previously under Microsoft Visual C++ 6.0 the syntax was   >msdev MY.dsw /useenv /make ...Show All

  • Visual C++ BUG; isalnum - asserts in debug build

    If you try (using VS2005) isalnum('£') then you get an assert. The problem lies in '£' being cast to an int -93. This is then cast to an unsigned and checked to see if it is withing 0 to 255. As -93 cast to an unsigned will give a huge number, we then get an assert. Andy Cooper From MSDN: When used with a debug CRT library, isalnum will display a CRT assert if passed a parameter that i ...Show All

  • Visual Studio Switch VSS Source Control Plug-in on the fly?

    I put my solution folder on a mobile disk.  When I am in the office, I want to use the LAN booster to access the VSS db.  While I am away from the office, I want to use the Internet Web Service to access VSS db.  Is it possible to switch the access method for the solution on the fly Every time I change the access method in Tools | Options | Source Control | Current Source Control Plug-in , the solution will be closed.  Do I ...Show All

©2008 Software Development Network

powered by phorum