PeacError's Q&A profile
Software Development for Windows Vista Using Windows SDK (With the Glass Effect)
I have Windows XP and I downloaded Windows SDK for developing apps that are compatible with Vista, is it possible to make an app on XP with the glass effect or do I have to use Vista to create an app with the glass effect Hi Sniper, The Aero glass effect is something that is unique to Windows Vista else we would have seen such apps on XP itself by now. However you can get a "little" close to that by using the Opacity property of Windows Forms and the effect can be seen on XP as well... even on Windows 2000 for that matter. A bit of smart and careful super-imposing and you should be able to get a little closer. Though you cant still compare that with the now famous Glass effect of Windows Vista. Regards, Amol. ...Show All
Windows Forms Problem with Debug Output
I recently updated my virus application and have noticed that (whether it's running or not) the virus program will continually output DLL load/unload messages to my Debug Output window, which makes testing a huge pain. The messages are as follows: 'LogCopy.exe': Loaded 'C:\Program Files\Trend Micro\Internet Security 2007\TMAS_OE\TMAS_OEHook.dll', No symbols loaded. 'LogCopy.exe': Unloaded 'C:\Program Files\Trend Micro\Internet Security 2007\TMAS_OE\TMAS_OEHook.dll' I'm using MS Visual C/C++ 2003 and am building a .NET Windows Forms application. I've written the software vendor about this problem, but was wondering if there's a way to filter out the messages in the Debug window itself Hi Dave, The ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Xbox 360 Official Dev Kit vs. "the XNA thing"
Here goes, The official dev kits intergrate within Visual Studio and compile on PC and send the executable to the machine and launch it via remote debugging. This also allows for breakpoints, steping thru code, etc. Will this new XNA subscription and Game Studio Express be similar to this idea I'm dreading things like relying on Windows support and burning it to a CD to play it on the 360. (For example) Windsword wrote: Um.... let me get this thing clear, since i'm still confused: To run/debug our game under xbox 360, i must hook up my PC to xbox 360 with some kinda lan or wireless lan, then connect to the internet to enter xbox live Stop after "wireless lan" and ...Show All
Visual J# draw a graph with J#
Hello I want to draw a temperature graph on aWindow form with J# but I don`t know how can I draw something with J# on a Window Form. So could you help me please. Thanks Mayer Thomas Hi Thanks for your help but now I have an other problem. I want to draw the graph on a new Window Form. The new Form should be open when I click on a button of my first Form. But when I click on the button I got an Exception: InvalidOperationException The code: private void temp_vor_Click(Object sender, System.EventArgs e) { Application.Run(new Thermo_V1._0.Form2()); } Could anybody help me ____________________ Thanks Mayer Thomas ...Show All
SQL Server Performance counter : PhysicalDisk: % Disk Time
We have a DataWarehouse process that, at times, causes this Perfmon counter to exceed > 1800 (for several minutes at a time. Not good). Question: How can that counter exceed 100 * (number of spindles in array) (I suspect that numbers in that range are meaningless except to point out a disk bottleneck.) TIA, barkingdog P.S. We use sql 2005, x64 edition, with SP1. http://www.demandtech.com/FAQsdisk.htm#DiskFAQ1 Frequently Asked Questions about Disk 1. The Logical/Physical Disk % Disk Time counters look wrong. What gives http://support.microsoft.com/kb/269481 not about:: We use sql 2005, x64 edition ...Show All
.NET Development Debug a asp.net page on a remote server
I am a beginner in .NET. Quickly coming to my problem, I have a project deployed on my server.I want to access a .aspx page from that machine thru my VS 2005 on my machine. How do i debug the code on this file Till date i made changes on my local copy.On confirmation of no error i uploaded the aspx page and the dll of that page. Since i dont know remote debugging, i carried out this lengthy task. Can someone help me, someone who has done this or some microsftie on how to debug it. Plzzz...Hints will be appreciated Thankyou NetFresher ...Show All
Visual Basic checking debug mode
How can my program check if its running in debug mode (running from Visual Studio) Is there some kind of variable which holds this information A common method of figuring out whether the application is running in the .NET IDE is to check the System.Diagnostics.Debugger.IsAttached property to determine whether if a debugger is attached to the currently executing code. If so, you can assume your code is running from within the IDE. Also you could use conditional compile conditions to only compile code in a debug mode by using #IF DEBUG THEN #END IF but this would be when the program is running in debug mode which could in fact be outside of the IDE if you are running a debug build. ...Show All
Visual Basic Vertical label
I would like to add a vertica label on my from, is there somebody can help me with that thank you very much, works a treat, however i was playing with the angle.... it only works in -90 is there an easy way to rotate 90 degrees the other way, i would of thought 90 or +90 would of done the job but ut never :o( ...Show All
Software Development for Windows Vista Vista XPS printer Driver crashing the spooler on XP (Windows XP)
Hi , while trying to print from vista's XPS printer driver on windows xp the spooler get crashed. does anyone help me to find out the reason behind Crash Extra info: while installing the XPS driver on Windows XP it's asking for xdwmark.dll. I am not able to build this dll from WDK's (Windows driver kit)" windows XP ckecked or free build envionment ". So i built this dll from windows vista cheked build environment. So my question is : Building the dll(xdwmark.dll) from windows vista building environment and using the same dll in windows XP crashing the Spooler if is it so then please let me know how to build this dlll (xdwmark.dll) for windows XP. ...Show All
Windows Forms Export DataGridView to Excel
Hi I'm new to vb, I'm using VB 2005 I have a DataGridView that i want to export to Excel what is the simple way of doing that Check out the speadsheet xml's SS:Data tag you can specify the type of data. Represent a number: <ss:Cell> <ss:Data ss:Type="Number">123</ss:Data> </ss:Cell> ...Show All
Visual Studio 2008 (Pre-release) screen to world coordinates
hi, I want to know if there exists methods to convert a point (captured by the mouse in a viewport) from screen coordinates to world coordinates in wpf. If not, how can I do the conversion thanks, pascal. Do you mean how to convert from device pixels to logical pixels then you should try this method: System.Windows.Media.Visual. PointFromScreen (Point point); Sheva ...Show All
SQL Server rsInternalError (RSClientCOnnection.GetProperties)
Hello, We are converting from 2000 to 2005 and are getting the following error when attempting to run any RS reports. Any help would be greatly appreciated. ************** Exception Text ************** Microsoft.SqlServer.ReportingServices2005.ReportServiceDetailsException: An internal error occurred on the report server. See the error log for more details. (rsInternalError) ---> Microsoft.SqlServer.ReportingServices2005.ReportServiceMoreInformationException: An internal error occurred on the report server. See the error log for more details. (rsInternalError) --- End of inner exception stack trace --- at Microsoft.SqlServer.Management.UI.RSClient.RSClientConnection.GetProperties(String Item, Property[] Pro ...Show All
Visual Studio ReportViewer Control does not prompt for credentials in Basic Authentication mode
Hi all, I have a simple scenario. I have a Web Form tha contains a ReportViewer control. The Report Server virtual directories are configured to use Basic Authentication. When I try to connect to one of the virtual dircetory or to the web service in IE I'm prompter for credentials. But when I run the Web Form I just have an error message saying "The request failed with HTTP status 401: Unauthorized". Why the ReportViewer control does not prompt for credentials Any help will be appreciated. Sebastien Use following credential and specify "NTLM" CredentialCache cc = new CredentialCache(); cc.Add(uri, "NTLM", new NetworkCredential("UserID", "password", "domain")); _reportViewer.ServerR ...Show All
Visual Basic where can i download sqlhelper.vb
Hi, can any one help me. i want use sqlhelper.vb in project. please tell me where can i download and how to use this code with my project thanks and regards vins vins1972, I searched the code project website and found that there is an article on your question, I hope that can help you with the following link: http://www.codeproject.com/useritems/SQLHelper20.asp Happy New Year! ...Show All
.NET Development Send a pic using sockets
Hi.. i understand that sockets only send byte[] type of data!! so in order to send a picture i need to convert it to an array of bytes! if that is correct, how do i do that!!! if its not what is! thnx Peace ...Show All
