Bunchito's Q&A profile
Visual Studio Express Editions How to get caption of active window?
How do I get the text of the currently active window Mathy... I think this is one for SJWhiteley. ...Show All
Smart Device Development ListView Item select highlight
Hi, I create a ListView with WS_CHILD | WS_VISIBLE | LVS_REPORT|LVS_SINGLESEL |LVS_SHOWSELALWAYS, after add 2 columes and 5 items, I want it to response the direction key or joystick in smartphone. Shows the select item with highlight, blue backgroud with white character. I think this is a default action in Desktop. But I can not make it out in Smartphone, whenever I click the direction key, nothing was show selected highlight in ListView. I search the sdk samples, I see most of the listview are using LVS_OWNERDRAWFIXED, is that mean the highlight function need app to implement and not the default action in Smartphone version's ListVie ...Show All
Windows Forms Form received WM_CLOSE and closed, and the process is still running.
I have a C++ program that posts message "WM_CLOSE" to a simple .NET windows form app, and the form received the message and closed, but the process stayed behind. Why I tried Application.Exit() and Application.ExitThreads() in the Form.Closing event... but the process still stay behind. I have to call Environment.Exit(0) in the Form.Closing event to&nbs ...Show All
Smart Device Development Direct Show - WM5 - the network authentication dialog box may appear when attempting to stream MMS from Windows Media
Hi I've seen this report for CE4.2: 031216_KB830472 - Under certain circumstances, the network authentication dialog box may appear when attempting to stream MMS from Windows Media servers. To disable the authentication prompt, the following registry key must be present: [HKEY_LOCAL_MACHINE\Software\Microsoft\DirectX\DirectShow\Networking\DoNotPromptForCreds] [from http://download.microsoft.com/download/8/a/9/8a9b0988-73fb-400a-9f0a-3ba1c72cfe20/Windows%20CE%20.NET%204.2_Product_Update_Rollup_2004.htm ] I'm now seeing the same behaviour on a WM5 device. However, the fix doesn't seem to work on WM5 :-( Does anyone know i ...Show All
Windows Forms adding button as treeview node
Hi, Is there anyway I can add buttons or labels as nodes in treeview control Thanks, ...Show All
Visual Studio Express Editions I need help
Hi my son Brent is wanting to learn how to program he is only 15 but knows alot about computers. What would be the best way and best programming laguage to learn. Also is there ne programming schooled that he could go to and how old do you have to be. Thnx Stacy The hardest thing about learning programming is learning the basics that apply to all programming languages. A lot of this is my personal opinion, and asking 10 other people will probably yield 10 different answers. The answer really depends on how committed Brent is to programming and how he best learns things. My basic suggestion is for Brent to learn some math if he hasn't ...Show All
Windows Forms Noob Question
Hi folks, new here - glad to find the forum! I have a basic question regarding debug output. I was reading the FAQ and it states that I can use the Console::WriteLine and ::Write methods to get output when I launch my application in debug mode. Now, in MS Visual C++ .NET, the Debug menu lists F5 to "Start" and CTRL+F5 to "Start without Debugging", so I assumed that by pressing F5 I'm launching my app in debug mode. However, when I do this, I'm not seeing a window of any kind outputting my test commands... any idea on what's going on here Thanks, Zero Try this and let m ...Show All
Audio and Video Development What is the good IDE Tool for iHD programming?
Hi, I'm totally new to this iHD / HD DVD world and I'm exicted that I found this forum. Hopefully I'll learn a lot from and contribute some opinions to this forum. My 1st question in iHD programming is what IDE tool should be used in programming iHD And my 2nd question is how to run / preview all 3 samples from HD DVD Programming Guide. Thanks, -mh Hi mh, Welcome, and glad to hear you're excited! :-) At the moment we are using Visual Studio to do development, since iHD is XML and ECMAScript. Visual Studio provides both XML and ECMAScript authoring support, as well as ECMAScript debugging. You can a ...Show All
Software Development for Windows Vista Performance problem
I have performance problem when working with wwf designer. It is too slow. I have Pentium D with 2 gb of ram memory. Maybe the problem is that I have Graphic card integrated, I don't know is the designer writen in wpf(does it require faster graphic card) Thanks, Indigo Cowboy Our framework is based on WWF,and I met the same problem, it's so excruciating. Can everyone give a solution Also I think MS is in the way of improving the performance of WWF designer, I really want to know the current status. Thanks! ...Show All
Visual Studio Express Editions How can I do reports with my visual Basic Express Edition?
I would like to do charts reports with my visual basic Express edition. I'm seeing a number of issues like this. I wonder if the user community is not forgetting the intent of Visual Basic Express It's intended for hobbyists and people who are learning computing. It is not intended for production use. ...Show All
.NET Development Sorting datagridview prgramatically
I have built a DataGridView called CUSTOMERDataGridView. The data is bound to a dataSet object set up as follows: CUSTOMERDataGridView.DataSource = CUSTOMERBindingSource CUSTOMERBindingSource .DataSource = HFD_1DataDataSet (SQL Server Database) CUSTOMERBindingSource. DataMember = CUSTOMER (database table) Here is my problem: The automatic sorting (when user clicks onthe column header) works great. However when I attempt to duplicate this in code as follows: Sub SortByName(ByV ...Show All
Smart Device Development KeyPress Event
Hey everyone Kind of a newbie question here, when a user makes a character on the "Letter Recognizer" and it turns it into a character does it fire the KeyPress event or does it fire an event Thanks Kenzie Hi Kenzie Yes, it does fire the KeyPress event. Please check the docs at http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformscontrolclasskeypresstopic.asp for more details. Cheers Michael ...Show All
Visual Studio msxml for 64bit
Is there any msxml parser for win64 If so where can I get one sdk and redist. Thanks in advance, Robin. No, there are no plans to release an x64 bit MSXML4. Please consider moving your app to MSXML6 at the earliest convienience. Regards, - Umut Alev ...Show All
Windows Forms nativeImage format (ie. the "Insert standard items" menu icons)
Hi, and thanks in advance for your help. What format are the icons/bitmaps that get inserted when you choose "Insert standard items" on a menustrip If you inspect the System.Drawing.Image's that get loaded, it's plain to see that they don't actually contain any raw data, but rather point to a nativeImage (some integer). I see that the format is RGBA. I want to be able make such partially transparent icons/bitmaps myself (for ex. the "new" icon has totally transparent sections on either side of the document). What software can I use to make them It seems that Photoshop is unable to save RGBA bitmaps, and t ...Show All
Visual Basic InternalMyTemplate.vb : 'Visual Basic' is not a member of Microsoft
I had some VS 2003 project files. I created a new VS 2005 project from them by manually adding the files. I get the following error now even though InternalMyTemplate.vb is not a part of my project. File: InternalMyTemplate.vb Line no: 77 Error Message: 'Visual Basic' is not a member of Microsoft why could this be happening There is a related post on this forum but it does not talk about the solution. Any help will be appreciated. Thanks! Hi, The most common source of this error is a root namespace that includes "Microsoft". Is that the case here If not, please let me know--I'd like to take a look. ...Show All
