H Katz's Q&A profile
Visual Studio Express Editions VB 2005 Express Beta 2 MyApplication Class Error
System is WinXP Pro, 512Mb Ram. No pre 2005 .Net software installed. I have searched through the postings here, reinstalled/repaired the Beta 2 installation etc. but have been unable to resolve the following issue - if someone could assist please... If I choose New Project from the File menu and select Windows Application a new project is created and it will run ok. If I double-click My Project and alter o ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Normal Mapping Vectors with Wrapping
The function D3DXComputeTangent computes normal mapping gradients (tangents and binormals) for each vertex in a D3DXMesh. This function has a parameter which sets Wrapping to true or false. How does this parameter affect the gradient calculations Set Wrapping to true if you want to tile your normal map over your mesh using wrapped mode texture addressing. Otherwise you will notice first derivative shading ...Show All
SQL Server got error when using stored procedure with temp table in it
I got an error message when i created a dataset using a stored procedure with temp table in it. The error is: "could not generate a list of fields for the query. check the query syntax or click the refresh fields on the query toolbar. invalid object name ' #indented' ". after I click on the refresh button, everything looks fine. But after I put the fields in the table, and go to the Preview, it is a blank report. Does anybody ...Show All
Windows Forms Infopath forms into Outlook??
Oh another quesiton; I've tried making a form in Infopath (bound to an access database) and found it much easier than customising outlook forms (for one thing, it actually works.) Is it possible to import the form into outlook and use it as an& ...Show All
.NET Development Login to website?
Hi group, This is a complete first for me and I have no idea where to start looking... I need to retrieve data from a php website. This website requires a login. So before it's possible to retrieve data I need to login :-) I need to use the HTTP POST method, most likely because in the source of the url I found this: <tr><td class="menu_cell_repeater"><form action="login.php" method="post"> So how d ...Show All
Visual Basic ShutDown event won't fire
VS2005 Beta2 don't know why what's wrong with my project, shutdown event won't fire. I created a new project, shutdown event fires. This project was in Beta1, it is not totally new beta2 project. What could be wrong I compared every file I can think of, no difference. Okay. Just had a look up the help, and the End statement just calls Environment.Exit underneath, this is what it said: "The End statement calls the Exit method of the Envi ...Show All
Windows Forms Terrarium communication problems
Recently it seems that I had to restart my terrarium quite often because it somehow got stuck when communicating with other peers. When this happens, I see one of the lights (either receiving or sending) is forever yellow without being able to ...Show All
Windows Forms ListView LargeIcon View. Can I move icons as in explorer ?
for .net ListView control is there a default behaviour available using which I can move around my ListViewItems within the ListView, a behaviour similar to moving of folder icons in explorer/control panel when arranged in Large Icon mode. ...Show All
Visual C++ MSVC "using namespace" strange behaviour
<Sane@discussions.microsoft.com> wrote in message news:5292444c-fef2-45e0-8a76-9d956308b8a5_WBRev2_@discussions.microsoft.com > Try following code > namespace AAA { > inline void foo() { std::cout << "AAA::foo";} > namespace BBB { > using namespace AAA; > template<typename T> class MMM {}; // this definition turns on > ...Show All
SQL Server URL Access using Impersonation
I need to display a report by impersonating a specific user (to test I have hardcoded a user and pw. I have modified the web.config as follows and gave the user browser rights in report server. < identity impersonate = "true" userName ="mydomain\myusrname" password ="mypw"/> I have created an asp.net page with the following code behind a button to display the report. Dim impersonationContext As System ...Show All
.NET Development Retreving html code from URI
Hi to all, I've looked for thread about retrieving html code from URI, but I not solved my problem. I have an URI from where I have to retrieve an XMLDocument. Unfortunately this XML is not well-formatted, so I can't load it with XMLDocument.LoadXML method. So I thought to load the real html code from the URI (it is a old asp page) (this is my uri: http://www.viagginrete-it.it/feedrsseventi.asp) The problem is that if I use a webbrowser, the ...Show All
SQL Server Can you add Output Columns to the Script Transformation Editor on the fly?
Can I add Output Columns to the Script Transformation Editor using code I have to execute a SQL Statement to determine the number of years we have the data for for an item and then create the columns for the months in those years and populate them with the quantities. So my question is can I create output columns to the Script Transformation Editor on the fly that is as it is being executed Any input will be good. Thanks, MShah ...Show All
Visual C++ MS C++ 2005 express database mismatch error when compiling
Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Conc ...Show All
SQL Server Restoring an AS2005 DB using Sept CTP
When I attempt to restore from a backup in AS2005 (September CTP) after providing correct back up file location information, I receive the following error: =================================== The following system error occurred: The system cannot find the file specified. . File system error: The following error occurred while opening the file ''. (Microsoft.AnalysisServices) ------------------------------ Program Location: &n ...Show All
Visual Studio Express Editions Clinet and Server Windows Application
Hi, Is it possible for VB Express Edition 2005 (VBEE 2005) to develop a Client & Server based Windows Application I mean the database is stored in the server and the application is installed at client's PC AND the system (at client's PC) is able to retrieve the data from server for updating, adding or deleting IF YES How to manage it As VBEE 2005 and SQL 2005 both are installed inside the development PC...so how can we install the SQL d ...Show All
