EgoStripper's Q&A profile
Visual C++ Automatic message handlers [MFC]
When *not* dealing with a dialog, you normally use the "begin_message_map" etc macros, and have the fill in each message manually, which includes writing a definition and function. If I remember correctly, Visual C++ 6 had a wizard to include these messages automatically, and create an empty member function in the current class - you just had to select which message you wanted. VC++ 2003 seemed to no longer have this feature. Does the 2005 ...Show All
SQL Server questions from newbie
just finished installing SQL Express, and now, dont know what to do next :) - I have installed FULL. Does it have any GUI tool for me to create a database - how can I login into system - how can I restore a backup file I have a backup file from SQL 2005 standard - how can I create backup for databases thanks Thanks. I have installed it. Now, after logging in, I can create new database (db1), create new user (ne ...Show All
SQL Server Excel reader issues
Hi, I need to load data from excel files which will be provided by a number (around 100 monthly) of external suppliers, so we don't get 100% control over the files themselves. What my solution involves is copying the excel file to a common name (e.g. supplierExcel.xls), turning this into a pipe delimited txt and then loading the txt. I had trouble switching files when trying to load directly from excel. All these files should arrive in ...Show All
Visual Studio Team System Recommended setup and hardware requirements?
Reading my question please note, that I haven't yet received Beta 2 and consequently haven't read the documentation included in Beta 2. Problem: We would like to establish a test environment with the Team System Foundation Server that is as similar to the final production environment as possible. I have searched the web for descriptions of the recommended setup and hardware requirements and the closest I got to answers i ...Show All
Visual Studio mscorsvw.exe
When installing Visual Studio 2005 Beta 2 (and when install has finished) a process named "mscorsvw.exe" runs, and takes up 95/100% CPU. I've no idea why this is. That, and when trying to start Visual Studio 2005 - It opens, then immediately exits. I've done the un-install of previous versions in perfect order, and yet the problem continues Can anyone shed any light i had a pb with mscorsvw : it was taking 95 ...Show All
Visual Studio Team System Creating additional ordered tests invalidates the existing ones
I created several ordered tests originally. The next day I created another one and now the original set of ordered tests are not valid and cannot be run. When I open them up, they still show the list of web tests I selected but it says the files cannot be found. Any ideas what is causing this I found a workaround for my problem. If I placed the ordered tests in the root of the project (not in their own fold ...Show All
Visual Basic Download File From FTP
Hi, I am using Visual Basic Studio 2005 Express Edition, and I was woundering if I can connect and download a file from my ftp to my desktop. If this is possible, can anyone please give me an example code. There are two FTP samples or examples on the VS2005 Team Kit in: <device:>\Program Files\Microsoft Visual Studio 8\SDK\v2.0\LateBreaking\Networking ...Show All
Visual Studio Express Editions Add Connection wizard remote DB with VB express
How can I connect to a remote database using the wizard to add a connection in Visual Basic 2005 express I dont know what advanced propierties I must to use in the box dialog Add Connection for example in the "Database file name (new o existing) " if the db isn’t in my local computer. hi, one of the express limitation is that "express doesn't support editing remote databases ", th ...Show All
SQL Server SQL XML Bulk Load working without visible Error/Exception but no data is inserted!?
Hi, I have a C# application that successfully creates an instance of SQLXMLBulkLoad3Class and executes with error. I can also see in the SQL Server trace that there is activity, (i.e. A bunch of insert statements for the tables that I would expect given the XML and XSD files). Problem is no data is written to the tables... There are no errors or exceptions reported either so I don't know where to start. I can provide any details necessary but m ...Show All
Visual Basic Method POST to send Data from windows form to ASP web page and get response
Hi Friends over here, I'm using httpwebrequest and httpwebresponse to send and recieve data between windows form in my project and web page (ASP) using GET method, what I need is how to send same thing Using POST I found some example in MSDN but it was not clear for me and not working !!! Please help me as soon as possible. Hi there, The main differences between POST and GET methods is the quantity of data that can be sent an ...Show All
Smart Device Development Using AccessDataSource
Hi I have made an AccessDataSource . My problem is I do not know how make a connection between a textbox not shown and the insertcommand < form id ="form1" runat ="server"> < div > < asp : AccessDataSource ID ="AccessDataSource1" runat ="server" DataFile ="App_Data\Dogs.mdb" DeleteCommand ="DELETE FROM [DogColor] WHERE [DogColor] = " InsertCommand ="INSERT INTO [DogColor] ([DogColo ...Show All
Visual Studio Team System Override Policy Failures
My team uses Check in Policies. We all know how to override the policy from time to time. Easy Our problems is: " How do we see the comments that people entered when the did the override " Paul tf changeset <xxx> /format:detailed has the override info. I'm not sure if it's exposed anywhere in the UI. Depending on what you need to do with it, calling the OM might be the easiest way. ...Show All
Visual C++ __gc error
I‥m doing a .net library class in c++ and I have 2 classes, A y B; as follows: public __gc class B; public __gc class A:public baseA { private: B *entrada; B *salida; }; public __gc class B:public baseB { private: A **entrantes; A **salientes; }; And I get the following error: ...Show All
Visual FoxPro include file conflict
I just found out that if I wanted to include two .h (header) files in a form the second one kicked the first one out. Is it only my wrong perception or it is supposed to be this way Thanks. The problem here with your approach which I tried first as well is the scope: If you place #DEFINE within an event or method procedure in a form, the #DEFINE compile-time constant is available within the event or method procedure. Additionally, it ...Show All
Windows Forms Need help formatting a ToolTip please
Hi, I'm coding VB.NET using VS.Net 2003, and I've got a datagrid that lists customers and the time spent working for each customer. When you mouse over the time field, a ToolTip that breaks down the specific minutes worked on for each job/task for the customer. Unfortunately, the way it is formatted now, the minutes just appear inline, right after the the job description....so the minutes don't line up from one row to the next (because the job ...Show All
