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

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

Wells

Member List

NavneetSharma
JKD
J. Amend
Niels Greve Andersen
Linda Call
hlee
B123456H
odcit
harrysatya
AmigaBlitter
gogson
fabianlopez
Douglas R
Jan Nawara
TDi Develop
js40
Razgriz
sinewave
Mike Champion - MSFT
Roman Belousov
Only Title

Wells's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. about get color value

    I just want to get a pixel's color value. In openGL ,I know a function,is:glReadPixel(...); How to use D3D implent same function I'm not sure I fully understand you... I've only written a couple of OpenGL programs (years ago!) so I don't really know anything about glReadPixel()! If you want to read, at a given pixel, from the depth buffer then it's more tricky - for performance reasons it's best not to mess with it. By design, you have to be using a lockable depth buffer (e.g. D3DFMT_D16_LOCKABLE) to gain access - attempting to read the other (more common) formats will fail. hth Jack ...Show All

  • .NET Development Why SOAP not RPC

    I just have a question, why in web service .net use SOAP protocol and not RPC SOAP is stronger than RPC but in which sides can some one give me some ideas thanks .net WebService support both, SOAP is the default, but you can change it via usage of [SoapRpcService] or [SoapRpcMethod] attribute. ...Show All

  • Windows Forms Icon of the Application Reference in the Start menu

    The icon of the Application Reference in the Start menu is a default icon (white and blue empty window icon), not the actual icon of the .exe file for my application. How can I fix that The icon for my application is stored in a Win32 resource embedded in my .exe file (that's option "Resource File" in the Application tab of the project properties). I chose to do that because it was an easy way to pack several icons to implement a file association mechanism.     Jerome, The ClickOnce runtime requires that the icon file be a separate file (not embedded). Visual Studio does its ...Show All

  • Windows Forms SelectedValue DGVComboBoxCell??

    Hi! please help me, how can i select a value in a datagridviewcomboboxcell i'm using a dataset as datasource . . ex combobox contains: Display member        Value member       ABC                         1       BCA                         2       CAB       &nbs ...Show All

  • Visual Studio Where can I find info about XML and HTML editors

    I want to write custom xml file format. It should support scripting too. Where can I get any info about employment XML and HTML editors’ functionality in custom editor In particular I can’t catch: Usage of files in: Program Files\Microsoft Visual Studio 8\Xml\Schemas Program Files\Microsoft Visual Studio 8\Common7\Packages\schemas\html[xml] How and what standard editor VS exposing to extend PS I’m newbie in VSIP so questions may be not correct. Thanks for right comments   Chris , where can I find any information on extending XML editor please ...Show All

  • SQL Server Can`t access Report Manager

    Hi to u all, I have installed RS 2005 B2 on Win Server 2000+Sp4, and the installation seems to be OK (I have checked both the Db and the IIS), BUT No matter what I do, I can`t access the Report Manager. When I type http://localhost/reports it opens a dialog box in which I have to enter a user+password+domain. It does not accept any user what so ever (including administrators). In addition, I tried to change the Security configs @ the iis, but it didn`t seem to help. Any Ides Tnx, Tamir RE: This edition of the Reporting Server Database is not supported on the edition of SQL Server 2000 you have chosen, Pleas ...Show All

  • Windows Forms forms on tab pages

    I'm working on a project that allows users to read in a file of (numeric) data and manipulate it mathematically. The data is read in as a text file. My application allows a variable number of datasets to be read in and manipulated independently of each other.  I have a form as an interface and a tabcontrol object on the form where each tabpag ...Show All

  • SQL Server Linked Server connection issue

    We have a SQL Server 2005 Enterprise Edition set up on Server 2003 Standard Edtion OS and one on Server 2003 OS Enterprise Edition. All of them have their Service Pack ones installed. On the 2005 on Standard 2003 OS I can get to linked ODBC connection servers with no problem. On the 2005 SQL Server on the Enterprise Edition I get Msg 7303, Level 16, State 1, Line 1 Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "EAWARMBKUP". We are not sure whether or not this is caused by something on the OS or on the SQL SERVER software. Any help would be appreciated. Allow remote c ...Show All

  • Windows Forms How to always scroll to the last line in a textBox

    Hi, I have a textbox that has data added to it once every now and then. After a while the textbox contains so much data that a scrollbar is shown. However I would like it to automatically scoll to the last entered item. How could I do that Thnx Matt, that works! Regards Kapalic ...Show All

  • .NET Development FK violation on TableAdapter.Update

    I have 2 tables, namely Parent(ParentID, ParentName) and Child(ChildID, ChildName, ParentID). I created a form by dragging the datasources based on the dataset produced by this tables. The Parent table is represented by details while the Child is with DataGridView. The Child table bindingsource is bound to the relationship between the two tables so I expected that Child.ParentID would change accordingly after updating the parent table to the database. To my surprise, it didnt and throws an exception about FK violation! Here's the code for the BindingNavigator savebutton click event generated by the IDE. private void parentBindingNavigatorS ...Show All

  • SQL Server send email

    I have a table with email addresses of the customers. How could I send them emails from my tsql script. TIA.. Hi   If i want to do a HTML email like below what should i do exec sp_send_cdontsmail 'someone@example.com','someone2@example.com','Test of CDONTS','It <b>works</b>'   ...Show All

  • Visual Studio Team System TFS Version Control Error with notification

    Hi, When I ask for a notification on the project, for example about every check in, I put my smtp mail address which is myproject_myname@mydomain my username in the domain is mydomain\myname (different from the name in the smtp address). I do not get notifications, but If I check the Applcation event viewer on the tfs application tier I see this error every time I should have recieved a notification: ________________________________ Source: TFS Version Control Event ID: 6008 Type: Warnning Description contains a long text which tells: TF53010: An unexpected condition has occured ... the ...Show All

  • Windows Forms Async Web Service Calls

    Hi, I read that that in 2.0 there are new possibilities to do async web service calls. For example I want to make a Web Service call to retrieve a long DataSet and I don't want the UI to freeze ... how would I go forward doing this ok i'm stupid ;) disregard the last post .. it works with this: Invoke((MethodInvoker) delegate {& ...Show All

  • Visual C# C# analog clock runs slow on some computers

    Hi all, I have a problem with the System.Threading.Timer class that I am using for my clock. The clock runs faster on an Intel box than it does on an AMD box and it has nothing to do with the CPU speed. Has anyone come across this before Any suggestions would be much appreciated. Ok, I have found that it is not a cpu problem as I have another box with an AMD Duron XP 1000MHz(5x200) which runs at the correct speed. I have tried it on another computer (an intel celeron 4A, 2400MHz(6x400) and it runs slow. ) There doesn't seem to be any link between the CPU and the slow clock problem. I thought now maybe it could be a video card problem, but ...Show All

  • Visual C++ ???

    Hellow! I create a Active X control and inside it a use the CRichEditCtrl. The problem is when inserting the active x control inside a web page. If i deselec the CRichEditCtrl by clicking a button and reselect it again the enter and backspace button stop functioning. Thanks in advanced for taking time to look at my problem . I tried using BOOL PreTranslateMessage(MSG*pMsg); but i don`t recieve anny mesages from the control. ...Show All

©2008 Software Development Network