truepantera's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. I need e-book for directx programming
hi.... i need e-book for directx programming on C#... please help me! Yes Glenn's blog is now at http://www.virtualrealm.com.au/ I will edit that old link out of the posts. You are correct that after it expired it was taken over by someone else. ...Show All
Visual Studio Team System TFs Workgroup - User account problem
Hi, I'm trying to upgrade my TFS Beta 3 Refresh to the new Tfs Workgroup load in msdn (en_vs_2005_tfs_wgp.iso). Everything works fine, expect one thing: the users of TFS are local users of the server. I add 5 of them in the Licensed Users Group... But when I try to connect to the TFS server, it don't show me the login window, and try to log me with the Windows Login, and of course, don't succeed int connect to the server, showing me the ne ...Show All
Windows Forms How to get the publisherr name?
I need to know the publisher name and published product name (not the application product name which is found in assemblyinfo.vb/.cs) when my ClickOnce application is running. Where are the information stored If you are using VB2005 then you may find it under publish tap Right Click project then select properties. Select Publish tab Click options Then you can see (and update) Publish Language, Publisher name, Product name, and ...Show All
Visual C++ Convert Unmanaged code to Managed code
Hi all, I have a source code written in C++ unmanaged code (OpenCV), but i'd like to use it in my C# program, is there any hint to convert those unmanaged code to managed code (i don't want to use DLLImport) Thanks in advance. Wrap the code you have in a managed wrapper and then just add the binary as a reference to your C# application. Take a look at the the following past post that deals with similar ...Show All
SQL Server Can't debug DataFlow Script task
I have debugged a Control Flow script task and everything went as expected. I put a breakpoint somewhere in my script code, press F5 and execution will break there. However, when I try the same in a Data Flow script, execution does not break! Moreover, when I reopen the code right after I closed VSA, the breakpoint is not there anymore... Any help would be appreciated. Regards, Henk Henk, There's a simple answer ...Show All
Visual Studio Express Editions Book: Build Program Now
I downloaded this free book. Anyone know how to download companion CD or software for this book. I've tried MSDN, Press, etc. & can't seem to find. Any help would be appreciated hi, you can take a look to this thread it has the link and other free stuff http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=212558&SiteID=1 hope this helps ...Show All
Visual Studio Express Editions Is it possible to shell an application seamlessly?
I need to be able to run an application such as notepad or calc in the same way that I can start a browser inside my VB app ie. make the spawned program appear to be just another window in my program. Has anyone done this before SS$_TOOMUCHBEER Thanks SJ, There's noting wrong with billies code except what I hear RB saying is that he needs these things to be a part of his form just like the webbr ...Show All
SQL Server Hierarchical table Functions Vs Hierarchical CTE
Recently I was in need of a hierarchical tree data. I learned about CTE and how they can be used to build hierarchical data with simple syntax. I used CTE and was through with the task. Later during free time, I tried to compare CTE approach with the traditional SQL 2K Table Function approach. It was surprising to see the query costs when I ran both the modes at one go... Query Cost (relative to batch) : 0.49% Query Text : Select * From fn_ ...Show All
Visual C# Assign buffer image to Bitmap Data
Hi, I want to do some image processing with C# VS2005 on Pocket PC. After I have the image buffer array byte* buffer, currently I lock bit of BitmapData data and copy each by from buffer to (byte*) data.Scan0. But I find this maybe slow and more importantly, it will double memory used for one image. For some reason, I could not delete buffer so this method cost me a lot of memory on Pocket PC. I tried (byte*)data.Scan0= buffer but this is ...Show All
Software Development for Windows Vista Persistence & tracking in beta 2.2
I have created a simple application with 1 code activity, one delay and another code activity, in that order. If i'm enabling both the tracking and persistence, my workflow stops at unload If one if disabled, the other works just fine. Any ideas why this might happen Here is the exception thrown... [2076] SqlWorkflowPersistenceService(00000000-0000-0000-0000-000000000000): Exception thrown ...Show All
Visual C# Capturing KeyPress "Always" !!
Greetings... My Form needs to capture the KeyPress and KeyUp events. I did set the KeyPreview property to true and it works almost all the time ! When the application starts, it doesn't work... I fist need to touch something (i.e. give the focus to a control) so that the key press and up events could be treated properly. How can i go around this Thanks ! Acoquinar Hi, since it's a good idea anyways to have ...Show All
Visual Basic Fail setup Visual Studio 2005 Beta 2
Hello, I want to be a part of the experiance of Visual Basic 2005. When i start the setup from my DvD he start to copy files to the system and checks something. After that he responds with the error: A failled installation has been detected. Press Ok to uninstall the product. Then retry the installation. Ok, so far i deleted the following components marked with **: MSDN Product Documentation Microsoft Visual Studio Tools for Office System 2005 ...Show All
SQL Server Multi Value Parameters
Hi, Thanks for the reply...I think I should have been a little more clearer. I can specify the multi paramaters, but I want to be able to select certain values from that parameter like in the pic. E.G. I have a dropdown with City's in, but I dont want to select one, which is what I can only do at the moment, I want to be able to put a tick in the tickbox next to it to select more than one Does this make sense ...Show All
Windows Forms Save me developing ALL of my applications twice please - develop .net framework for AppleMac!
erm... think i said it all in the title! i work for a publishing group, so the offices and design studios are a mixture of PC and Mac systems. im really praying quite hard that MS give me .net for the Mac before the time comes i& ...Show All
Visual Studio 2008 (Pre-release) How to get column-resize events from a ListView with a GridView inside?
Hello, I have a ListView. It contains a GridView as its View. UISpy tells me that the GridView contains some Thumb controls for column resizing. Without diving into the object tree to find the Thumb conrols that the ListView contains, how can I be notified when the user resizes (and is resizing) a column I know the Thumb control sends DragStarted, DragDelta, and DragCompleted events, but to listen to these I have to navigate down and find ...Show All
