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

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

Muhammad_Afzaal

Member List

YuvalO
Sebastien St-Laurent
msdmo
sprague295
saeedbaghestani
tlove
jzl
Sabaawy
Minh Tan Duong
etki
Shafeeq82203
Vipul123
Steven Guo
raross
HuaMin
Ray
Mikhail Arkhipov
instegator
a_man
SandeepMahurkar
Only Title

Muhammad_Afzaal's Q&A profile

  • Windows Forms Docking Problems

    I have a form with a menu and a toolbar, a splitter panel and other controls in the splitter.  If I dock the splitter, it slides up under the toolbar and the menu bar. I put the menu and toolbar into a panel and docked that panel to the top. then dock the splitter to fill or to the left. Fill puts the splitter under the top panel and left moves the top panel to the side.  Is there an attribute I am missing to prevent this   Suggestions Thanks Glen I know I'm late on this post (new to this section of the forum), but even another way is to open the "document outline" (found under the view menu in "other ...Show All

  • .NET Development Restoring NTFS encrypted file

    Hey, i am using OpenEncryptedFileRaw(), WriteEncryptedFileRaw(), closeEncryptedFileRaw() to restore an encrypted file from a *.bkf backup file which is successfully restored by windows backu utility. I am giving the whole complete data to these API;s through callback defined by windows. The problem here is that it is creating file with encryption enabled but witnin file no data is written whatsoever. It is 100% ensured that callback is giving proper data. the return value of WriteEncryptedFileRaw() gives success value. can anyone help me in this regard, i can post my code as well if anyone does have clue about it. There are Platf ...Show All

  • Visual Studio Express Editions Visual C++ & Windows Forms Application without .NET framework

    Hello, I installed the Microsoft Visual Studio 2005 Express C++ and I would like to know if it is possible to create there a windows-native forms application, but without the CLR (.net). Because in the NEW option is windows forms CLR but native only console app... (and when i make new windows forms CLR app and then change the properties to "without CLR" i just get tons of errors during compilation). Thanks for answer, E. Hello - This is possible by installing the Windows Platform SDK.  http://msdn.microsoft.com/library/default.asp url=/library/en-us/sdkintro/sdkintro/devdoc_platform_software_devel ...Show All

  • Visual Basic Creating IIS virtual directory from VB2005?

    Is anyone aware of a method of getting IIS to create a virtual directory (and ideally set permissions etc) from a VB2005 winforms app I am guessing not or it would involve an unjustified amount of remote-control code. If anyone has any ideas please reply.. many thanks. I probably only need a (qualified) "no don't bother" answer on this folks. ...Show All

  • Windows Forms Date Time Picker

    Hi, Anyone know how to format the Date Time Picker in C# to shows MONTHS only Hi, Sorry, please allow me to ask more, can you guide me more details on how to traverse the list view items and create the loop Thanks. ...Show All

  • Visual Studio Team System Bug? TFSVC API - VersionControlLabel constructor

    I was just working with the Version Contrtol API's VersionControlLabel object and I found something interesting that I thought the MSFT folks might want to look into. After instantiating a new VersionControlLabel object, I noticed that the instance's VersionControlServer property was Null. I know that the VersionControlServer object that I passed into the contructor was valid because I also used it to pass the AuthenticatedUser. Here is the code: Private Function GetLabel(ByVal labelText As String, _ ByVal teamProjectName As String) _ As VersionControlLabel Dim label As New VersionControlLabel( _ ...Show All

  • Visual Studio Tools for Office Save large dataset to database

    Hi, How can I save large dataset (with table with 250,000 rows and more) to database (Access / MSDE) quickly Thank's Alexei Hi Alexei, I'm not sure I really understand your question. "Quickly" is a relative term. Do you have any specific requirements Unless this question is specific to VSTO you might be better off asking the same question, with some more specifics in the data access forum http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=45 Ade ...Show All

  • Visual C++ CDC Issue

    <wdhough@discussions.microsoft.com> wrote in message news:069f1a60-2d1e-46dc-8474-f2de281812e1@discussions.microsoft.com > I have an application that draws a diagram in the form of a bitmap > and then displays this in a window.  There are limits placed in my > code that do not allow  > the CSize properties cx and cy to be set to more than 32000 in > 'SetViewportExt' and 'SetWindowExt'.   You seem to labor under a mistaken impression that SetViewportExt and SetWindowExt somehow limit the size of the drawing. They don't. In fact, the absolute values you specify in ...Show All

  • .NET Development RegEx replace question

    I have no regex experience, so this is probably pretty easy. I have this string: //33// CD23//2D //48// and it should like like this: ! CD23//2D 0 What I need to do is replace the bolded values with the char equivalent, so "//33//" would replace to '!' and "//48//" would be 0.  I'm using "//" as my int seperator, but the only time i need to replace would be if there is an int value between the two that would resolve to a whitespace or printable ascii character. Just hoping RegEx would be faster than looping through the string characters. (This is due to Base-64 string restrictions). Thanks. ...Show All

  • Windows Forms MSMQ version

    TaskVision is a great example of an end to end solution. I'd like to see however, this example working with msmq, as I see this as an excellent way to manage server loading and scaleability. Congratulations on an otherwise excellent example. ...Show All

  • Visual Basic VB 2005 / VS 2005 Question

    Will the Visual Basic.net or Visual Studio.net 2005 versions require developers to have their application users download any framework versions in order to use the developers applications If I am not mistaken, VB.net and VS.net 2003 required application users to have the 1.1 framework installed on their local machine in order to use the application. This was a discouraging requirement as some users still have a dial-up connection and were faced with a 22 Mb download for the framework. Hopefully MS fixed this to where it was not required by app users. Any feedback regarding this would be appreciated. Thanks in advance! No problem Greg. ...Show All

  • Visual Studio Express Editions How do I get my free e-books?

    I downloaded, installed and registered the beta editions before Nov. 7th. I have yet to get an e-mail though telling me how to access my free e-books. I have a benefits page where I can download icons and pictures but nothing about e-books. Anyone know what's going on Thanks. Since no one is replying I'm guessing everyone else has their e-books If so how did you exactly get to them ...Show All

  • .NET Development Web service that calls methods from imported dll doesn't work on IIS but it woks on development environment.

    I have web service that imports "xx.dll" written in c++. This "xx.dll" make a connect to the MapPoint activex and return some data from MapPoint. Everything works fine in development environment, but when I deploy to IIS, then I'm getting "External component has thrown an exception". I did a trace in "xx.dll" and I find out that everything stops on call "MapPointApp->Connect()". I think it could be problem with permissions in IIS, but I don't know what Thanks, Miran Hi, now i we have a problem on Windows 2003, we made a custom user, which is ...Show All

  • Visual Studio Team System TFS Web service documentation

    Hi all Where can I find  the documentation for the web service interface for team foundation server I need to add bug work items from another system and it would be nice, if we can use a webservice interface to add the bugs. I have tried to look at the services in the webservices folders like "bisserver" and "Currituck" but I can not find a service suitable for our needs.  I can only find information for the Team Server object model in the Visual Studio 2005 Team System Extensibility Kit Beta 2, but not the web services any where Regards Christian Hi Christian, Using o ...Show All

  • Visual Studio Express Editions How to turn off redrawing?

    Hi! I would like to turn of redrawing of richtextbox while procesing text inside it. I have found one solution, but I can't get it to work. c od e: SendMessage( new HandleRef( this, Handle ), WM_SETREDRAW, 0, 0 ); Error Message I get: The name 'SendMessage' does not exist in the current context Perhaps I misunderstand. Can't you just use SuspendLayout while you're processing the text and then ResumeLayout when you're finished ...Show All

©2008 Software Development Network