toooooooona's Q&A profile
Windows Forms updating window in multithreaded app
okay im making a mesh viewer for my engine in c#. Now my engine runs in a window, parented to a window in my c# application. My engine runs in its own thread started by my c# application. When i've finished rendering i tell opengl to swap buffers, which would normally display the contents to window, however in my c# appliation it does not update the window. How ever, if i put a call to my engine's render function in the windows paint method, it will be displayed, but only when i resize the window. Any ideas how to get the window updated each frame in my seperate engine thread edit: okay i made some progress, i now open a thread which in ...Show All
Windows Forms DataGridViewButtonCell Change Backcolor
If Visual Styles are enabled, can this be done If so how Thanks Simmy hope this helps http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=407755&SiteID=1 ...Show All
Software Development for Windows Vista tool generated Vs hand coded workflow
Hi, Can anybody give me the advantages and disadvantages of hand coded worflow application(traditional ones) Vs the Windows workflow foundation generated workflow applications. Also please let me know that the Workflow created by WWF is stored in which format(XML, .net code etc) regards Tic In Windows Workflow you can define a workflow using XML, or code, or a combination of XML and code. I just finished an article on this topic: Authoring Workflows . ...Show All
Windows Search Technologies Desktop and Icons
Hi, I try to arrange icons appear to the right of desktop but everytime I restart computer, all icons are moved back to the left.... Any idea Thanks Hi, please go to the windows newsgroups for questions regarding windows. ...Show All
Windows Forms PROBLEM: Microsoft.ApplicationBlocks.Data
I'm having a big problem with the DAL that comes with TaskVision and I'm hoping I'm just doing something silly and someone can tell me what I'm doing wrong. I changed TaskVision so I could use SQL Authentication (just changed the dbConn.ConnectionString in the web.config file and commented out the permission changes in the .sql file that defines the tables) Now, ...Show All
SQL Server sql server management studio nov ctp
I have vs2005 prof. installed along with sql express RTM I installed management studio nov ctp when I try to launch it, nothing happens any Ideas Thanks lee d wrote: deleting the key worked for me too<br /><br />Thanks Is the SQL Server Books Online working without these keys :) ...Show All
Windows Forms you are doing it wrong way
hi there fellows its a been great help from you people and i hope you people will do it again this tim thnxx alot gurus well i have another problem { am trying to map the "Enter" key on Tab key so that the focus of the controls on the form shifted with enter key as it normally changes with Tab key here is what&nbs ...Show All
Visual Studio 2008 (Pre-release) Multicast in WCF
Hi, all How to implement multicast with WCF i have been playing with the UDP sample come with the Feb SDK but seems can't get it work. im new at this so need advice and help. I understand MSMQ 3.0 support multicast, anyone have experience to apply it in real project and hows the performance. another question, does it true that MSMQ doesn't support multicasting transactional messages thanks a lot try the following: <client> <endpoint name="MyEndpoint"   ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Creating a new texture fails with "first chance exception"
I have an application in which I create a texture to later write directly into. It works fine on my development machine, but on the target machine it fails with A first chance exception of type "microsoft.directx.diretct3d.invalidcallexception" occured. The code looks like this texture = new Texture (renderer.Device, 720, 576, 0, Usage .None, Format .A8R8G8B8, Pool .Managed); The pixelformat is the same as the device. I have tried with sizes which are a power of two and other memory pools as well as other usage modes. Allways the same error pops up. I have enabled unmanaged debugging in vs2005 and am using debu ...Show All
Visual Studio Team System Can I disable Deployment?
Deployment seems to be a great idea, and will go a long way in providing a robust testing environment. But in a TDD environment where developers are running tests very often it is not very practical. Not to mention the problems with Deployment Items (attributes do not work on the class, solution deployment options under Run Configuration settings have quit working for everyone in my department), and the fact that VS does not clean up after itself in the deployment root (over a few weeks of development these folders and files are beginning to take up a signigicant amount of space). It has become a *very* major headache for me and others that ...Show All
Visual Basic Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work?
Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work Michael Seriously I read a few of your post, atfirst I can understand that you are pissed off. But then when I read a couple more, I totally think you should go do something else. I have the same problem with MySQL but I know its a B E T A, and people answering this thread is just like YOU and ME. Its not like every reply is OFFICIAL MICROSOFT SUPPORT. So STFU. Dont act like a kid that doesnt get candy. You made me register to post this................ ...Show All
Visual Basic set Visual Basic compiler options programatically
Hi, I wanted to know how to set Visual Basic compiler options programatically, example adding dll references programatically and setting the binary compatibility. Hi, Thanks, But i think this we can use only in .net, i wanted to know how to use the command line options for adding dll references dynamically using vb6.exe (visual basic 6.0) ...Show All
Visual Studio What makes IntelliSense work or not?
If I add a new cpp-sourcefile to my project, that is just supposed to provide simplification funcs and macros for some API tasks, IntelliSense no longer displays function declarations when I begin typing a function call. I've #included the same headers Visual Studio did in my main source file, so I assume this about the IntelliSense DB beeing built just for those source files VS itself created. How can I get Intellisense to help me accross all my source files Actually, the C++ team owns this feature area. Could you post a snippet of code or attach a small project that exhibits this behavior We have fixed nu ...Show All
Visual C# How to use Webrowser.Navigate()?
I would like to send form data to a web form and open it in the webbrowser control in my winform app. However, how should I define my name-value POST data (i.e. parameters postdata and additionalHeaders) for method WebBrowser.Navigate() Please see http://msdn2.microsoft.com/en-us/library/ms161355.aspx Thanks a lot! Hi, I think that you may create a HTML page in some temporary location, that contains a script that is invoked on page load and does post. Then you just navigate in you control to that local temporary page, it performs post during load, and here you are with the result in you ...Show All
Software Development for Windows Vista Error getting WMI instance of Win32_OperatingSystem?
Hummm... I'm getting a "provider error" when doing some simple WMI scripts against Win32_OperatingSystem. I'm using build 5270 Am I alone in this If not, is there a trick to manually recompile the WMI repository to get an instance of that class Ditto for the 5308 build... It seems as if a lot of the WMI parts aren't working yet ...Show All
