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

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

KADIYALA

Member List

Francis Tracey
FrenchiInLA
IgorP
LaoZeng
Bear23
zivpeleg
nutbuilder
Terax
ahmedilyas
JamesE
mAh3u
kothai
Brandan C
HiTech2k
SDH2007
dLloydm
PolatPinar
pawelek
lushdog
Jason D. Camp
Only Title

KADIYALA's Q&A profile

  • Visual Studio 2008 (Pre-release) How to benchmark performance of an XPS RIP ?

    If a printer manufacturer decides to support it's line of printers for XPS printing, it needs to manufacture a printer with an XPS RIP. Is there a reference implementation of XPS RIP available which can be considered as a benchmark for performance of the new XPS RIP that is being considered by the printer manufaturer Or, is there a way to evaluate which XPS RIP implementation is better than the other. \ Thanks chikloo, Microsoft will provide a reference RIP implementation to be use as a reference for output fidelity (correctness of output) along with the RC1 WDK. This is intended to support the existing output fidelity references: (1) XPS Specification, (2) the WPF rendering engine (you coul ...Show All

  • SQL Server can't find Enterprise Manager and Query Analyzer after setup

    I downloaded the trial version of sql server 2005. but after installation, I couldnt find the Enterprise Manager and Query Analyzer. Any idea about that Thanks. Which Edition of SQL Server 2005 do you download If it is SQL Server 2005 Express, such tool is not included. Please try SQL Server 2005 Expree with Advanced Services, which includes tools. You can get it from the same download website as SQL Server 2005 Express. ...Show All

  • Visual C++ Any memory issues using VS2003 dll's in VS2005 applications ?

    Are there any issues with compiling VS2005 applications using dll's built with VS2003 The application appears to run fine in release build, however when run in debug we see a breakpoint hit in _malloc_base() with a popup warning that there may be a corruption of the heap. I answered a similar question in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=716799&SiteID=1 see if it helps. ...Show All

  • Visual FoxPro Dynamically enable or disable rows in a grid.

    How can I dynamically enable or disable the current row in a grid depending on a contition I used to use 'when' in Foxpro browse but in a grid the 'when' affects the entier grid. thanks. Aleniko wrote: How can I dynamically enable or disable the current row in a grid depending on a contition I used to use 'when' in Foxpro browse but in a grid the 'when' affects the entier grid. This code in the grid's AfterRowColChange: This.AllowCellSelection = SomeCondition ...Show All

  • .NET Development How to compare values from 1 table to another with an outside variable

    say i have 2 tables . table 1, and table 2. Now table 1 has 3 files and table 2 is emptied. Each table has 4 columns. Name, Time, Size, No(goes from 1-100 increase by 1 Exp. 1,2,3...). Everytime when i run asp file, it reads all 4 files in my folder directory and then insert it in to table 2. Then compare to see if all files are exactly match by name, time or size. No column for table 2 and table 1 will never match so i use the name column to be a primary key. then say it has 2 files that have exact same name but different size and time. Therefore i must update table one. Now the user has a choice. Either select to update 1 file only or both file. To do that a user must click on the check box correspond to the file. Table1 Table2 Name ...Show All

  • Visual Basic Novice: How To Learn And Use The Embedded Programming Drivers

    Within VB, how do I learn about these with my applications Can you give me an introduction. Do I have to use CE, XP Embedded, or XP Professional with the drivers. I prefer to use XP Professional. I found the below site helpful http://msdn.microsoft.com/embedded/community/community/newsgrp/default.aspx ahmedilyas wrote: you maybe best posting this in the Windows embedded development forum/newsgroup located at www.microsoft.com/communities ...Show All

  • SQL Server Report Links in Page Header

    I have a report that I put links to other reports in the page header. When I click on those links, I get the error: "source of the report definition has not been specified" If I move the links to the body of the report, they work fine. Is this a bug or a limitation, and will we eventually be able to put links in the header Thanks! BobP Hi, Is the fix available now it almost 1 year when the problem was reported. "Drillthrough links in page header/footer are not supported in RS2005. We plan to get it fixed in the next release." Pls send me the reply. Novin ...Show All

  • Windows Live Developer Forums display pin info

    hello is there a way to display the pin info as soon as you add the pin instead of the mouse hover over thanks. No time to check sorry but try this: after you add the pin: var pin = new VEPushpin(pinID, latlon, icon_url, title , details , iconStyle); map.AddPushpin(pin); var element = document.getElementById(pinID); element.onmouseover(); John ...Show All

  • Visual C++ Call Back Function in VC++ 2005

    delegate bool MyDelegate( SIPX_EVENT_CATEGORY category , void * pInfo, void * pUserData); [DllImport( "user32" )] extern "C" int EnumWindows(MyDelegate^ x, int y); namespace MyPhone { public class ref phone { ....... private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { callFunc(); } public: void callFunc() { MyDelegate ^MyDel = gcnew MyDelegate( this , &phone::proc); sipxEventListenerAdd( NULL, (SIPX_EVENT_CALLBACK_PROC) EnumWindows(MyDel, 0) , NULL); } public: bool proc( SIPX_EVENT_CATEGORY category , void* p2, void* p3) { switch(category) { ........ default: return false; } .... } .... }; } Now let me explain, what ...Show All

  • Visual Studio Express Editions cl.exe really missing from install dir [Solved]

    Some months ago I installed VC Express 2005 + SQL Server and MSDN, then after a while I uninstalled them from Control Panel -> Add Remove Programs to get some space on the disk. But some of them refused to uninstall, so I removed the rests by hand (not a good idea I understand, but too late). So far so good, yesterday I tried to re-install VC Express again. First, the setup program does not follow the usual sequence, but proposed me to add new components, uninstall it or repair. I tried uninstall but it failed with a messsage saying that it cannot determine the order of installs. OK, second try: repair. It downloaded some files on the internet, did its job and exited. I start the VC Express from the Start->Programs and it seems to wo ...Show All

  • SQL Server De-install and re-install problems SQL server 2005

    I never installed previous beta versions on my computer before. But now I have some serious problem after an incomplete de-install and a re-install of SQL server 2005 express advanced. I hope anybody can help me to solve this. Because the first installation eas not succesfull I had to do an de-install. I have tried to unstall through start/control panel/ add-remove programms and even there not all programs were removed. And that caused the problem. After that I wanted to re-install again but an msi file was missing. So I did a de-install agian. Tried to re-install again but with a lot of errors. After looking at the library I found a program: Windows Install CleanUp. I installed it and that even gives an error for all programs installed ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Using multiple matrixes

    hi, i wrote c# code before and i'm i began to learn directx programming. i read the dxsdk for managed code, i have come to the tutuorial 5 : using meshes and  i want to try moving meshes that i created in 3dsmax. as i searched the forum for using multiple meshes, the knowledge that i gain, as follows; 1. i must declare a new matrix for using translation on a mesh, (for every mesh i must declare a matrix), 2. after i declared a matrix and put a mesh into it, if i want to move it, i move the matrix, using transformation functions. 1st question " did i understand truly  " 2nd question " can someone send sample code (or  link of course)  about declaring multiple meshes and matrixes," ...Show All

  • SQL Server SQL: deleting duplicate entries (needed for primary key)

    Hello, I need help on the follwing problem. I want to set a primary key (columns name, surname) for an existing table. The problem is that there are some (ca 300 of 40000) "wrong" entries: some name, surname combinations are used more than once. Therefore setting a primary key fails. I can remove all wrong entries by going through all of them and checking for each if there is another entrie using the same name and surname, but this is much to slow, because we're working very often with such corrupt datatables. So I tried the follwing SQL statement: DELETE * FROM tPerson AS tA WHERE ( SELECT COUNT(*) FROM tPerson AS tB WHERE tA.Name=tB.Name AND tA.Surname=tB.Surname ) <= 2 This is much faster. Sorrily, it not only deletes ...Show All

  • Visual Studio crystal reports 9.x compatibilty with Windows Vista

    Unable to gauge out whether Crystal Report 9.x is reqd as minimum or absolute in Windows Vista if not then which version is required as minimum and/or absolute in Vista Thanks and Regards Luv Walia hey thanks for the update, by anychance do you have any idea whether Autovue(any of the versions available) is compatible with Vista ...Show All

  • Visual Basic regsvr dialog confirmation

    This might be a imple solution to someone but I can't figure it out. I need to know how to register a dll without getting that annoying confirmation message. My code is below. Thanks! Shell( "regsvr32 operate.dll /i" ) 'to install Shell( "regsvr32 operate.dll /u ") 'to uninstall Well I guess part of my issue is that I am running VS2002. If the olnly issue is security that might hang a dll from being registered, how could I make a custom action in deployment to restrict installation to only administrators ...Show All

©2008 Software Development Network