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

Software Development Network >> Test 1's Q&A profile

Test 1

Member List

SenthilNathan
RicardoJB
Intelligence
Paul Crowder
CindyPsych
ambran
djonexx
De_Vaddrr
Ian Barber
kdd_024
catlyt
Charles Tio
David Fullerton
eriks70012
John McPherson
onewnan
grissett
Jim Andre Andersen
Amit keshri
SRAitken
Only Title

Test 1's Q&A profile

  • Visual C# Working with database data in textbox controls instead of datagrid?

    I've learned how to display/update data from a database in a datagridview control. But when working with one row at a time, i would prefer to make a nicer GUI, with textboxes/checkboxes etc. Are there any easy way i can achieve that Reading and displaying is one thing, but what about updating Does anyone know where i can find any tutorials that demonstrates working with data in other controls than the datagridview Example: A GUI with a button ...Show All

  • .NET Development connect to Oracle DB in ASP.net application

    I try to connect to Oracle database in my .net web application but i have the following error: Driver's SQLAllocHandle on SQL_HANDLE_ENV failed I use this source code: Dim strConnectionString As String = "driver={Microsoft ODBC for Oracle};data source=TEST;UID=pippo;PWD=pluto" Dim  Conn As New OdbcConnection(strConnectionString) The "Conn.Open()" method causes the error. Many Thanks Maurizio ...Show All

  • Visual FoxPro MS XML parsing - problem

    I am trying to parse xml file with MSXML 4 and VFP 6.0 (this is what my employer has) When I press Form-> run form, the xml is parsed correctly. But when I build the project and start the executable, I get errors like "item does not evaluate to an object" or "childnodes does not evaluate to an object". Do you know about any solution of this problem I tried changing the "msxml.domdocument" to "microsoft.domxml" but nothing happened. ...Show All

  • .NET Development Storing XML documents in SQL 05

    Ok, so i admit, this is far more complex than i originally thought. So far i have managed to load a document to the XmlReader and display the contents in a mesage box. (brilliant) The problem occurs when sending the Xmlreader's value to a xml datatype on my remote database. I end up with a blank row (as if something has happend) but nothing to look at. Is there an easier way to transfer my xml document (small enough) to sql with out thi ...Show All

  • .NET Development Couple of soap errors on invoking a webmethod in ASPNet web services

    Hi there!! I am consuming an ASP.Net webservice from a simple .Net application by adding a web reference. However when I invoke the web method, we see a couple of soap error entries in the application event log with the result that the http request is not successfully completed. We even tried to invoke the web method directly from the asmx page in IE providing in the required parameters. We still get the same errors. Please note this problem ...Show All

  • Smart Device Development Sell Pocket PC programs ? eVC EULA

    Hi, is legally possible to sell Pocket PC applications made with Embedded VC++ 4.0 is it legally possible with applications made with Visual Studio C++ .NET 2003 Standard Edition or Visual Studio C# .NET 2003 Standard Edition (if the standard editions could be used to program Pocket PC applications) Thanks It's not possible to made applications for devices with VS 2003 Standard. As to eVC 4.0, please consul ...Show All

  • .NET Development Serialization framework improvements in .Net 2.0? (MulticastDelegate)

    I have re-implemented an IFormatter for the project NGrid . The code can be seen on this page . I have found such tasks very tedious with the current design of the serialization framework in .Net 1.1. Here below, the list of the hard points. IMessage serialization (and the derived classes) is pure hell. As the consequence even the BinaryFormatter fails when it tries to serialize an IMessage containing itself an other IMessage. IMO, the IRemo ...Show All

  • .NET Development how do I change a field having PrimaryKey???

    Dear All; I want to change just a No Duplicate field in a Row having Primary Key. When i follow as given in MCAD/MCSD code snippet as follows: Dim rowChange as DataRow rowChange=m_dtContacts.Rows.Find(m_NextID-1)  rowChange.Item("Workphone")="(555)222-90000)" it threw an exception of type "Dublicate Key.." Is there any helpfull tip for solving such problem Thanks alot   Hi, Try checking the RowState if its percieved a ...Show All

  • SQL Server WMI error when uninstalling

    I'm trying to uninstall SQL Server 2005 CTP.  When I remove it through control panel/add remove programs, I get this error The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine <my machine name>  Error:214779896 (0x80041008)   I've tried this with both the WMI service running and not running. Mehal, WMI is corrupted on your machine. Try run ...Show All

  • Visual Basic Question about moving an app from vb.net 2003 to vs 2005

    I'll be getting my copy of vs 2005 this week and had a question about EnableVisualStyles and how that will work. I just recently learned about enablevisualstyles and have started to apply this to my app. However, vs 2005 has this turned on by defualt and draws the controls to correctly include this be default. Does anyone know what happens to visual styles when bringing an app from vb.net 2003 into vs 2005 I'm hoping that it will apply the co ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Dramatic memory leak in DrawText

    I've been banging my head against the wall for the last few days trying to track down the source of a rather big memory leak in my Direct3D-application. Turns out the culprit seems to be the DrawText function. Let me explain exactly what happens: I'm using a variable width truetype font (Times New Roman) created through D3DXCreateFont. I'm using this in various parts of my application, but the part where the problems are easiest to notice is ...Show All

  • Visual Studio Tools for Office Excel spreadsheet without toolbar.

    Hi everyone. I need to create excel spreadsheet control without toolbar (asp. net) How I can do this This isn't a VSTO related question. To get the best answer in the shortest timeframe, please post your question in the Excel forum located here: General programming issues: excel.programming newsgroup http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.excel.programming&lang=en& ...Show All

  • Windows Forms Inheriting DataGridViewColumn - Saving Properties

    I have a class that I am in the process of developing that inherits the DataGridViewColumn class, in order to add a new type of column(multicolumn combo box for those who are interested).  In an attempt to streamline the process of setting  ...Show All

  • .NET Development Making dataset instances invisible to COM

    Hi There, I've got a C# assembly that's marked for COM Interop Registration. It contans a dataset definition. When I look at the TLB file generated for the assembly, the object is included. (for example, if the dataset is called AlphaDS, there's a default interface generated for the dataset called _AlphaDS, and a coclass entry for AlphaDS) I'd like to mark the Dataset as COMVisible(false) so it doesn't show up in the TLB. I could mark the ...Show All

  • Visual Studio Walkthroughs for Visual Studio 2005

    I am new to (currently using Dreamweaver) VS and have installed it on my machine (including MSDN Oct 2005). Searched through the MSDN for website related walkthroughs but it seams that the walkthroughs are based on VS 2003. Are there any decent walktroughs (web site related) available anywhere fot VS 2005 Hi, here are some resources: http://msdn.microsoft.com/vstudio/express/vwd/easytolearn/ ...Show All

©2008 Software Development Network

powered by phorum