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

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

Rove

Member List

.netguy
Marcus Schoo
papapet_2000
CalvinH
Gk
Jan Hrudka
aw52741
Shawn Songer
maixmus
lanceAReading
RajKS
jdaddy18
Jackson Lum
Ross71
Duckfoot
friendjack
dpuza
Vantskruv
Mike at MSB
btsdev
Only Title

Rove's Q&A profile

  • Visual Studio Express Editions I got in win32 compile problem with express 2005

    I used this sources in VC 6.0 or .NET 2003 but, in express 2005 It cannot compiled. first c functions like strcpy is warned like as 'strcpy' was declared deprecated. but wosrt of it, WinMain function in my source file is generate error as "error C4430: missing type specifier - int assumed. Note: C++ does not support default-int"   please help First of all I would really recommend taking a look at the breaking changes posted at http://msdn2.microsoft.com/en-us/library/ms177253.aspx For the deprecated CRT functions, you can either use the secure version of the function (strcpy_s)&nbs ...Show All

  • Visual Studio Express Editions Activation

    Hello everyone This may seem like an extremely daft question but, I've just installed VWD and i've activated it, and i remember seeing this page http://lab.msdn.microsoft.com/express/register/ and as you can see it says that there are a few books that i can view. great i thought, One thing where are they and how do i get to them Sorry for this. thanks Tom I have the same problem with "VWD 2005 Express Edition Beta 2". I need the "Activation Key" but I keep getting "Pending limit exceeded".   ...Show All

  • SQL Server DTC problem

    I have a master package that executes a series of sub packages. The sub packages run in a series with OnSuccess precedence constraints between them. The master package is run from a SQL Agent job. When I run the master package without setting TransactionOption = Required at any level they all work fine. However when I set TransactionOption = Required at the master package level (and Supported from there downwards) the first package in the series of sub packages executes (as reported in the Event Log), but the next package does not seem to start . . . however the SQL Agent job keeps running indefinitely. If I disable the second package ...Show All

  • Windows Forms A real 'Newbie' question about data binding...

    I've been working with VB.NET for about a month now. Mainly been using a third party control by Janus (GridEx and Schedule). Have become pretty knowledgable on that. But totally skipped the basics.  I simply want to create a databound form connecting to either an Access DB or a SQL Server DB. I know the basics with the OleDataAdapter and the SQLDa ...Show All

  • Visual Studio Express Editions How To Loop On Rows From A Database Table

    I want to loop on the rows from a database table, but I can't work out how to do it. So far, the code I have is: Dim sConnectionString As String _ = "User ID=myname;Password=myPassword;Initial Catalog=mydatabase;Data Source=123.22.44.35,1433" Dim objConn As New SqlConnection(sConnectionString) objConn.Open() Dim sSQL As String = "SELECT * FROM manufacturer_list" Dim objCmd As New SqlCommand(sSQL, objConn) So from there, how could I loop through each record Thanks. This is a good example. http://support.microsoft.com/default.aspx ...Show All

  • Windows Forms Launching and Controlling Browser Window from Windows Form

    Hi all! This may be more of a JavaScript issue, but if so, maybe somebody out there has an existing example of what I'm looking for. I'm trying to launch a IE browser window from a windows form and have some control over the window that was launched. Specifically, I want the browser to present with everything stripped out except the chrome frame and to force the same browser window to reload on each windows event, rather than open a new one each time. I'm used to doing this in JavaScript from an .aspx form, using the window.open( ) method: window.open("./GraphViewer.aspx graphType=3","SameWindowName&qu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Uninstalling DirectX

    I have version 9.0b and I was trying to upgrade to 9.0c, but got an error during installation saying a required cabinet file cannot be trusted. At first I just thought this meant the file to install 9.0c was damaged so I got a new installer from here, but got the same error. So I figured there was a problem with the DirectX already installed on my computer. I went into DXDIAG and after only about 30 seconds it crashed my computer while it was scanning my DirectX files. After all this I've found that my current DirectX version is corrupted, and I cn't fix it by installing another version. I believe this is also preventing me from installin Wi ...Show All

  • Microsoft ISV Community Center Forums code execution transfer

    Hi All, Can any one please tell me how to tranfer statement(code) execution from the present sub-procedure i am in (which is in another form) to the form I open using the DoCmd.Open() Hence i want to transfer code execution to the form i open and when i then finish with that form, i can then transfer execution back to the calling form and carry on executing the rest of the code. when i step through my current form in debug mode it gets to the DoCmd.Open() opens the form and carries on execution in the current form instead of tranfering code execution to the newly opened form! intReply = MsgBox("Please enter a ...Show All

  • Visual Studio Tools for Office Customizing Outlook programatically

    I want to modify outlook 2000 appointment form and add custom functionality to it. Can anybody guide me on how to do this Also, I want to fetch some data from SQL server and show it in outlook calendar. I tried creating new form in vb.net and show it in place of default appointment form as suggested in http://www.devx.com/OfficeProDev/Article/29261 but it is not working for me.   Thanks in advance, Abhijeet. This is a non-VSTO related question. You can, however, post your question in the Outlook\Forms Programming newsgroup. Here is the link. http://msdn.microsoft.com/news ...Show All

  • Visual Studio Team System Useful information that isn't in the warehouse.

    I'm trying to create a graph for a report that shows the inventory of a type of work item over time, among other statistics.  The problem is that the TfsWarehouse database doesn't have System.DateCreated in it.  When I tried to change the template so that System.DateCreated had an attribute of reportable="dimension", uploading the template resulted in the following error: "Actual reporting settings for the field System.CreatedDate are different from those specified in the XML. Changing these settings it prohibited." Is there any way to get the TfsWarehouse database to include this and other system variables that it currently doesn' ...Show All

  • Software Development for Windows Vista ASP.NET hosting (WebService) of Windows Workflow Foundation

    Hi all, I've decided to go about hosting the runtime in an ASP.NET environment, specifically a webservice. All is looking good on the 'design table' except for ONE thing...... Upon hosting the WorkflowRuntime, and I fire up a sequential workflow, how do I know when it's finished (I'd like to be able to use the Async features in ASP.NET 2.0) The reason why I ask is most of the examples either wait on the current thread - waitHandle.join() etc., or workflowRuntime.WorkflowCompleted += new ......run my workflow completed routine. At any point in time there could be 200 workflows running and I dont want all the pages with registe ...Show All

  • SQL Server SQL Server Default Data Directory

    I would like to know how to change the default data directory in SQL Server Express. I have a partitioned hard disk with SQL Installed on the C:\ drive. I would like to move the data to d:\ drive. I have just installed SQL and do not have any databases. I have installed SQL with advanced services. Thanks in advance for your response. If you are using SQL Server Management Studio, navigate to the server properties and change the settings under database properties. There is a property named default data location which changes the setting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQL ...Show All

  • Windows Forms NotifyIcons and Menus..

    Using Beta2 to create a Windows Form using C#, I'm trying to add a NotifyIcon to a form together with a popup menu.  However, following the simple steps below, I get an error: Add a NotifyIcon to form. Add a ContextMenuStrip to same form, In the properties of the NotifyIcon, try to set the "ContextMenuStrip" property to that of the contextMenuStrip1 created in step 2. I immediately get the following error message: Property Value is Not Valid Object of type 'System.Windows.Forms.ToolStripMenuItem' cannot be converted to type 'System.Windows.Forms.ContextMenuStrip'. It does however look like it is trying to assign the class t ...Show All

  • SQL Server How to create a SQL 2005 Database

    I have installed VBX and SQLX and have written a few programs.  Now, I want to evaluate SQL 2005.  I installed it and...   How do I create a SQL 2005 database in VBX Also, in the IDE, I don't see anything labeled "SQLX" in VBX... everything is SQL 2005, but I still think its SQLX and not SQL2005.   Very confused... . Thanks. Am I hearing correctly... that VBX cannot work with SQL2005... you must use SQLX Then I had someone tell me there's no difference  with VBX and VB2005... The only problem with SQLX is that... should you be adding records to the DB an ...Show All

  • Visual Studio Express Editions include iostream error

    I have an error, when i try to compile things in the C++ epress edition, i get an error message that says " : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory" i have tried ... <iostream>    <iostream.h> and some real crazy things but nothing works. What do i need to do From version 7 onwards I think, they removed iostream.h. But the iostream STL header is still there. So #include <iostream> is what you have to do, but there is something slightly more you need to do. It is in a different namespace from normal, so you also need using namespace std; in your c ...Show All

©2008 Software Development Network