CurtCBerry's Q&A profile
Visual Studio Team System FxCop currently does not support running the spell-checker on 64 bit platforms.
any chance on fixing this anytime soon i have spelling issues :). We will fix this as soon as we can, sorry for the inconvenience. I wouldn't expect this fix to make it into 1.35, unfortunately (but I'll check into the possibility). ...Show All
Visual Studio Express Editions my namespace
I am trying to incorporate into my coding "my.computer.printing" and the .printing is not showing as an available key word in intellisense. How can I access this in vb.net express.. It was in the betas but did not make the final release. Article about the beta version http://msdn.microsoft.com/msdnmag/issues/04/05/VisualBasic2005/default.aspx Updated for released version http://msdn.microsoft.com/msdnmag/issues/06/00/VisualBasic2005/default.aspx ...Show All
SQL Server The proxy auto-configuration script could not be downloaded
Hi, I am trying to create a Merge Replication through Web synchronization , i used the publish server as distributor and i installed IIS on the same server. i tried the following URL https://mysite/replisapi.dll from publish server and it was ok. i got the following message: SQL Server WebSync ISAPI. from the subscriber server i checked the url https://mysite/replisapi.dll too and it was ok too and i got the following message: SQL Server WebSync ISAPI. I created the publisher and publication and everything is fine , i checked the option to allow web synchronization. From the subscriber side, i created all settings, i did a ...Show All
Visual C++ Loading JPEG files
Hi, Can somebody tell me how to load JPEG files at runtime. I can load BMP files. But I don't know whether the same technique will work for JPEG files too. Is the structure of BMP and JPEG the same Along with this please help me with how to load Animated GIF files and simple GIF files. Thanks http://www.graphics.net.cn/article/001/038.asp ...Show All
Windows Forms Resizing control at the runtime
I have the controls on my form(TextBox, Labels, ComboBox). Is there way to make them resizible at the runtime Thank you. ...Show All
Visual FoxPro Using controls to display info from a table.
I have a table with employee info in it ranging from Pay scale to date of birth. I have 3 fields: Full-Time, Part-Time & Temp. If the field is true I have a 1 in it & if false a 0. I'm creating a form to display info from my table yet I'm not quiet sure how to display the full-time/part-time or temp info. Would a check box section work or option buttons. I don't want the person viewing the form to edit however. Any suggestions I would put a procedure in the refresh or in a Method that would be similar to this (untested): Do case ...Show All
SQL Server Using Message Queues in stored procedures
Ok, I'm stumped. I have a database which has a table that stores documents. Each document has a primary key. For years, I've been notifying an external program that a new document has arrived in the db by firing a trigger on the table. Trigger calls xp_cmdshell, which calls an external program which enqueues a message on a message queue. This code, which has been running fine in SQL 2000 for ~5 years, completely crashes SQL 2005. No problem! I'll use the snazzy new CLR-embedded stored procedures. But oh no! I can't actually USE System.Messaging in my project in any way, shape, or form. A ...Show All
.NET Development Socket, detect message boundaries for objects - working code?
Hi, I'm stuck with a problem that is bugging me for days. I'm custom serializing objects and sending them across async TCP sockets. However, I have a problem deserializing messages when the receive is split up in different packet sizes and I just can't figure out how to get it right. The problem is, that all works fine for a couple messages but then the header size is read incorrectly (I'm sending a header for each messages that tells the length of the incoming message so I can detect the message boundary): 2005-11-21 16:13:12.0468|INFO|Test.Server.ClientCommunicator.Server|Received connection from: 127.0.0.1:1990 2005-11-21 16:13:12.109 ...Show All
SQL Server Retreiving TableAdapter data into variables
SQL database ID FName LName SSN Dept Photo JobReview PayGrade me.TableAdapter.GetDataBy(LName) I would like to access the TableAdapter records and read a row into variable to be displayed such as textboxes and picturebox How do I access a row How do I specify each column to read Do I need to convert Photo into graphic for the picture box Thank you so much. I'm just beside myself... I can't figure this out. I know the data is loaded into the dataset and ...Show All
Software Development for Windows Vista Report a BUG about 'Recycle Bin'
Well, when I run my Windows Vista build 5112. I emptied my recycle bin and it certainly success beacuase when I open it then, there is no file!. The most strange thing is that the icon of the Recycle bin do not turn to empty! When I reboot my computer, it can goes well again. Are you sure you made such a BUG in that version. And how can I get the latest version. Vista is still Beta and contains hundreds of bugs like the one you describe. However, this is not the right place to report such bugs. If you are interested, join the beta testers community. In addition, you are using an obsolete six months old build. Current version is 5270. Y ...Show All
Windows Live Developer Forums Error
I cant get windows live to work. I keep geting this error code:8004882c Anyone know what this error is Please provide us with more details. Specifically, where are you seeing this error Is this in Messenger, or at a Windows Live website ...Show All
Visual Studio Team System Several issues with TeamBuild, July CTP
I'm using the July CTP and have setup the application tier to be the build server. During the configuration of TeamBuild, I ran across the following: Since Visual Studio also guards the Bin folder in Web projects, any assemblies in that directory are added to Source Control. When these assemblies are actually project references, TeamBuild fails (MSB4126) to copy the output of these projects to the Bin directory (Access denied, files are read-only). I had to override the BeforeCompile target to remove the write-protection from these files to work around this. CodeAnalysis fails (CA00058) because Microsoft.VisualStudio.QualityTools.Resource ...Show All
Visual C++ a question about hot spot
"To define the hot spot, on the toolbar of the editor, click the Set Hot Spot button. Click the middle of the square:" above information about vc++ i find it on the internet.i am a beginer. when i learn create a own cursor,i don't find the Set Hot Spot button.why my programming tool is Microsoft Visual C++ .NET 2003. Here are some links that might be helpfull: http://msdn2.microsoft.com/library/0b1674x8(en-us,vs.80).aspx http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore98/HTML/_core_setting_a_cursor.92.s_hot_spot.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore98/HTML/_core_creating_ ...Show All
Software Development for Windows Vista InkCanvas - CPU Hungry
I have a UI with an InkCanvas viewed through a VisualBrush. With only a few strokes on the canvas, CPU utilization approaches 60%. When I set myInkCanvas.Visibility = Visibility.Hidden then CPU utilization drops. I may be able to make a small mockup that will demonstrate the behavior, but I would hope it could be solved without that. This is a snapshot of the stack from the offending thread (which I can't make heads or tails out of): ntoskrnl.exe!KiDispatchInterrupt+0x7f MilCore.dll!MilChannel_CommitChannel+0x12b ntoskrnl.exe!KeInitializeTimer+0x107 ntoskrnl.exe!KeUserModeCallback+0x87 ntoskrnl.exe!KeUserModeCallback+0xbd MilCor ...Show All
Visual Studio 2008 (Pre-release) Composing animations and translations
Hi, I am thinking how to combine animations and translations for UI elements. I will give you an example: a canvas can be animated from 0,0 to 100,300 then later translated (without animation) to 300, 500 then later animated to 500, 600 etc. These are based on user input so they have to be applied using code not XAML. Both the animations and translations are using RenderTransform. In Avalon Beta 1 for each animation request I was creating and adding one to the root storyboard. After the animation was finished, I was removing it from the storyboard. In Sep 05 CTP there is no root storyboard and couldn't find a way to "remove" animations. I ...Show All
