Cmax's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. How Do I get the Color Value(argb) from a background image in a window under my mouse?
Please help. I have looked every where. I dont want to use the color picker control. I want to hover the mose over my currently open window which has a background image and display the color value of any pixel it is currently over in a textbox. please post response here and to my email address incase I cant find this forum again. pliszkacm@hotmail.com Thanks Are you displaying the background ...Show All
Windows Forms listview autoscrolling problem in dotnet
I have another problem with the listview: The view is set to largeicon and when I fill up the list dynamically with items it scrolls always to the last clicked item. I can drag the scrollbar down but after releasing it jumps right back to the item I clicked and puts it on top. The wierd thing is this only happens while adding items to the view. After completion it behaves normal and I can scroll up and down regardless of the item I cli ...Show All
Visual C++ ofstream in a multithreading environment
I am using VC 6 for this project. I have a DLL that is called from multiple threads. I am creating output from the DLL using ofstream. Everything works except I am getting output intermingled with other output, obviously due to the multiple threads. I realize that this is more of a Windows programming issue, but if there is anything that the compiler/language can do to help, then I am interested in doing things in a relatively standard way ...Show All
Software Development for Windows Vista Mixer name disappeared in 5270.
After installing Creative SB Audigy 2 on 5270, the mixer name in Play Control disappeared. I only saw "Volume" appear in all mixer strips instead of the usual Line-In, Mic, etc. This does not happened in build 5231. Any idea what's changes in 5270 that causes this problem ...Show All
SQL Server Synchronize SQL Mobile 2005 using ActiveSync
I want to synchronize my database on Pocket PC / The Emulator that use WM5 and SQLCE3, but the synchronize is doesn't use IIS as the bridge, but i want to use ActiveSync as the synchronizer bridge. The rule like this. 1. Have database on Pocket PC. 2. Have application on Desktop PC. 3. When device or emulater placed on cradle, then the database automaticaly synchronized with database server on desktop pc. Why I want to use ActiveSync as synchron ...Show All
.NET Development USing Winsock in .net framework
i am currently doing a school project which requires me to convert embedded vb codes to .net framework. In embedded vb, the component WInsock was used. However in .net i was not able to find the component. Is winsock available in Visual Studio where i can drag and drop Are there other alternatives to using WInsock Please help. Thanks. Thanks for the advices. However i am stuck in this one area, when I used ...Show All
Visual Basic Do you use Keyword "Me"?
Keyword "Me" is convenient because VS 's intellisense automatically shows you what members the class of "Me" has. If you have a lot of classes and a lot of members in each class, "Me" becomes more helpful to me as my brain doesn't remember a lot. Howerver, leaving a lot of "Me.*" seems reduce readability of my code. And I am not sure if this would degrade perfomance due to Symbol lookup(Or increase comp ...Show All
Visual Studio Team System ?!
I have just installed the Team Suite. Now, should I be able to use it without the server Under File->New, I only see 'Team Project'. Is that how it is supposed to be If that is the case, I assume I now have to install the server part too. That wouldn`t be good... Thanks Rob. I apologize for not answering earlier, but I never got alerted about your reply. I decided to completely reinstall XP, Visual Studi ...Show All
Visual Studio Team System Collaboration Over Internet
Does the current beta 2 version of TFS support project collaboration over internet I follow the installation guide comes with the distribution and the visual installation walkthrough at http://www.oazabir.com/vsts/index.html , but the result is pretty much a system that could only support team collaboration for members in the same domain rather than a system that could bring developers together from all parts of the world via internet. ...Show All
SQL Server SQL Server Date/Time & other data types
Hi I'm have big problems trying to save Unicode information into my MS SQL Server 2000 Desktop Engine. Alright, so the problem I'm having now is I'm working with MS SQL 7.0 and PHP5. I've trying to get information to save into MS SQL, however it is storing it all weird. When I save the information and try to view it in Enterprise Manager it shows it has random characters but for some weird reason I can output that information on the page ...Show All
SQL Server Start and Stop a server using SMO
I am trying to stop and start a server using SMO in .net 2005. I cannot find any function calls to do this on the server object like the old DMO has. The MSDN help system is missing the example to show how this is done. If anyone knows how to do this I would really appreciate some help or sample code. Thanks Mike Gustafson wrote: This solutio ...Show All
Smart Device Development Show busy state on mobile device
Hello, in my C# program I’d like to show the usual moving busy symbol when program is busy on mobile device ( WinCE 5.0). But I can not find "How to" in documentation. This concerns .NET2.0 Compact Framework. Thanks for help, Jorg Hi Jorg This symbol is just the wait cursor. You can set this wait cursor as followed: Cursor.Current = Cursors.WaitCursor; The usage might look like this: v ...Show All
Smart Device Development [C#] [CF] [VS 2005 B2] TimeDate with millisecond
Why DateTime .Now.ToString( "yyyy/MM/dd - HH:mm:ss:fff" ) Display only 14:23:00 it according to MSDN it should disp 14:23:236 no So why i can't get milliseconds Does your device support milliseconds Most WinCE devices don't. If you are trying to measure time in milliseconds then you use the StopWatch class that I wrote. Get it from here: http://vault.netcf.tv/VaultService/VaultWeb/Bla ...Show All
SQL Server How can I get the actual line number from inside flatfile sources for each record?
hi all, maybe this is not a serious problem, but I tried for days to come toi a solution without success. My Problem: I have have several flatfile sources I need to import into a sql-server 2005 DB. It is very important for me to have the original line number from inside the source file for each record. The rowcount transform doesn't fit in for this task, because it accumulates all rows until the end of the dataflow. I tried s ...Show All
SQL Server Control M and Sql25k
Does anyone knows any link regarding whitepapers for Control M solutions integrated on Sql Server 2005 Thanx ...Show All
