A_Y's Q&A profile
SQL Server Creating Bulleted List in TextBox
I need to hardcode a bulleted list into a text box. Is that possible How do I insert bullets ...Show All
Visual C# Lose syntax highlighting and undo
I am *this* close to falling on my sword, I can't get any work done. This is an error that was occurring on my old machine. Have a new machine, clean install of VS, so I'm thinking this is a solution-related problem, but I can't figure it out. My syntax highlighting will disappear once I start to edit a file. I can bring it back by switching to a form and back to the code or rebuilding the project, but again, it disappears when I s ...Show All
Windows Forms New Window
i am making a browser in vb 2005 beta but sometimes when i click a link it opens in a new window in Internet Explorer now how can i have it so it opens in a new version of my own browser or a browser on a second form any help would be greatly apreciated. So what if you use the entire code on that site, does it then still not work on your particular computer ...Show All
Smart Device Development vs2005 beta2 compact framework emulator
I have tried and tried again to get the Pocket_PC emulator to connect to VS2005 beta2. I can make the emulator 'browse' the network, I can even ping it, however, all the VS2005 beta2 attempts to connect to the device give a variety of errors. The VS2003 emulators work fine with VS2003, but even using the device manager I cannot connect to the beta2 emulator. You think this should be easy or there should be doc's to guide you, but if there are, I ...Show All
Windows Forms Hide a window of an external application
I want my WinForm to be able to hide an external window of another application using the Title of the window to identify it. For example, how do I hide the window of Internet Explorer through my WinForm ... Not close but hide it! Solutions  ...Show All
Visual Studio Express Editions Null Reference Exception - Array
DateLine = NewsArray.GetValue(i, 0) Heading = NewsArray.GetValue(i, 1) sHeading = NewsArray.GetValue(i, 2) This is my code that is being highlighted when i debug my program. I copied the info to the clipboard and is here: System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Source="EnterpriseInformationManager" StackTrace: at En ...Show All
Visual C# ICollection Conversion.
Hi,I can't speak English,If I speak wrong,please help me improve. Purpose:Print DataGridView,If has selected rows,Only print them,otherwise,print all. private void printDoc_PrintPage(object sender, PrintPageEventArgs e) { // Can't pass,generates complier error CS0173. ICollection rowCollection = dataGridView1.SelectedRows.Count > 0 dataGridView1.SelectedRows : dataGridView1.Rows; // Pass,Run normally. ...Show All
Visual Studio Team System Resolve multiple conflicts is way too slow
Using the B3R, I'm trying to resolve conflicts during a Get Latest operation. The files in the working directory were previously writable, so it asked me what to do. Note, there are 4300 files that are affected by this. First, when the Resolve Conflicts dialog came up, it took 5 min of 100% just to select all of the items. Then I click on Resolve... and select the Overwrite option to just blow-away the local changes. It' ...Show All
Windows Search Technologies WDS OleDB provider problem
Hi, I tried to execute a very simple WDS SQL query using the OleDB provider from the following VBScript code. set conn = CreateObject("ADODB.Connection") conn.ConnectionString = "PROVIDER=RSSearch.CollatorDSO;" conn.Open cmdtext = "SELECT Path FROM MyIndex..SCOPE()" set rs = conn.Execute(cmdtext) count = 10 results = "" do while Not rs.EOF results = results + rs.Fields(0) + Chr(13) rs.MoveNe ...Show All
SQL Server How to detect changes to the structure of databases, tables and even SP
HI, Any help here is appreciated, I work in a large software company that has many small teams. I am faced with the issue of some of the other teams are changing the structure of tables and views and even SPs and functions without letting the rest know of these changes. My question is, is there a way of tracking these changes through a job to alert everyone else in case this situation happens. regards Y ...Show All
Visual C++ Image Processing
Hi, I just need some help in terms of development. I need to know whether Visual Studio .NET has image processing libraries for C++ or whether I have to find some third party tools and where can I find them. Thanks Isuru ...Show All
SQL Server Reporting Services setup error 29528
Here’s my situation. At what must have been the last dialog of setup I clicked Finish, then got this message: SQL Server Setup was unable to install on your computer. SQL Setup has encountered a problem and will end. The summary log indicates that only the setup of Reporting Services failed. Here’s the section of the log: -------------------------------------------------------------------------------- Machine : H ...Show All
Visual C++ ActiveX and MFC 8
Hi, I've written an ActiveX control in Visual Studio 2005 using C++ and MFC. My hope is to have this control hosted so that anybody who needs to use it can download it but I'm having a few issues. The main one is that this control is dependent on the MFC 8 libraries which, of course, most PCs don't yet have. The way I see it there are a couple of solutions. One is to build my control depending only on older versions of MFC but I h ...Show All
Visual Basic Ctrl-Break?
In VB6/VBA you can hit Ctrl-Break when a message box is displayed and the code drops into debug. How do you do the same thing in VB2005 That is, if I have a mesage box displayed how do I quickly get to the place in the code that called MsgBox Ctrl Break is the correct Hot Key if you have the VB Profile applied. However, if you have the MsgBox in a Console Application, Ctrl Break will actually work as Stop ...Show All
SQL Server Replication -- New Subscription Wizard SQL Mobile error, please help..
I'm following the steps of sample SQL Server Mobile Tutorials.. error on my replication subscription wizard : "Initialiazing SQL Server Reconciler has failed HRESULT 0x80045003 (29045) The initial snapshot for publication 'SQLMobile' is not yet available. Start the Snapshot Agent to generate the snapshot for this publication. If this snapshot is currently being generated, wait for the process to complete and restart the syncronization. HRES ...Show All
