Jordy Boom's Q&A profile
Windows Forms How do i focus to clicked DataGridViewCell, before DoDragDrop ?
hello, i have two DataGridView: - the one who has no DoDragDrop works correctly : focuses on clicked cell before MouseUp, - the second who has DoDragDrop on MouseDown, does not focus to clicked cell before, (very annoying because it takes the data of the previous cell) anybody can help Thank You - move the code from MouseDown, to MouseMove - do ...Show All
Smart Device Development Hook keybord for pocket pc and smart phone of version 2003, 2005
Hi all expert, I looked everywhere in MSDN to find how i can intercept the key "phone" (green key). I am a loser cos i can't know how i can do that. I want that when i click the key "phone" in the device, it will runs my application instead of phone application. Can you give me some instruction. I am impatient to hear from you. JulienT There is another way to intercept the Talk button that should work better for you. See http://blogs ...Show All
Visual C# .Net 2.0 Winform takes time to load controls
Hi All, I have developed a winform application in .Net 2.0 using C#. My page has few labels and 3 images of 10k each. It takes about 1 second to display the contents after load and hence ahows a flikering effect. I tried with some buffer techniques but was not able to get a solution. Kindly let me know how to improve the performance. Regards Anurag Banka I'm not sure I'm understand right - y ...Show All
SQL Server string to int????
Hi, I need to convert a string to an integer. I've tried using CAST and CONVERT but the problem is that my data also contains alphanumeric characters, in wich case I want the result of the conversion to be 0. The above commands gives an error if the data is not pure numeric. What can I do What do you WANT to do What's your expected output if there are alpha characters ...Show All
Game Technologies: DirectX, XNA, XACT, etc. about the mouse input in sampleframework
Hi all, Is there any way to know the location of the mouse and show the mouse location on the screen from time to time What should I do if I draw a texture in the sampleframework, and when the user clicks the mouse button at the texture, the samplework takes some actions immediately Should I need to calculate the boundary of the texture and then check whether the mouse is inside the boundary Thank you ...Show All
Visual Basic VB6 to SQL Server 2005 or Express
I have 14 DTSX packages to execute from VB6. How do I go about it I have searched every information source I can find, but they all use .Net. Thanks, Michael D. Fox ...Show All
.NET Development wordml xsl trsansform
I am using wordml xsl stylesheet to transform some xml. The wordml has lists that have a bullet (the normal character) as the character to use. This character is an illegal character for XSL transformation. How can I get around this issue. The output is a wordml document. By opening the new xml document it is opened in word. Thanks for any help. A little more about this issue.....Below is th ...Show All
Windows Forms Contro Array in VB.NET
Hi to every budy here. Could some one tell me how to implement control array in vb.net for windows forms like we did in vb6. Control Array for text boxes to be created on runtine as many as user wants using upper bound of control array. I& ...Show All
Visual Studio Team System Synchronized users in a loadtest
I'm running a loadtest containing one webtest with 25 users. The webtest includes a Login, some selections on the website and finally a Logout, all with some think time in between. When I run the loadtest all users login at the same time and then continue to work more or less synchronized during the whole test. Is there a way to spread the first start of the users over e.g. 1 minute to get a more realistic load on the web site ...Show All
Software Development for Windows Vista Font manager and viewer solution in Vista?
I still havnt seen the font manager + viewer in Vista what will it be like in Vista any screenshots will there be an application for fonts like Font Book in Mac OS X for example.. Please remember that this is a software development forum. Questions about the Windows Vista feature set are out of place here. ...Show All
Visual Basic running apps (shell command)
hi, just wondering what i have done wrong in visual basic 2005 (.net). i used to be able to (vb6) go shell("appnamehere.exe") and it would run if i had the app in the same dir. now i cant seem to work out where i should put the exe when you run the setup of the project i published its like it installs itself and runs in temp or sumthin how do i make it so it just runs from its folder and can run the apps via the shell command ...Show All
.NET Development .NET 2.0 Framework overriding .NET 1.1 Framework for apps written for .NET 1.1
Hello It appears when the CLR is loaded it always loads the latest version of the framework, since it makes it so hard for me to debug COM+ applications written in .NET 1.1 with 2.0 installed side-by-side. How can I have it run the 1.1 CLR instead of the 2.0 CLR. Is this even possible Will I be force to uninstall the .NET 2.0 Framework The application is not in a position at this time to be rework to fit the .NET 2.0 Framework. Thanks for your h ...Show All
Visual Studio Debugger temporarily hangs before not loading the PDB for CppCodeProvider.dll
I'm running XP Professional and VS 2005 Professional and I have a two project solution (one web project, one class library). When I hit F5 to start debugging, the IDE will intermittently "hang" with the following message in the status bar: "Loading symbols for c:\windows\assembly\......\CppCodeProvider.dll". After about 30 seconds the IDE responds and the debug session starts. Watching the Modules window (Ctrl-D, ...Show All
Visual Studio Need How to add columns dynamically to crystal report in .net
Hi, im working on CR.NET. i have a problem where in i need to display subject names(ex- english,science ....) of student as columns in report and under each subject their respective marks . i query a database and get these values as rows in dataset not as columns and Crystal report requires initially to specify the columns so that design can be done. and as subject 's r not fixed they may change depending on inputs for subjects in database ...Show All
Windows Forms Any one use joyGetDevCaps API on VB.Net
Have any one sucessfully implement joyGetDevCaps on VB.Net can kindly drop me a few pointers here is another link, looks nice although i dont understand how it works : <a href="http://pietschsoft.com/programming/vbapi/ref/j/joygetdevcaps.html"> http://pietsch ...Show All
