psatiw's Q&A profile
Visual J# Wndproc in j# and mouse scroll event
He, i was working with j#. I could not override WndProc. How in that case to realize processing event mouse scroll in J# Hi, Please refer your other post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=124588&SiteID=1 on the same topic. Thanks. ...Show All
Visual Studio Crystal Report
Hi, I have a problem to pass data set to crystal report XI's report, I have try it with Crystal Report 8.5 and its work. I used "File Definition Only" as my data source The code is like below, ReportDocument doc = new ReportDocument(); doc.Load("C:\Customer.rpt"); string cString = "Persist Security Info=False;Integrated Security=SSPI;database=no ...Show All
Windows Forms Text Indexer.....
Hey all, I need the ability to index files and them make them searchable....didn't really want to go into writing this myself and was wondering if anyone knew of any open source/free distributions of such a library, preferable in .NET...... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MechCommander 2 Fix Guide
For anyone who is interested in the MechCommander 2 stuff I just wanted to let you know I've posted a guide with all the bugs we've found in our Shared Source Release and how to fix them. You can find the guide at: http://blogs.msdn.com/mklucher/articles/629796.aspx If you have any comments please let me know! DS3DSoundChannel::SetPan (in as of yet the unreleased src for GameOS): The safety check if v is below -1 Seems to me ther ...Show All
Visual C# Unable to update the dependencies of the project
I have had this error every time I try to check my program into source control after making changes. The project builds and works fine until I check it in and check it back out then it won’t build. I have deleted the setup project and built a new one only to have the same problem after checking it into source control. It also givs me a warning that " Assembly ' FolderName\FileName.exe ' is incorrectly specified as a file. Any suggestions would ...Show All
Windows Forms TextBox Context Menu
How do I remove the context menu of a textbox in VB.NET How do I disable/remove individual items in a textbox context menu Using your custom properties inside WndProc method has no conflict, logically it should work. Be reminded tha ...Show All
Game Technologies: DirectX, XNA, XACT, etc. [GDI+] ColorMatrixEffect
I am not sure where a GDI+ question is supposed to be posted, so feel free to move it if it should be somewhere else. But I read up on ColorMatrixEffect, and it says it is suppsed to do "Affine Transformations". http://msdn.microsoft.com/library/default.asp url=/library/en-us/gdicpp/GDIPlus/GDIPlusreference/classes/colormatrixeffect.asp Does that mean translating 3D points, or are they talking about some translation of colors An other thing ...Show All
SQL Server Trigger question
I would like to know how many records there are in the INSERTED & DELETED tables at once when a trigger fires. I'm looking at a trigger that checks for COUNT(*) in both tables (INSERTED & DELETED) and will perform a different T-SQL statements base on COUNT(*) being 1 or greater than 1. I always thought that triggers fired for every record in a INSERT, UPDATE, DELETE transaction. If so, there should not be more than one record in neith ...Show All
Windows Forms IList Interface Implementation
Hi all. I'm trying to implement IList in a control I am creating. Basically, the control is a data access control that I use througout a particular application. The code:- Default Overloads Property Item(ByVal index As Integer) As Object Implements IL ...Show All
SQL Server Dynamic SQL Server Destination???
Hi, Is there anyway to dynamically change the Sql Server Destination Let's imagine i want the data to go to a table based on a specific parameter like year for example... Imagine tables like table1_2005, table1_2006 and i want to dinamically change the SQL Server Destination so it would insert 2005 or 2006 and so on.... I can't seem to find that option... It was really a good idea for microsoft to implement Expressions in such component ...Show All
Visual J# Unable to load old J# Browser Control
Over a year ago, we have converted successfully a few Java applets to J# browser controls. While doing testing for a new release, we now find that we could no longer load J# browser controls -- the browser displays a grey box and an error message in the status line saying "Unable to load DLL". I have the following installed on the machine Microsoft .NET Framework 1.1 Microsoft J# .NET Redistributable Package 1.1 Micro ...Show All
Visual Basic Creating Internet Explorer Bands with VB.Net 2005 ONLY
Hello friends! I'm trying hard to find something explaining how to create IE bands using VB.Net 2005 (Not C# or old versions of VB), with no success... Mr. Vikran replied to a previous questions here in this forum, but in his post, we can only see links for that solution existent in the codeproject web site and a good msdn link explaining how to implement IE bands using C++. Those links are not what I'm looking for, believe me: I search ...Show All
Visual Basic VB calling C executable
I am totally new to VB, and now trying to do a project with it. I would like to know is it posible to pass in value to a C executable, execute it and receive the output from the executable How should I do it, or is there any guide on this Hi, In your C you must have commandline paramters. If you do then you can use the Process class. Here's a sample: ' Pass Data To the exe Dim pr As Process = Process. ...Show All
Visual Studio Team System Microsoft Test 70 -301
Hi , i want to do the 70-301 Exam! Can anybody tell me the right way to learn for this Exam Thanks MIT I have passed 70-301. It is hard to get 70% test unless you really know concepts very well. It may seem easy. But, it is NOT easy at all. You need to answer multiple times to most of the questions. You have to answer 75 questions really when real number of questions may be just half of ...Show All
.NET Development Changing connection strings based on configuration
What is the best recommended practice for changing db connection strings based on project configuration We have a test server and a production server, so I want connect to the test server for Debug and the production server for Release. I don't need to change the string dynamically at runtime, just based on the project configuration. When I create table adapters through the wizard, I have the choice of embedding the string in the generated code ...Show All
