Wolf5's Q&A profile
Windows Live Developer Forums Getting access to msn object model from activity
Hi, I just downloaded the new activity SDK and i would like to try to create some unique application. In general i want to let user select several contacts from the contact list, Than i need access to the email of the selected contacts. and finally i need to send them a message. Is there a way to access msn object model from an activity (I know msn messenger expose its object model,since i saw some VB applications use it) Thanks i ...Show All
.NET Development Hiding DataGrid Rows
Anybody know how to hide rows in a ADO.Net datagrid Senario: If the user checked the CheckBox on the form it would hide the rows in the grid containing a particular value in the field Steve David, Are you still out there I'm trying to implement your suggestion however, since you’re an ADO.Net Program Manager. I have some serious problems with my network based local ADO.Net appli ...Show All
Game Technologies: DirectX, XNA, XACT, etc. HLSL pixel shader: problem with tex coord computation/texture lookup
I'm sitting on a strange problem for half a day now and can't figure out why things are happening as they happen. :) What I'm trying to do is to look up a texture with entries of size 3*3 texels each ( g_samCurvatureTex : this is a magnified part of it, the whole tex is repeated like this - I am only interested in the blue channel right now). At first I need to compute the centre index of the entry: #define CURV_TEX_ENTRIES 42 ...Show All
Visual Studio Team System Errors in Team Build - TFS RC
I've recently upgraded to TFS - RC and all is going well, except for Team Build. All the solutions build successfully when they are on their own (i.e., in their own individual build), however when I combine them up into a single Team Build, it crashes part way through with the following Error in the Application Log. (Below) I can't see any errors in the build log, it just stops ! I have tried several orderings of solutions, and it seems ...Show All
SQL Server SQL Server Express SP1 Setup Changes
The just released SP1 version of SQL Server Express has a file name of sqlexpr.exe. The previous setup file was named sqlexpr32.exe. Why would Microsoft change the file name Anyway, the file name change obviously breaks the file name that is coded in the bootstrapper package.xml file. Also, the link address will need to change (I suppose Microsoft couldn't just put a new version at the same link with the same file name so that everything wo ...Show All
Visual Studio Migration from VSS 6.0d to VSS 2005. How to ?
Hi, I've just installed Visual SourceSafe 2005. 2 questions : - How to migrate my old SourceSafe (6.0d) database to a new SourceSafe 2005 database - How to migrate one project from a 6.0d SourceSafe database to my new 2005 SourceSafe database Thanks for your help! ClementM Format of the database has not changed from VSS 6.0 to VSS 2005 You can just copy your old database to the location you need for your n ...Show All
Visual Studio Visual Source Safe over Internet in old Visual Basic
Hi all! Can I use Visual Source Safe 2005 with Visual Basic over Internet Thanks noop: For basic check-out / check-in functionality, yes you can. However, if you want to Show History, Get older versions of files, Get Labels, etc, you'll still want to use something like SourceOffsite ( http://www.sourcegear.com ). See - http://support.microsoft.com/default.aspx scid=kb;en-us;320317 ...Show All
Visual Studio Team System BUG: Invalid handle on concurrent checkout/checkin
If I am checking out the a project file. My colleque checks out the same project file (concurrent checkout) Then he checks in the project file. Now, when I am trying to check it in I get an error box saying "Invalid Handle" Restart, Reconnect to TFS doesnt help. However, If I do a "Get lastest version" then it triggers a merge request, after I done the merge, the checkin works fine. Regards Fredrik Melin Sounds like a bug.&nb ...Show All
Visual Studio Express Editions Help Authoring
Will Express accept a chm help file If not what type of help file does Express require and is there a converter from chm to Thanks shakalama, Here is the url.. http://helpware.net/mshelp2/demo2/h1xNET.htm I have tried it with Help & Manual help files and it works fine. ...Show All
Visual C# c#
Can any one tell me of a good training place for C# I would like to get like a 5 day training course. 5 days is not enough for me in training modules, which seems most that your aftering the certificate. I would rather simulate self paced training13 hours straight from 2-3 months(Fundamentals, Coding, etc..) for at least I save money to spend another field of study. Learning is not enough for 5 days though. Not ...Show All
Windows Forms Transparent pictureBox
Hello. I'm trying to develop a transparent pictureBox. My aim is to use several pictureBoxs all with the same location and size. One will have a loaded image, and this pictureBox won't be transparent. The other pictureBoxs will be transparent. With this transparency I expect to see the solid picturebox and each transparent pictureBox has different drawings that are seen over the solid pictureBox. I've been trying several ways to do this but unf ...Show All
Windows Forms Call UC load event from main form
I have main form (Windows Application) that loads other UCs. When I load certain UC, it loads data for that UC. On each UC, I have buttons (eg. delete, add etc.). I want that when I click on add button to add some data, automatically after adding that certain data, UC control reloads. How can I do that Thanks. How about exposing a custom event off of your usercontrol, such as DataAdded. Fire that event afte ...Show All
Visual Studio Tools for Office Word Objects Within XmlNode
I sow some examples of adding plain text into SmartDocument's XmlNode (amounts, addresses etc.). What I'm trying to do is to insert Word Table into XmlNode - by some reason it puts Word Table outside of the tag. Is there any way to insert Word objects right into the XmlNode as its contents Also how do I control it at the data schema level Thanks. You've posted to a very old message thread, one marked ...Show All
Windows Forms 4 panel in one windows form with splitter
I develop Windows Forms Application with VS.NET 2005 BETA 2.. I wanna fill one windows form with 4 panel and 3 splitter..Every splitter can change only neighbour panels' size.. I made it with docking ability of windows controls..But the problem is "I couldnt easily access their real time Height properties..For example when u set Dock property to DockStyle.Fill, Height Property is meaningless..Question is clear: Which a ...Show All
.NET Development .NET Framework 2.0 and Windows 2000 Server Problem
Hi all I have a problem on a Windows 2000 Server: I have successfully installed .NET Framework 2.0 on a Windows 2000 Server (SP 4). When I look under "Administrative Tools", I expect to have a entry "Microsoft .NET Framework 2.0 Configuration". But on this Server there doesnt exist this entry. The entrys for ".NET Framwork 1.1 Configuration" are there ... Would be happy for any comments on this issue. Best regards Frank Uray ...Show All
