Software Development Network Logo
  • IE Development
  • SQL Server
  • Visual Basic
  • Audio and Video
  • Game Technologies
  • Windows Vista
  • Visual Studio
  • Windows Forms
  • Visual C#
  • .NET Development
  • Visual FoxPro
  • Microsoft ISV
  • Smart Devicet
  • SharePoint Products
  • VS Team System

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

TalhaAziz

Member List

Knvb1123
Whoisit
AnubhavG
IS dude
pmanisekaran
ChinaTiger
Neil P
mickyjtwin
GyrusGM
Damian Otway
STorne
andy237
Malacki
pitks
dLloydm
JohnHarding
MDesigner
cblaich
Pierre77
BJTaylor
Only Title

TalhaAziz's Q&A profile

  • Windows Forms VDProj BannerText

    Hi All, Is there any way to change BannerText in the welcome screen of a vdproj file made with VS2005 It seems like now it gets it from VsdWelcomeDlg.wid and currently has this value: "Welcome to the [ProductName] Setup Wizard" Obviously, I can't edit that file, so I want to know if there is any way to change BannerText without changing that file (using a post build event, a script, or anything else).   Why I want to do this I have a long ProductName and a BannerBitmap, so the text gets over bitmap, making it difficult to read. Thank you for the script it's quite helpful. I want to remove the string at the Control.Text field. I modified the query as follow, ra ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How can i obtain extra information from a File using Content importer?

    How can i obtain extra information from a File using Content importer Now i already have made a content importer for my ownfile format, that is ok because i se the importer to extract the texture Infromation from my file... But the problem Is that i have very valuable information in my file format in addition to the texture infromation, This is the code that i use to import the texture content from my files (jki Files):     /// <summary>     /// Importador de archivos JKI al XNA Content pipeline     /// </summary>     [ ContentImporter ( ".jki" , DisplayName = "Imagen De Multiples Frames JKI" , DefaultProcessor = "Procesador para arc ...Show All

  • Smart Device Development STL in vs2005 problem

    Just create a non-MFC dll projcet, add these lines #include <string> using namespace std; in .cpp file cause these complier error Compiling... reindeer.cpp D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(94) : warning C4346: '_It::iterator_category' : dependent name is not a type         prefix with 'typename' to indicate a type         D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(97) : see reference to class template instantiation 'std::iterator_traits<_It>' being compiled D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(94) : ...Show All

  • Windows Forms Decompile .NET

    Hi all I am wondering how to protect .NET applications from being decompiled or in other word prevent it from reverse engineering I hope of any one can help Thx all Hi, you're looking for .net obfuscation ... Hope this helps, Andrej ...Show All

  • Windows Forms How can i to share my own assembly?

    Hi, i whote a simple component inherited from TextBox class. This component is inside MyTextBox.dll assembly. When i install my application (Winforms/VS2005/C#) on a computer, i have to put my assembly in the same directory. I want put my assembly in " C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 " to it work with all applications, but i tried this and this doesn't work! How can i do to do my apps find my assembly Sorry for my english. Thanks. to share your assembly install it into GAC (Global Assembly Cach) look at How to install an assembly into the Global Assembly Cache in Visual C# to know how to install assembly into GAC ...Show All

  • SharePoint Products and Technologies MOSS 2007 installation on a Domain Controller

    Hi guys, I'm new to SharePoint and would like some help or pointers. I'm basically trying to become familiar with the product, so I'm doing a standalone single system install on a W2003 SP1 Virtual Server image. The W2003 image is configured as a DC. It seems that installing on a DC is not the normal thing to do. But from the documentation that I have read namely "Deployment of Office Sharepoint Server 2007.doc" it says that: "NOTE: we recommend that you read the Known Issues/Readme documentation before you install Office SharePoint Server 2007 on a domain controller. Installing Office SharePoint Server 2007 on a domain controller requires additional configuration steps that are not discussed in this document.&qu ...Show All

  • Smart Device Development Soft-reset on a WM2005 device removes registry entries created by cabinet files

    A soft-reset on a WM2005 device removes registry entries which where created by cabinet files... Why How to avoid this xxxx behaviour! The same applications / CABs worked on PPC2002 and WM2003... Regards, hfrmobile WM 5.0 uses flash for storage, it takes some time to flush changes from RAM to flash. Make sure to wait a while before resetting device after making changes to the registry. ...Show All

  • .NET Development Problem Making Requests to a non-.NET Web Service

    I'm attempting to utilize a web service written in something other than .NET. (Not sure what it is... probably J2EE.) I grabbed the WSDL via VS.NET (I'm using .NET 2.0, btw) and it created the proxy classes. When I make the request the remote server just returns an empty request body. After poking around a bit I discovered that their example SOAP request and my actual SOAP request differed quite a bit. First, their namespace prefix differed from mine. Their's is SOAP-ENV and mine is of course just SOAP. I assume that's fine. But then it gets more strange. The particular method I'm calling is called makePurchase. My SOAP request, however, looks like: <soap:Envelope ...> <soap:Body> <Purchase> Their example SOAP req ...Show All

  • Visual C# C# Real-Time programming.

    I am trying to figure out if there are more things then process priority that can improve the responsiveness of C# applications. Is it possible to force a program to stay in memory without turning off the swapfile Is there anything else that can be done I don't imagine you would want to use c# as a realtime language, it's interpreted by a virtual machine. Also windows isn't really an operating system you would want to use for anything realtime. Although that's just my opinion. I'd look into an os that is specifically designed for realtime applications like QNX. ...Show All

  • Visual Studio Tools for Office how to add smarttag on a chartobject in Excel ?

    we can add the smarttag on the range by setting the SmartTags property . how to add smarttag on a chartobject in Excel Thanks ...Show All

  • SQL Server Multiple Fuzzy Lookup

    Is it possbile to have multiple fuzzy lookup within a data flow I need to have at least 3 fuzzy lookup in a data flow. Here're the conditions that I try to find match: 1=Zip&City, 2=Zip&State, 3=City&State. I've the first fuzzy lookup working fine. After that, I've a conditional split to get any unmatch, then use another fuzzy lookup for a second condition...at this point, I get the error saying "The package contains two objects with duplicate name of output column _Similarity..." I do not need to get the _Similarity and _Confidence, so is there a way to exclude them from returning in the output Any comments Thanks in advance. On the 'Input and Output properties' tab -'Fuzzy Lookup Output'-'Output ...Show All

  • Visual Studio Express Editions Link errors : InterlockedBitTestAndComplement, MemoryBarrier, RtlSecureZeroMemory

    Well, I rarely ever post for help but I am at a complete loss, and am not sure if anyone can really even help with this problem. Anyways, here it goes: I have written a ruby extension which compiles and runs fine on Mac OS X and several *nix systems. I have been working on porting it to a windows system. It currently compiles fine, but completely craps out on the linking stage. Here is a paste of what happens: (using Visual Studio Express command line tools) Compilation: straightforward, no issues, but here it is anyways: [code] Z:\rubysound\ext\rubysound>nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. cl -nologo -I"C:/Program Files/FMOD SoundSystem/FM ...Show All

  • Smart Device Development Webservices in smart devices

    Hi All, Iam facing 1 problem with 1 of my application created in VS2005 . My application tries 2 call a webservice asynchronously at some point of the application but it always ending with an exception like threading/ web exception. The application run successfully in VS2003 without any error. How can i solve this issue.. Help me please Ratheesh Oh, you're using emulator Then you have to enable networking support on emulator or cradle it and get connection via active sync. If you don't know how, please search emulator support forum , it’s been covered. ...Show All

  • Commerce Server Project Local Directory: Difficulty Staging Business Data with Commerce Server Staging

    I’m trying to use Business Data Staging through Commerce Server Staging, but I am having problems configuring Business Data Staging - I can get Web Content Staging to work fine. I’m confused with the “Project Local Directory” (a required field) for “Business Data Staging” in Commerce Server Staging. The “Project Local Directory” is understandable for Web Content Staging, as it would point to the root of the Web Application. But, I can’t make sense of the “Project Local Directory” in Commerce Server Staging for “Business Data Staging” Projects. I’m under the impression that “Business Data Staging” Projects depend on Commerce Server resources and *not* folders or files. Why is “Project Local Directory” a required field, if “Business Data S ...Show All

  • Windows Forms WinForm control in IE example failed in .NET Framework 2.0

    The QuickStart sample "Controls in Internet Explorer" can run normally when the code is compiled in .NET Framework 1.0. However, when the code is rebuild in .NET Framework 2.0, the control could not receive value set via its property. In the script : function ChangeText() { simpleControl1.Text = text1.value; } The value of "Text" property of simpleControl1 in fact does not change after the code execution. This problem does not appear in .NET Framework 1.0. Could anyone explain this Thanks! I found this while digging into something related. http://support.microsoft.com/kb/911721/en-us spid=8940&sid=228 Nathan ...Show All

©2008 Software Development Network