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

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

az1538

Member List

Ivan Tx
jafar
Si2005
Davidarh
Grant Jackson
DanTurner
Ahsan Ashraf
Marcos Rodrigues Pinto
Rohan
Julia Semenova
Asal
Jelle van der Beek30865
Cole57
poor man
Marius Bancila
Pieciax
murfscot
Rocy
Sianny
sapaplanus
Only Title

az1538's Q&A profile

  • SQL Server Constraint and Linked Server query problem

    Hi, I've got a problem querying a remote table via linked server (SQL Server 2000 SP4). If I do select * from <linked server>.<database name>.<db owner>.<Table1> it returns all data, as expected. However, if I do: select * from <linked server>.<database name>.<db owner>.<table name> where ColumnID = 51588 it doesn't return a row, even though it exists in the remote table. A likely reason for ...Show All

  • .NET Development Installing the test certificates on windows 2000

    Hi everyone Please can someone help I'm tearing my hair out! I am trying to import the test certificates from wse 3.0 onto a windows 2000 server. I have no 'other people' store but I have read that this doesn't have to be a problem, I have set the certificates up exactly the same way as I have them on our windows 2003 box, which by the way everything works perfectly on, but I just can not get the app to run when talking to the win 2k box. I ...Show All

  • Visual Basic Disabling Selecting Buttons Through Arrow Keys

    Could somebody tell me how I could disable selecting a button on my form when the arrow keys on the keyboard are hit, I am using it for a game, so I doubt that setting the focus to something else like a label would be fast enough ( I already tried it), hopefully you guys know. -I am using VB 2005 Express... To change how arrow keys are handled, try overriding ProcessDialogKey http://msdn.microsoft.co ...Show All

  • Visual Studio Tools for Office Word Template Info Stored in Access??

    Hi Im quite new to going into this much depth with Access and Word. What ive got is a template for minutes for meetings. So in this template ive got people that attended- issues etc basically information from that meeting. I also have an access database with these fields in it. Is there any way of populating my database with the information from my word template Thanks for any help Keith You can use VS ...Show All

  • Visual C++ viewing .pgd files from profile-guided optimization

    Is there a tool that allows me to view the data generated by an instrumented run of my code   .PGC and .PGD files are created for the profile-guided optimization. However, I want to use profiling to hand-tune my code.  In VS6, there was a simple text ouput of function calls and timings.  Rational had a tool that showed pie charts of child calls. Is there anything like this in VS2005 Hi Aner,   ...Show All

  • SQL Server Performance Test Info

    I'm looking for a source of performance information for SQL Server (Express, though I assume it's the same). I need to know how going from 1,000 x 1000 byte records to 100,000 x 1000 byte records will affect CRUD response times. I recognize there's always the "it depends"; I'm hoping there are some sources of baseline performance metrics out there that I can extropolate from. Any guidance on this would be appreciated. Thanks! ...Show All

  • Visual C++ having problem in loading a resource dll

    <bk pradeep@discussions.microsoft.com> wrote in message news:8d6cef00-7b72-4588-a50e-955fef9f0ddc@discussions.microsoft.com > Iam new to win32 programming. I have a resouce only dll with some > dialogs and bitmaps. Now I need to use this resource dll from my > win32 dll. I have tried using loadlibrary and loadresouce but somehow > its failing. can you kindly provide me with code snippets or ref ...Show All

  • Visual C++ Spawnl Return Code 1

    I have a C application written in Visual C++ 6.0 which has been running successfully for several years on Windows 2000. It uses the spawnl command to execute a .bat file. Since upgrading to Windows XP Pro, the spawnl command returns a return-code of "1" instead of "0". Since I am able to successfully execute the same .bat file from DOS, I have not been able to determine what the problem is in my application. The general ...Show All

  • Visual Studio Team System Deleting Work Items

    Hi, I've come to the conclusion that Wor Items aren't to be deleted. However if someone creates one mistakenly what should be the correct approach I mean should it be closed with a cut reason Luis Work items can only be deleted if you're deleting a project they belong to. I don't think there're any recommendations about what to do in cases like yours - we usually close them and make note somewhere in t ...Show All

  • SQL Server No reporting services instance found on localhost

    hi.. i'm a newbie in ms reporting services. i'm having this problem to deploy the report. when i try to configure the report server using configuration tool, it says that "No report server were found on the specified machine Details : Invalid namespace" i installed ms rs 2005 enterprise ed and had chosen to instal everything. i've tried using rsconfig in command prompt and gotten this message: 'No Reporting Services instance found on localhost' ...Show All

  • SQL Server Update sql server 2005 mobile edition

    I have use this guide to make a application for windows mobile 5.0. http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/VS2005pro/Smart_Client/DataBinder.htm Everything is work. I can add, remove data in the dataset. But i can't update the sql server database. can somebody tell me whats wrong Nitro. It appears this sample does not have any code to update the data base. Look into calling TableAdapter.Up ...Show All

  • Windows Forms Customized Datagrid

    Scenario, need to produce a grid of columns and rows similar to that of the datagridview control. Prolem is I need to be able to add multiple controls into a single cell. Is there any way other than creating a custom control to accomplish this. I was thinking about using a tablelayoutpanel and splitting into multiple colums and rows then adding each control to the newly created grid. ...Show All

  • Visual Studio Team System WIQL Documentation

    Although I realize the WIQL is loosely similar to SQL can anyone tell me if there is any on-line documentation for WIQL Also, is there any documentation stating all fields that can be queried from within TFS along with their respective data types --- Thanks, Jeff WIQL documentation is installed as part of the Visual Studio 2005 SDK. You can get that here: http://msdn.microsoft.com/vstudio/extend/ I haven't been able to fin ...Show All

  • Windows Forms DataGrid.CurrentCell between different datasource refreshes

    Hello, I am using.. DNF 1.1 VS 2003 Windows.Forms.DataGrid (grd) System.Data.DataTable (dt, dt1) as a datasource Pseudo code looks like this Line1: grd.DataSource = dt Now click on any cell in grid to take it in edit mode Line2: grd.DataSource = dt1 // refresh datagrid with different datasource At this point, the cell from first datasource (which was in edit mode) still stays on screen. Any idea on how to completely clear dataGrid between e ...Show All

  • Software Development for Windows Vista Is Vista can support older WIA driver on XP?

    Dear all, I have written a WIA Micro driver on the XP, but it cannot work on the Vista. My Vista version is Build:5112. What's matter with it And if needed,how to modify the inf files Thanks in advance! Horky ---------------------- 2006/2/21 Vista supports all XP drivers. WIA service runs in local service security context in Server 2003 and Vista, where as it ran in Local System security context in XP. The details on the ...Show All

©2008 Software Development Network

powered by phorum