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

Software Development Network >> Angry Coder's Q&A profile

Angry Coder

Member List

robhare
Deepu.MI
Abhayc
TCS BAJA
blanc
OasisGames
Jhedron
dHan61
Kushu
JerryCic
MartySeed
avinashraj
katgreen
Wai Hon
Shawn Wildermuth - MVP (C#)
rottengeek
Deza
DDarren
user_whatever
ShyamD
Only Title

Angry Coder's Q&A profile

  • Windows Forms HTML Editor (WYSIWYG)

    I'm looking for a HTML (text) editor for a WinForm application. Do these exist Try this query from the Oracle... ...Show All

  • Windows Forms Problem with Data Sources

    Hi there I'm having a problem with my Data Sources. I can't add any more of them because for some reason, the existing ones have the problem that GenericObjectDataSource is not declared, but I haven't modified this files. This error apparently is causing that when the data sources window tries to load all my data sources, it crashes saying that the specified type cannot be loaded. Any ideas on how to solve the problem with GenericObjectDataSource Thanks a lot in advance < xml version = " 1.0 " encoding = " utf-8 " > <!-- This file is automatically generated by Visual Studio .Net. It is used to store generic object data source configuration information. Renaming the file extension or ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. attaching gun model to camera

    how would YOU go about this I've thought about it but can't get a working test going... ive never done a first person perspective game before so... I forgot to mention that when you get ready to draw the gun the GunMatrix would become the world matrix for that particular drawing operation and then you would use the normal view and projection matrices. ...Show All

  • SQL Server Storing query results in SQL table

    Hey guys/girls, I was wondering if there is a way to store the report query results into a SQL database for use within an application. I would like to have the query information used in the report updated to a SQL table for later use. The other catch would be to deploy the information to a separate datasource location than the report is using (because the information will be stored in a different location than where the report is gathering information. Thanks! BJ Hi, sure. the easiest thing would be to use a stored procedure which would insert the results first in a table and then afterwards within the same procedure insert the data in a persisted table. HTH, Jens K. Suessmeyer. --- http://www.sq ...Show All

  • Visual C++ When I upgrading a project from vc6.0 to vc2005, on the message map of ON_WM_NCHITTEST(), it has the following error:Error 13 er

    When I upgrading a project from vc6.0 to vc2005, on the message map of ON_WM_NCHITTEST(), it has the following error:Error 13 error C2440: 'static_cast' : cannot convert from 'UINT (__thiscall CPropertySheet::* )(CPoint)' to 'LRESULT (__thiscall CWnd::* )(CPoint)' e:propertysheet.cpp 46. Maybe there is some difference between the message mechnism of vc6 and vc2005 Please tell me how to solve the problem. I appreciate your help. 64-bit Windows compatibility stuff. UINT will stay 32-bits but LRESULT will turn into 64-bits. ...Show All

  • Visual Studio Team System Launch SourceControl from a Form.

    Hi! I am developing utility in which a user has to enter the path to a particular project. He can copy paster it manually. But, I would like to add a button which launches the Source Control Window in VSTF and accepts a project. When the user says ok the path has to be pasted into the form. So any ideas how to launch the Source Control Window Start here: http://blogs.msdn.com/buckh/archive/2006/08/12/tfs_api_links.aspx ...Show All

  • SQL Server A call to SQL Server Reconciler failed. SQL Server 2005, SQL Server Mobile merge replication

    Hi, Iam trying to perform merge replication between SQL Server 2005 and SQL server mobile.  It has previously been working.  Recently something is causing the following problem when i try to perform the merge.  I grabed the following output from the replication monitor. Error messages: An error occurred while reading the .bcp data file for the 'MSmerge_rowtrack' article. If the .bcp file is corrupt, you must regenerate the snapshot before initializing the Subscriber. (Source: MSSQLServer, Error number: 2147767868) Get help: http://help/2147767868 The merge process was unable to deliver the snapshot to the Subscriber. If using Web synchronization, the merge process may have been unable to create or write to the message ...Show All

  • Visual Studio Sandcastle: How do I create seealso links to external Hxs files

    I am creating help for a set of libraries that extend a library provided by a third party (actually MS in this case but the Hxs files are not part of the standard SDK stuff they are an additional add-on) I need to add see also links to the base classes which are not part of my help conent but are part of the other content. DocumentX! has a means of doing this via the seealso doc comment element (cref=!:ms-help:...) and I can't seem to find any way to do it with SandCastle. No matter what I try it ends up as just bold text. THe XSL files all transform seealso tags into an undocumented <referenceLink> tag but I have no idea how that tag gets transformed to the final HTML seen in the help. Any idea or pointers on how to make a link to a ...Show All

  • Software Development for Windows Vista Hosting WorkflowService (WorkflowRuntime) in IIS using WCF

    Hi, I'd like to host some kind workflow service (using Windows Workflow Foundation) within the IIS. Therefore I have configured a service file (.svc) and an appropriate web.config file. When the service starts (managed by IIS ) it should load the WorkflowRuntime instance. Therefore I've created a class implementing the IExtension<ServiceHostBase> interface holding that instance. Because my application is not directly responsible for creating the ServiceHost (-> IIS) - how can I add this extension to the service host Is it possible to configure this via the web.config file (<extensions>-Element) Or do I have to write such a class inheriting from ServiceHostFactoryBase and configuring the service file Thank you! ...Show All

  • Windows Live Developer Forums map.GetRoute() Problem

    The code included below works fine in Firefox but I'm having trouble in IE. When I load this page in IE and then click "Display Route" the http response is HTTP/1.1 200 OK Connection: close Date: Thu, 25 Jan 2007 00:37:31 GMT Server: Microsoft-IIS/6.0 P3P: P="BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo" X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727 Cache-Control: no-cache Pragma: no-cache Expires: -1 Content-Type: text/html; charset=utf-8 --------------: ---- Problem is that no route info is returned and therefore the map doesn't display the route. In Firefox the complete route info is returned and the route displays. Am I doing something wrong Anyone else having this problem Thanks again! B ...Show All

  • .NET Development C# Lookup Local & Network Servers (Oracle & MySQL)

    Hi All! I'm creating a server connection box in C# which can obtain a list of servers on the Local Network (MSSQL, Oracle and MySQL). I've successfully got MSSQL covered, but am still in need of assistance creating lists of the available Oracle/MySQL servers on the network, and have not been able to figure this out thus far. If you're aware of any methods to go about this, I'd sure appreciate your advice! Kind regards Ben Hi Dion / Alazela Thanks veyr much for your replies. I've actually already tried Oracle.DataAccess.Client, and checked the TNSNAMES.ORA file to ensure the parameters are correct, (and used the tnsping command at command prompt to make sure, as well as making sure tha ...Show All

  • .NET Development Alternative of web.config

    Is there any alternative to web.config. or there is any alternative to use httphandler for ajax in web.config. i have to remove this from web.config. is there any method to remove it from web.config. if i remove it then it gives a error and ajax stops working plz kindly give me a solution. urgent I have used location method but no work if i use "." in path then all works fine for all project except project those who dont have ajax. if i try to give the name of application name in that path then it application dont accept that. it dont take this http handler plz help me plz tell me how do i use the path in location.I write location in web.config as < location path =&q ...Show All

  • Visual C++ Problems just adding a message to WndProc in a Win 32 API code.

    Hi to all, I have add the WM_XBUTTONDOWN message in my WndProc() in this way: switch (message) { case:WM_XBUTTONDOWN: WPARAM wParam; LPARAM lParam; break; ... } but it gives this error: 'WM_XBUTTONDOWN' : undeclared identifier. I have added "Windows.h" and the folder where it is. Whats the problem Ayman Shoukry wrote: A better place for such issues is the win32 dev newsgroups at http://msdn.microsoft.com/newsgroups I have clicked that link but i cant find any win32 discussion group... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sphere mapping

    In mdx 1.1, you can enable automatic generation of sphere mapped texture coordinates with: this._device.TextureState[this._stage].TextureCoordinateIndex = 0x00040000; Is there an xna equivalent Or do you have to do it manually This doesn't appear to do it: this._game.GraphicsComponent.GraphicsDevice.SamplerStates[this._stage].ElementIndex = 0x00040000; Automatic texture coordinate generation like that is part of the fixed function pipeline. Xna doesn't support the fixed function pipeline anymore and so you will have to code this yourself in a vertex shader. The bright side is that you can code all sorts of texture coordinate generation, not just the fixed functions that you previously had available. Chee ...Show All

  • Visual Basic Multiple fonts in the same richtext box

    How do I change the font of only specific words in a richtextbox, for example: Soposed that there are two text boxes called: Box1 and Box2, and a Richtext box called RBox RBox.text = (box1.text + Box2.text) And I want to display the box1.text in bold, and the box2.text in Italics. How do I do this Hi Glad you found it eventually. When you post a question, if you look at the bottom of the screen you will see a checkbox labelled "Alert Me". If you tick it you will be taken to a page where you can tell the forum how you want to be alerted (usually be e-mail) Then when someone replies you will receive an e-mail alert with a link to your thread. Once you've done it the first time you wil ...Show All

©2008 Software Development Network