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

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

spointer

Member List

Hjort
neuber
Tom Nt
Pradeepkonda
raybox
Jay 2k
Sumit Debnath
danycxxx
joe_pool_is
Tor I
Mark Goldstein
Paolo Tedesco
Geoff Dean
David Ross Robinson
Cypris
Kaveh E
Gosatu
Rob Caron MSFT
Karan Chhabra
Spoodles
Only Title

spointer's Q&A profile

  • Visual C++ Linking problem with WinSock2?

    F:\PSDK\Include\WinSock2.h(112) : error C2011: 'fd_set' : 'struct' type redefinition F:\PSDK\Include\winsock.h(54) : see declaration of 'fd_set' F:\PSDK\Include\WinSock2.h(147) : warning C4005: 'FD_SET' : macro redefinition F:\PSDK\Include\winsock.h(88) : see previous definition of 'FD_SET' F:\PSDK\Include\WinSock2.h(156) : error C2011: 'timeval' : 'struct' type redefinition F:\PSDK\Include\winsock.h(97) : see declaration of 'timeval' F:\PSDK\Include\WinSock2.h(212) : error C2011: 'hostent' : 'struct' type redefinition F:\PSDK\Include\winsock.h(153) : see declaration of 'hostent' F:\PSDK\Include\WinSock2.h(225) : error C2011: ...Show All

  • Visual Basic Run, Message, Delete

    Ok heress what i want to happen when i click a button, its saves a .bat file(which i already have working) Next it runs the bat file when the operation is done a message comes up saying "Done" Once that is done it deletes the .bat file Process.Start("c:\myBat.bat") MessageBox.Show("I've done all sorts of nasty stuff") File.Delete("c:\myBat.bat") ...Show All

  • .NET Development System Reflection with late binding

    System Reflection with late binding. In Wrox: ProdwaaionL vb 2005 We are being introduced to System.Reflection: To see how reflection works with late binding, let’s create a new class in a separate assembly (project) and use it from within your existing application. Choose File.Add.New Project to add a new class library project to your solution. Name it Objects. The text subsequently tells us to turn Option Strict Off. I'm hesitant to implement any procedure that requires Option Strict Off. I hope later in the chapter Wrox's many authors will provide an alternative. My question is a simple one. Among exsperienced programmers, ...Show All

  • Visual Studio Team System Is it possible to have multiple configuration in Single FXCop project file.

    Hi, In our regular Visual Studio project, we can have multiple configurations like Debug, Release, Albha, Final Release. The same way, is it possible to have multiple configurations in FxCop Project, like Begining of the Development time - I want to include only subset of the rules, even in Naming rules, include only subset of naming rules. At my 2nd Stage of development, I want to use different set of rules to be included. I could do this now by manually selecting and unselecting those rules check box. Is there a way to configure automatically If not, It could be an additional feature to FxCop tool Thanks Charles For more ...Show All

  • Visual Studio 2008 (Pre-release) ListView scroll postion

    Is it possible to get and set the scroll position on the ListView (I’m aware of ScrollIntoView) I was thinking something like: this.ListView1.ScrollPosition = 1; and if (this.ListView1.ScrollPosition > X) GetMoreData(); Best regards, Thomas Andersen Try this: 1. hook ScrollChanged event; 2. get ScrollViewer control; 3. get the value of ViewportHeight property. Thanks, Ji ...Show All

  • .NET Development VS2005 - I cannot add a new web form, master page, web service, etc - object reference...

    Does anyone know a fix for this I am unable to add a web form, master page, etc. in vs2005.  When I try it I get "object reference not set to an instance of an object"..... I have uninstalled framework, vs2005, sdk - still same problem.  It happens even if i create a new web site - i cannot add any pages (but the default.aspx shows up) thank you. ...Show All

  • SQL Server How can I get a table creating script,except for the right_click method in Ojbect Explorer?

    I now often change some tables' structure. The "right_click method in object explorer" is terribly slow, Is there an alternative method to get the table creating script, something like the sp_helptext system stored procedure You could write your own program using SMO. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Processing XML with defined namespaces

    I'm trying use the SSIS XML Task to process some XML files that have namespaces and schemas defined . One of the things I am doing is trying to perform an XPATH query on the files. However, I'm unable to provide either a namespace manager or XsltContext to the XML Task and that causes the XML Task to not understand my XPATH queries. For example, if my XML is: <o:object id="12345" xmlns:o="urn:some-urn"/> and my desired XPATH is "/o:object/@id", I get the following error: Error: 0xC002F304 at Query, XML Task: An error occurred with the following error message: "Namespace Manager or XsltCont ...Show All

  • Windows Forms can i add a control to a datagrid?

    Hello all, Can I add a control such as a combobox to a datagrid I'm using vb.net. I need to solve it urgent - Any help please. Yes, you will have to do a custom column style and yes it's a PITA! http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44 MS really f#$# up on the grid, hence why they totally redid it "GridView" for 2.0. ...Show All

  • .NET Development Typed datasets from xsd file works in C# Express but not VS 2003

    xsd files create typed datasets in C# Express 2005.  All I need do is add it to the project. But in VS 2003 adding it to the project does nothing. I've tried several other xsd files and none of them seems to create typed datasets in VS 2003 the same way they do in C# Express. Any suggestions please Patrick The code is simple.  I add dsMotd.xsd to the project and can type: dsMotd tds = new dsMotd(); In VS 2003 I can't do that. The file reads as follows if that helps... < xml version="1.0" standalone="yes" > <xs:schema id="dsMotd" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microso ...Show All

  • Smart Device Development Shellex/ContextMenuHandlers subkeys

    Does anyone know of a reference for the common subkeys supported for registering ContextMenuHandlers on MobileOS I've been able to register handlers for specific ones (e.g. gifimage) but not for some of the generic ones (e.g. *, Folder, AllFileSystemObjects). I have a reference for the desktop operating systems, but I wonder if mobile differs from these. --brian Please see this post for details on where to post non-VS 2005 questions http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=235332&SiteID=1 ...Show All

  • SQL Server Possible to display RTF from db? Is there a control?

    I'd like to save RTF (or html, possibly) in a memo field of a table then display that as formatted text on a report. Can this be done I've used a control (RTFedit) in Access to do this, though the results were mixed. I need to display tables with formatting. Thanks in advance Hello, There is currently no way to do this with Reporting Services. We are considering adding a rich-text report control in a future version. Thanks, Chris ...Show All

  • .NET Development Which .NET Framework compatible with which versions of .NET Framework??

    I know Visual Studio .NET 2002 ships with .NET Framework 1.0, Visual Studio .NET 2003 ships with .NET Framework 1.1 Visual Studio .NET 2005 ships with .NET Framework 2.0. But how about other combinations Can I use Visual Studio .NET 2005 with  with .NET Framework 1.0 Please, inform me which combinations of Studio and Framework are valid Thanks in advance. There is a way, but it's not supported: http://blogs.msdn.com/jomo_fisher/archive/2005/04/22/410903.aspx ...Show All

  • Visual FoxPro Index on Deleted() VS .NOT. Deleted()

    Which is best for performance index on deleted() tag del or index on not deleted() tag notdel Thanks Hi If you're using VFP8 or earlier you have to use the former. From VFP8 help: "Rushmore cannot use an index created with a NOT condition . For example, the following expression can be optimized: INDEX ON DELETED() TAG DEL But this one cannot: INDEX ON NOT DELETED() TAG NOTDEL" If you're using VFP9 " INDEX ON NOT( DELETED ()) optimizes NOT( DELETED ()) and DELETED () query conditions" and you can use a Binary index - see h ...Show All

  • SQL Server CSV Exports are not as expected, columns are missing

    I use SQL2005. I have a hard time understanding the reason why the CSV exports are not exporting the report with all the columns. Only the first column of data is exported. example, I have report like this Product Customer Jan Feb Mar Apr Jun p1 C1 12 3 13 7 20 After csv export, I get a bunch of label down the rows, then I see my Product and Customer columns but I can only see Jan. Feb Mar Apr and Jun are NOT exported. All these columns have exactly the same settings and the report is not a matrix report. When I export to Excel or HTML, the result is perfect. Any idea Thanks Philippe ...Show All

©2008 Software Development Network