Whoisit's Q&A profile
.NET Development select data from database (MySQL) but it show as ??????
i have develop webservice app with MySQL (tis-620 encode) but when i select data that contain thai language it display as but for number and english data it display correctly i want to know how i can get correct data (display thailanguage correctly) thank! You need to add support for Globalization. If you ae displaying the data in a text box with regular font then it will display this " ". Change the font type that supports displaying Thai Language. ...Show All
Visual Studio Express Editions Webbrowser problem
I want it to check url and url is from a string variable but...it dont let me ....i tryed lots of ways and still.. this is the code. *variables are at form_Load private void timer3_Tick(object sender, EventArgs e) { if (webBrowser1.Url = (one)//one is the string variable name { button1.Enabled = false; } else if { if (webBrowser1.Url = (two)//two is the string variable name } else if { if (webBrowser1.Url = (three)//three is the string variable name } else { button1.Enabled = true; } } if its the URL is one of the variables name it will make button enbaled = false if its not then enable the button ...Show All
Visual Studio 2008 (Pre-release) Why a GeometryModel3D which Opacity setted as 0 can blot out other GeometryModel3Ds ?
When I Set a GeometryModel3D object's Opacity to 0 in a viewport3D, it has been lucency,but it blot out other Model3D objects ! I think when I set a Opacity of GeometryModel3D object to 0,the GeometryModel3D object should be disappear ,and not hidden other Model .Anybody can tell me why You may just need to re-order the models you have in the scene so they render from furthest away from the camera to nearest to the camera. I don't know if this is true for Avalon but in DirectX, you have to render 3D things in the corect order for translucent surfaces to work as expected. Say you have the following scene: ------------ <- triangle A z=-1 ------------ <- translucent triangle B z=0 \/ <- camera z=1 If you re ...Show All
Visual C++ few questions about C++
hi, i'm beginner in C++ and i have a few questions about it, i hope if anyone have sometime to answer me, A) about platforms : as far as i know you can write programs in C++ to run under many platforms if i have the proper compiler for this platform 1) does that make any difference in the code itself or i just need a different compilers, for example i know windows depends on events , so if i write the same program for linux , does linux depend on something else , because that will change the code completly 2) also what about the libraries , in windows its MFC does linux or Mac have something else B) about CLI : i guess there is no difference between C++ and c# here , even i guess C# is easier in this area, is that true ...Show All
Visual Studio HELP with internet explorer 7
Hey, i need help.. i'm only 12 years old so i don't understand a thing about this stuff. I'm using mozilla firefox because a viruus attacked my internet explorer and now the program is gone... I can't see my dsktop and all i can do is task manager to run this firefox.. it says it cant fine the EXPLORER.EXE and i need the normaliz.dll to be reinstalled.. o.o i dont get it.. PLEASE help me.... Sorry about this Tai. This forum is intended for providing help with "Document Explorer" which is Visual Studio help system. For IE questions I suggest you to look at http://www.microsoft.com/windows/ie/support/default.mspx or the IE blogs at http://blogs.msdn.com/ie/ Ana ...Show All
Visual C++ Memory bloat when using Visual Studio
Visual Studio 2005 has been taking up 600MB+ of memory, with a VM footprint around the 1200MB mark. I thought it might have been a plugin I use, Visual Assist, but I’ve uninstalled it and still have this problem. It will happen with normal use, but happens much quicker if I attach/detach the debugger to an application a few times. Anybody have any thoughts on what might be causing this Try these hotfixes if the symptoms match http://support.microsoft.com/default.aspx/kb/922449 http://support.microsoft.com/kb/924331 ...Show All
Windows Forms Localize messageboxbuttons
Is there a way that i can localize messageboxbuttons meaning if my form is frensh: messageboxbuttons instead of "Yes" and "No" should be "Oui" and "Non" and so on Thank you .NET uses Windows to generate and display the message box. Windows localizes it to the installed language so all message boxes in every app use the same language. So, to get Oui or Non, you need to run the French version of Windows. If that's not good enough, you'll have to make your own. That's not as easy as it looks... ...Show All
.NET Development read binary, import into sql server 2005
I would like to import data from binary files into sql server. Can that be done with ADO.NET Also, the files are from a legacy custom db and nobody at the client's facility knows the format. How would one go about determining how the data is laid out in a binary file Thanks, SQLBinary is what I was looking for. Trial and error, oh joy. But, seriously, thanks for the input. ...Show All
SQL Server sql monitoring tool
hi guys! what is the best tool for monitoring a database's disk/memory usage can i use SQL Profiler for this Or maybe an existing sql script Please help! Thanks! perfmon is actually windows monitoring tools it can be invoked by Start>run>perfmon. you have to add the counters that you need by right clicking on the graph ...Show All
Visual Basic How to write a Voice Recording Application
Hi, I am a bit of a layman to VB 2005. I need to write an App which when invoked records the voice from a Microphone connected to my system. There is a lot of talk about a certain "voicectl.dll" but I find it is used in Mobile Applications. Can it be used for Desktop Apps too If so How do I go about accessing it A reply to get me started on this topic would be helpful! Regards Check out this project ... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Question on XNA Beta 1 Performance
Hello I have downloaded the XNA Beta 1 and created my first little test application. At the moment I am rendering a quad as the floor using a triangle fan and a rotating cube above it (indexed triangle list). My FPS are being drawn using a bitmapped font i wrote up real quick. Assuming I am doing everything correctly I am only getting ~400 fps. The same application (albeit using ID3DXFont) in C++ runs at ~800 fps. That's a 50% decrease in performance :\. I understand this is only a beta and may not be fully optimized but even then a 50% drop is fairly hefty. Could some of this be attributed to the fact that I'm inheriting from the high level Game class for window management instead of writing my own Maybe I'm just doing something very wron ...Show All
.NET Development Visual Studio 2005
Hi All, I am using VS 2005 (ASP .NET 2.0 using C#) with SQL Server 2005 to develop a web app. There is only one dataentry screen in my app and rest are all queryable screens. The database is small. I created an MSI and released in on the server.( I am maintaining different servers for the application and the db). For some reasons, the application is slow when accessed remotely. Help will be appreciated. Besides, are there any patches available for the VS 2005 since grid view is new to the version Thx, A there are no .NET Framework 2.0 updates, except for perhaps a couple of security updates but nothing else. How slow is this performance So you are stating that when you deploy the website/sql on different machi ...Show All
SQL Server How to execute T-SQL Scripts from file using SMO
Hi I need to execute some T-SQL Scripts from file. Can anybody has idea on this. Thank u vizai Hmmm not sure it was ever tested with anything that big, I know there are issues in SSMS at 100MB as well, you might want to look into calling createprocess and having sqlcmd execute it. You can test without writing the code. I would look into breaking the file up, 100mb is a big sql file. Does it contain DDL or DML ...Show All
Visual Studio Express Editions Help creating a right click like emulator-dont know what else to call it
i am doing(now) scince i cant add things to the right click menu,it requires a Shell Context Menu handle which is not available....so i decided to kinda make my own,how do i make it so then when i click a key,specified by a textbox in the program such as alt,and i right click,it will put my form next to the mouse and i can customize it.... Oh,i forgot something,the program,must be minimized,not appear on taskbar and also not visible while there is a icon on the taskbar. so if i click on the desktop while pressing the key,it will appear thanks in advance Check this thread for code that implements a hot key to make your form visible. To avoid seeing a button in the taskbar for your form, set th ...Show All
Commerce Server Feedback: reorder CatalogCreate.sql
Just a bit of feedback here. When i execute \Program Files\Microsoft Commerce Server 2007\CatalogCreate.sql it throws a bunch of warnings along the lines of "Cannot add rows to sysdepends for the current object becuase it depends on the missing object 'dbo.ctlg_GrantPermissionIfExists'. The object will still be created." When I check the db after the script has completed, the missing object is there, it just needs to be moved to an early position in the script so these warnings aren't thrown. Michael. Max, This was on creating a new DB from scratch. The only command executed before this was CREATE DATABASE XYZ_productcatalog; Should I execute CatalogDrop.sql on a blank DB Michael. ...Show All
