| Thread | Last Post | Replies |
|
| How to create multilingual application in Visual c++ .net | 16 May 2008 21:49 GMT | 1 |
I have to create a multilingual application in Visual c++ .net. I have a Windows form application and i want to run this on multilingual suuport. So how can i do this. Which change i have made in my application setting ot properties. Is there any code i have to write into ...
|
| Best way to avoid piracy | 16 May 2008 17:25 GMT | 1 |
I create a simple little winform app. Any advice on how I can easily implement an anti-piracy solution so that people won't just email the program to their friends? What solutions have you found useful?
|
| Updating Label Value and Recursing Through Directories | 16 May 2008 12:33 GMT | 4 |
http://msdn.microsoft.com/en-us/library/806sc8c5.aspx The URL above gives sample code for use within a Console Application. What I would like to do is use this code within a Windows Form. That part is easy. The part that I am having trouble with is using the code in a form
|
| DtaGridView - Add DataBinding using bindingsource | 15 May 2008 13:37 GMT | 2 |
I am relatively new to windows forms and I am trying to make this work (pseudo code): Create bindingsource. Set DataSource property of bindingsource to generic list
|
| Redraw PictureBox immediately | 15 May 2008 13:14 GMT | 1 |
Is there a way to get a PictureBox to repaint immediately rather than having to wait for Invalidate? I am changing its image based on the mouse moving whilst held down, but the control is not redrawn until I release the mouse button. As a result the user does not see the result ...
|
| CancellationPending Always False | 15 May 2008 13:11 GMT | 3 |
I'm writing a WinForms app in .NET 3.0 using the BackgroundWorker component. I call the CancelAsync method, and in another method check CancellationPending. CancellationPending is always false. Anyone else have this? Or know why this is?
|
| title bar | 14 May 2008 05:06 GMT | 13 |
Hi group, I want to hide the titlebar of Form1, VS2005 thanks very much, Carlos.
|
| Key Handling Problem | 12 May 2008 20:17 GMT | 1 |
I have written an MDI windows application that handles key presses to do things like make text bold, and in a previous version successfully used cut, copy and paste with a RichTextBox. However, at some point in time, just the Cut, Copy and Paste stopped working. I was trying to
|
| How to control size of length in richtexbox per line ? | 12 May 2008 13:45 GMT | 1 |
How to control size of length in richtexbox per line ? Regards, Tee
|
| A DataTable-bound DataGridView throws a low-level Exception when columns are sorted, removed and re-added to the underlying DataTable. | 12 May 2008 12:51 GMT | 1 |
I am experiencing this issue when I am working on creating a dynamic datagrid. Please let me know if there is any work around for this problem. If I am posting this in the wrong newsgroup please point me to the right newsgroup.
|
| Best practices for GUI of what called in MFC custom controls | 11 May 2008 14:51 GMT | 2 |
I have MFC-based application featuring: 1) Flow of "Screens" where screens are implemented as a MFC's CDialog-inherited classes loading PNG or BMP images. 2) Dialog's child controls also loads PNG or BMP images.
|
| Urgent help needed with ClickOnce Deployment | 10 May 2008 06:47 GMT | 2 |
I have been using ClickOnce deployment with my app for over a week now and everything was going fine. This weekend I changed my development machine from windows vista to windows 2003 server. Now when I go to publish my app, the checkbox "Sign the ClickOnce manifests" is checked ...
|
| FileOpen Icon? | 09 May 2008 12:52 GMT | 2 |
Hey All, Does anyone know where / how to get the FileOpen icon file? Thanks, TC
|
| Suspending screen updates | 09 May 2008 09:11 GMT | 4 |
I have a winform with a panel on it. I am doing visual changes to the panel. Is there a way to suspend screen painting during these changes? If the whole form needs its display suspended then that would work for me too. How can I do this?
|
| Speed issue loading image | 09 May 2008 08:50 GMT | 4 |
I am using below statement to load an image; Me.MyPictureBox.Image = Image.FromFile(CStr(Me.txtMyPhotoPath.Value)) Problem is it is taking too long and slowing the app down. Is there another faster way to achieve this? or to degrade the quality of image on the fly to
|