kidd's Q&A profile
SQL Server Unable to use SSMSE to connect to SQL Express server on secondary IP address
I am having trouble to use SSMSE to remotely connect SQL Express server using IPs other than the base IP of the machine. Machine settings: (1) Has multiple IP configured. Those IP are accessible remotely (2) Firewall is not on. SQL Express server configuration: (1) TCP/IP and named pipe are on Browser service state: (1) running (2) listening at 0.0.0.0:1434 (UDP) SSMSE connection results: (1) with <ba ...Show All
Visual Studio Express Editions Hide property disables list boxes
Whenever we set the visible property of a list box to false, we can no longer access the list box. When it is not hidden, we can get whatever information we want out of it. If anyone can help with this problem it would help us out greatly. Thanks, Hoofe Ok, sorry i took so long to get back. We are accessing the list boxes through indexes. example code: For C=1 To Session.Item(&quo ...Show All
Visual Studio Team System how to enable PREfast
hi I am now using Visual Studio 2005 professional edition. I wonder how can enable the PRE f ast. As usual, I only need to go to project->properties->c/C++->advance. however, I can find anything which allow me to enable the prefast. also I can't find the code anylsis either Hello you need Visual Studio Team Edition for Developers. The Pro edition does not ship with the different code analyzers. ...Show All
Visual C++ Disable Timer
I've got a standart project (Windows Form Application) on VC++ .NET. And i've got a timer there. But I can not disable this timer. This code must disable "timer1" and stop showing MessageBoxes. But it doesn't do it. private : System::Void timer1_Tick(System::Object* sender, System::EventArgs* e) { System::Windows::Forms::MessageBox::Show( "SomeText" ); Form1::timer1->Enabled= false ; } So, I can not diable "timer 1". What sha ...Show All
Windows Forms IndexOutOfRangeExceptionwhile deleting multiple rows from a bound DataGridView
Hi, I have a DataGridView which is bound to a bindingsource. In my DataGridView, I have a nbound checkboxcolumn which i use to select multiple rows from the datagridview without using CTRL+LCLICK. When the user selects a row by checking that checkbox, the row is added to an ArrayList called selectedMembers. Then if user clicks a delete button, those rows in my datagridview are deleted but ofcourse with the exception window below appearing f ...Show All
Windows Forms Datetimepicker bug
i have a datetimepicker with a showcheckbox property set to true. I set the format of the date to MM/dd/yyyy so that i can input numeric dates. But everytime i input the numeric dates the cursor focuses on the checkbox control. This is obviously a bug. is there any workaround to this problem please help. To attempt to clarify your issue, you have a DateTimePicker on a form with other controls. Programatically setting the date of the DateTim ...Show All
Smart Device Development drawing a target
Hi, i wrote a program in vb6.net that uses graphics paths to create a target. each ring of the target has a value and by clicking on the target i retrieve the score for that position. my question is how can i draw a circle on top of another circle in cf which does not use graphics paths any ideas would be appreciated cheers Draw your circles one by one, that would create the picture. Click on that picture would give you X/Y coo ...Show All
Visual Studio Problem with Links and Paths when renaming project
Hi all, I am working on a project with SourceSafe 6.0d build 31222 and encounter following problem when renaming a project: The projects in VSS have e.g. following files $/One/Two/ThreeA/File1.txt $/One/Two/ThreeB/File2.txt $/One/Two/ThreeC/File3.txt Paths and links for files inside folders ThreeA,ThreeB and ThreeC are correct: e.g. for File1.txt Paths contains $/One/Two/ThreeA/File1.txt When I rename project Two to e.g. TwoA, paths ...Show All
SQL Server questions from newbie
just finished installing SQL Express, and now, dont know what to do next :) - I have installed FULL. Does it have any GUI tool for me to create a database - how can I login into system - how can I restore a backup file I have a backup file from SQL 2005 standard - how can I create backup for databases thanks Thanks. I have installed it. Now, after logging in, I can create new database (db1), create new user (ne ...Show All
Visual Studio Tools for Office Addin(with VSTO 2005 developed) doesn't work on Client Outlook!
Hi all, I have developed an Addin for Outlook with VSTO 2005. It works on my development maschine without any problem. I have created a setup file from standard setup project of VSTO. I have installed the addin on other maschine ( Windows 2000 , Office 2000, Outlook 2003 SP2) . I can see the addin under options as deselected if I select it I see an error, which "AddinLoader.dll is not found c:\...\VSTO\8.0\AdinLoader.dll ...Show All
Visual C# How can I use spelling checking and grammar checking in my windows application
Hi Friends, I'm now creating an application to check spelling and grammar like MS Word can do. I don't know how can I use these features in my application, could you please help me. Regards, You have three options 1 - write the code to do the checking yourself 2 - use Word to do the checking for you ( which means your code will require Word on all target machines ) 3 - find another existing compo ...Show All
Visual Basic Getting application settings in control libraries and other separately compiled stuff
I will admit that i'm not really on top of the class structure yet:-( That said I guess that I understand that in a control library My.Settings refers to any settings that are established for the library. (Not sure how I'd use that:-) So the question is how do I see the settings associated with the main running application in a control library What I want to do is have the controls initialize themselves and save themselves into the application ...Show All
Visual Studio Unspecified error when doing Get Latest Version
When I do Get Latest Version from within Visual Studio on a complete solution or project I get the following error: Unexpected error encountered. Error: Unspecified error. File: vsee\lib\path\cvapipath.cpp Line number: 2459 When I do Get Latest Version on an individual source file, it works correctly. When I do Get Latest Version on a project from within the VSS client, it also works correctly. I got the following setup: Visual Studio ...Show All
Visual Basic Mass Rename of Labels (Reflection?)
I have a form with 500 labels (I know, sounds crazy, but there is a reason). Is there some way to rename them programatically I was thinking of Reflection, but I don't know enough about it. Alternately, could I create a array (or other collection) of the labels That would really be a great solution as I could then manipulate the contents easily. Thanks Roger Control arrays is the way to go, if you ask me. There's a great r ...Show All
SQL Server How to use YTD on a mirror period
Hi friends I have a funny situation. I have a period dimension which contains Year, Qtr, Month. I also have another Time dimension which contains Mth1 .. Mth25. The 2nd Time dimension matches that of the 1st Time dimension ie. Mth25 is 2005.April. and Mth24 is 2005.March and so on... However I need to calculate YTD when MTH25 is selected from the dimension. I can't exactly do YTD (Mth25) as Mth25 is not ...Show All
