Wing_VB6's Q&A profile
SQL Server Problem to connect to Reporting Services 2005 from Enterprise Managment Studio
Hi Guys and Gals Need to get some help from you Guys and Gals. After I install a MS SQL 2005 SP1 and also renamed my SQL 2005 instance, I can't connect to my reporting services from my enterprise studio. Cannot connect to CSAVSTEST3. The error message as the following" The remote name could not be resolved:' csavsstestsev3'. This is the error message I am getting only apply on reporting services, I don't have any problem to access my ...Show All
Visual Studio Team System Merging from one branch to another
I'm having issues merging from our main development branch to our test branch. Before it worked great, but we're restructuring our code, so we've moved about 100 files around. I tried merging the changes but it totally screwed the branch up. We're going to re-do the branch, but in the future is there any way to do a pure "copy & overwrite" from one branch to another Can you elaborate on "screwed up" Can you r ...Show All
Visual C# Wave Recorder - problems with a splitted/joined audio record
I've written a small application to record data from an audio device to a wave file ( based on this article ). A further function is saving/splitting a recording in several files. If I play the files later back, it should sound as one continous recording, but it doesn't. There are short breaks/clicks in between. It seems that the recording function doesn't capture the input properly. You can find my application/VS project here (22 KB): downl ...Show All
Visual Studio diagram.AutoLayoutChildShapes(???)
I have a diagram where I have more than one shape and where they are on top of each other initially. Looks like I can use diagram.AutoLayoutChildShapes() method but I am having hard time to build the argument it takes What is the argument for diagram.AutoLayoutChildShapes(IDictionary ); Could you tell me how I can build this argument or is it already stored somewhere Thanks. Try using Diagram.Nes ...Show All
Software Development for Windows Vista Vista Multimedia architecture?
I hear Vista will feature a new multimedia architecture to replace DirectShow, supposedly by the name of Windows Media Foundation (WMF). However, I see no sign at all of this from Microsoft. All the presentations go about Avalon and Indigo as if multimedia wasn't supposed to be a feature of this platform. Where is Vista's multimedia architecture, and when do we get to work with it, please It's amazing what a little research can do. ...Show All
SQL Server Transactions
I have transaction that will run on an hourly bases. I need to make sure that no one will start this transaction while it is running. I just need to know the system table that has all the transaction names in them and check to see if the transaction is running or not. what i am trying to do is not to have locks....just wanting to make sure that no one would run the same transaction twice. does anyone have any idea on how we can do this ...Show All
Visual Studio Team System Removing the Work Item and Documents folder from Team Explorer
How can i remove the Work Item and Document Folder from the Team Explorer Dont get me wrong i do like TFS, but atleast for the coming years we wont be using Workitems (we already have developed an equivalent of workitems and we want to continue using this for now.) and we also have a very nice Document Storage area. So anyone Does no one know or cant it be done I would really apreciate any feedback... ...Show All
Windows Forms TableLayoutPanel and Flickering
Hi all, I have a simple user control that stores a TableLayoutPanel to control how a simple form will react when localizing labels to say German for instance which may have some long long words. I'm meeting a simple flickering issue on resizing the form hosting that control and I wondered if anyone would have met the same issue and got it solved I'm expecting a negative answer to this question, but before reworking my whole control, I w ...Show All
SQL Server XML vs. NTEXT
What different between XML data-type and NTEXT data-type NTEXT is a string type for large values using UCS-2 encoding that is being deprecated. XML is a representation of parsed XML data (either documents or fragments) that is new in SQL Server 2005 and provides you with queryability and subtree updatability. For more information I would need some more detailed questions. Best regards Michael ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How Do I get the Color Value(argb) from a background image in a window under my mouse?
Please help. I have looked every where. I dont want to use the color picker control. I want to hover the mose over my currently open window which has a background image and display the color value of any pixel it is currently over in a textbox. please post response here and to my email address incase I cant find this forum again. pliszkacm@hotmail.com Thanks Thanks for the reply, but I am sti ...Show All
Visual Basic Code Security
Am I right in assuming that it is easy for hacker software to view source code of compiled .net applications What then is the difference between compiling a program in "debug" vice "release" mode Thanks, Fred H. wrote > Am I right in assuming that it is easy for hacker software to view > source code of compiled .net applications What then is the difference > between compiling a program in "debug" vice "release" mode You ca ...Show All
Windows Forms Typing in a ListView with check boxes causes beeps or unwanted checks
I've got a ListView in a form that has some data in it, and check boxes enabled. For simplicity, lets say it contains the following items: Apple Apples Banana Cat Cat Again Cat Once More Dog If I have focus in the ListView and type a name, it will jump to that name and highlight it. If I type the text "Apple" and then hit the spacebar, it checks the box next to "Apple", and then beeps at me, telling me it couldn't match " ...Show All
Visual Studio Height="100%" Width="100%" ??
I am using the VS.NET 2005 Report Viewer control in conjunction with a SSRS2005 report processing in "Remote" (Server) mode. When I set the Report Viewer's Height="100%" and Width="100%" in the .aspx my report becomes "invisible". I can see the report toolbar and can even page through the report, but the actual report viewing area is empty. Here is my Report Viewer tag: < body > < form id ="form1" runat ="se ...Show All
Windows Forms TreeView ... How to keep focus or scroll to top?
I have a treeview and I am using a expandall property to expand the treeview. When it expands a large treeview it puts the focus and scrollbar about halfway down. How can I get it to keep the focus and scroll to the top of the treeview Maybe I am misunderstood.... I am not sure what the correct syntax is to select the first node. Here is what I have done so far and it does not work.. [code] Private Sub tvFormPath_G ...Show All
Visual Studio Automatic check in
I'm running VSS 2005 with VS 2005. 1) When I open a project under source control it used to ask me which files I wanted to check out. Now it just opens the project. 2) When I close a project it used to prompt me to check in my changed files. Now I have to remember to manually check in the files before I close the project. How do I get it to prompt me again Cheers, Ben Thanks Alin, yes the project is u ...Show All
