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

Software Development Network >> P-Vincent Belisle's Q&A profile

P-Vincent Belisle

Member List

Flakky
eiger
Fire_alive
talk2uman
Mateusz Rajca
davidacoder
Avi Gershon
CBuilder
Leaf.
Pr1nce
Simon Bowles UK
Simon Clemen
Philipp Konradi
papadi
mohdtmn
SanthaMind
Sandeep A
LokiSD
is98
Arun Murali
Only Title

P-Vincent Belisle's Q&A profile

  • Visual Studio Express Editions Creating executable files

    I'm rather new to the .Net environment and i just started using Visual C# express edition. I have written a simple console Hello World program. I would like to know how can i easily create the executable file for the program. E.g. HelloWorld.exe instead of using the publishing method and creating a lot of steps. Appreciate any help and any links to point me to. Thanks Hi, whenever you build your project, an exe file (and other dlls, if you have a multi-project solution) is created in your project's /bin/Debug folder. You can run the program from there, or copy the files to another location. [Note: if you're building your project in Release configuration, the files get copied to ...Show All

  • Visual Studio Tools for Office Adding Panel or UserControl to document host item

    I don't see Panel in the toolbox when customizing a host document (Excle Sheet). Is there a way to add my own panel and/or a User Control to the host document If I can add listboxes, textboxes, buttons, etc. why not allow to add a Panel as well. VS has created an additional class over my user control class that inherits from user control class. what is the best way to get that re-generated - other than deleting it from sheet designer and adding back again ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA and Vista -> Project Templates

    Hi! I have a question regarding the XNA Framework and Windows Vista... I managed to install XNA on Vista, but he didn't copy any Project Templates to VC#, so i have no starting point for making games.. My question is, is there a place where i can download the templates or could someone send me the standard windows template, or could someone make a short tutorial on what i should add to an empty project, and what files I need Thanks, I'm sorry, but the installer of the update says that the product i want to upgrade has a wrong version or is missing.. Maybe it's helpful when i provide some information about my software: - Windows Vista Ultimate (x64) - Visual Studio 2005 Professional - Visual C# Express Edit ...Show All

  • SQL Server SSIS

    I AM WANTING TO FIND THIS AND DOWNLOAD IT. SSIS is a component of the main product, SQL Server 2005. See http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx , you want the section labeled "Integration and Interoperability". ...Show All

  • Visual Basic VB6 IDE View

    I like the new IDE in VS2005. Is there any way to modify the code view so it behaves like VB6 For example: VB6 had the option of full module view or function/sub view. Ide like to toggle these instead of having to click to collapse every single function/sub in the 2005 xml view. The code gets in my way. In addition, VB6 made it easier to locate code. You simply hit the dropdown combo and chose the function you needed to see. I also liked how VB6 sorted the function/subs. Is this something implemented in VS2005 that i'm just no realizing TIA I know exactly what you are talking about....there is a procedure view in VB 6 where only the method that you select in the drop down is viewed ...Show All

  • .NET Development Referencing HTML in an embedded browser

    The Help pages for my app is built as html. I've added a folder in my project called 'Help' and put all the pages there. The main page is 'default.htm'. I've tried to navigate to that page : private void howDoIToolStripMenuItem_Click( object sender, EventArgs e) { // webBrowser1.Navigate("Help/default.htm"); <--- fails webBrowser1.Navigate( "file:///Help/default.htm" ); <---- fails } How can i pull up this page in the published application js This thread is off topc for " XML and the .NET Framework " forum. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DepthStencilBuffer question

    Hi guys. This is kinda a newbie question that I hope someone can nail for me. What exactly is the purpose of the DepthStencilBuffer. I'm using it to render a shadowmap into a rendertarget, but I need to know exactly why it's needed. The code doesn't seam to use it. Another thing I would love to know is why I'm not able to save the content of a rendertarget2D with Single format to a file. Regards The depth part of the buffer contain the depth value of each pixel and is used to produce a reasonably correct depth ordering of the scene so that nearer pixels (and their corresponding objects) obscure further ones. The stencil part of the buffer is typically used to prevent parts of the buffer from be ...Show All

  • Visual Studio deployment problem through web application

    we have been trying in vain to solve this problem for ages, hope someone can help. we have a vb.net 2003 asp app and crystal XI on our dev pc. when we deployed the app onto a web server, the reports just loaded as some html text. we got round it initially by installing the crystal module of visual studio on the web server, but now we have to deploy to a corporate server and this is not an option. we have followed all the instructions on the business objects website and copied the relevant crystal dlls into the bin folder of the dev environment before compilation but nothing seems to work. someone else must have had this problem Zhiwei If you are actually using Crystal Reports XI, as in your project ...Show All

  • SQL Server Load Ordering for Dimension and Fact tables

    Hi , I have situation where I get data from SRC Flat file and have to load Dimensional table and also fact table, using same data flow(have no other choice since I have to unpivot some src data). Since I have to load both tables in same data flow, I have to have a way to put load ordering constraint (I know informatica allows that). Does any one have any idea on how this can be done in SSIS I would be really grateful. Thanks DW Developer wrote: Hi , I have situation where I get data from SRC Flat file and have to load Dimensional table and also fact table, using same data flow(have no other choice since I have to unpivot some src data). Since I have to load both tables in same data flow, I have to have a way to ...Show All

  • Visual C++ Help button get chm instead of hlp

    I have a application built around a CPropertySheet derived class. The help button is looking for 'app.hlp' file (this is the default MFC stuff, I've not added anything other than moving the button). How do I get it to look for a 'app.chm' file instead I've tried the following using a test help file in InitInstance() //First free the string allocated by MFC at CWinApp startup. //The string is allocated before InitInstance is called. free((void*)m_pszHelpFilePath); //Change the name of the .HLP file. //The CWinApp destructor will free the memory. m_pszHelpFilePath=_tcsdup(_T("C:\\filezilla\\filezilla.chm"));     EnableHtmlHelp(); but i just get "Failed to launch help" You need to ca ...Show All

  • Visual Studio Express Editions Studio Express - "Personal Website"

    After loading Visual Studio Express products I cannot get the personal web site kit to run . After I hit Ctrl/F5 all that I get is the message listed below. This was my first attempt at doing anything with VBS. I loaded the following in the order listed: VBE, Windows Installer 3.1eula,Visual Studio VWDSETUP),SQL SERVER2005SSMSEE,SQL Server Admreportaddin,Windows Installer-kb893803 v2 86,MSXm26, MSXm26_sdk. Then I also loaded the "personal website starter kit" and tried again.....same result. Any help would be appreciated. I know I'm doing something dumb. Just don't know what dumb thing it is. er Error in '/WebSite10' Application. I have found that some times when using that starter pack the database takes a whi ...Show All

  • Windows Live Developer Forums list of activities or games is temporarily unavailable in msn messenger

    everytime i tried to access the games in msn messenger ussing norton internet security i got this message " list of activities is temporarily unavailable"... i have a fast solution, it works for me without lowering the firewall... 1. log off msn messenger 2. open internet security 3. click on the options, internet security options 4. click the firewall tab 5. inside the HTTP port list highlight 8080, then click remove 6. click Ok then close down all windows. now restart( log in) msn messenger, you should be able to access games fast without disabling firewall The purpose of this forum is to discuss MSN and Windows Live appl ...Show All

  • SQL Server Association Rules

    1) I use the identifier of transaction and attribute in one table. Do I can to build a association rules structure without the use of the nested tables I tried - did not turn out... 2) As it is necessary to use a main and child table, can not build a prediction query. When I try to add the predict column in a criteria/argument (Field=PredictSupport), i'll given message: "Nested table column cannot be used as an argument in a data mining function." I can not use other columns, because they are not predicable. You have to have a nested table, but you can use the same table as the case and nested tables. Just mark the transaction key as the key for the "case" table, ...Show All

  • SQL Server splitting data

    I've read that we need to split data into a training and testing data set. How do I go about that You don't need to - any internal validation done by the algorithm is opaque to the user based on the dataset that you provide. The testing/validation data is used for the accuracy charts, and is indicated when you go to the accuracy chart tab. ...Show All

  • Visual C++ Linker problems LNK2001

    Hey people, im trying to get an old EVC++ to Visual Studio, fixed the /MDd problem and the W_Char problem. but when i try to compile i get over 300 linker errors. ive got the idea im missing lib files or something, but i added the old lib directory's and stil i cant get it going. Linking... RTCView.obj : error LNK2001: unresolved external symbol "public: int __cdecl CListCtrl::InsertColumn(int,unsigned short const *,int,int,int)" ( InsertColumn@CListCtrl@@QAAHHPBGHHH@Z) stateview.obj : error LNK2001: unresolved external symbol "public: int __cdecl CListCtrl::InsertColumn(int,unsigned short const *,int,int,int)" ( InsertColumn@CListCtrl@@QAAHHPBGHHH@Z) Tablog.obj : error LNK2001: unresolved external symbol ...Show All

©2008 Software Development Network