Dragan Jankovic's Q&A profile
SQL Server SQL Server 2005 - CONTAINS freetext over multiple fields
I'm a web developer using SQL Server 2000 for the majority of my client requirements, however one has come back with an issue that I cannot resolve, and would like to know if it's possible in 2005 before I spend time and money on an upgrade. The client wants to be able to search fields within a table based on text, phrases and boolean logic. This is not a problem. The problem comes from them wanting to search multiple fields at the same time ...Show All
.NET Development Deserilization of the EventHandler Delegate Not Permitted
Hi, I am using .Net 2.0 and we are using remoting for a windows based application. I am getting the following exception when I am trying to call a remote method: Type System.DelegateSerializationHolder and the types derived from it (such as System.DelegateSerializationHolder) are not permitted to be deserialized at this security level. I have set the TypeFilterLevel to Full in both client and server but still I am getting the exception ...Show All
Visual Basic How can I create visualizations and equalizer
Hi, I am a five years programmer and I've created lots of media players but hte only problems I always have are : How to create visualizations like every media player How to create an equalizer Please Help Me . Msgbox("PLEASE HELP ME I NEED YOU !",MsgBoxStyle.Pleaseonly,"HELP") ...Show All
Visual C# Database Connection String
I am new to C# and VS2005 and am creating a large project which connects to SQL Server using numerous table adapters. I would like to be able to organize my code so that when I am building the project in Debug mode the table adapters use a given connection string. Then when I'm building in Release mode, the table adapters use a different connection string. I am looking for solution that only takes a few lines of code. I am ...Show All
SQL Server How can i secure my MDF file?
If a user is a local admin of the box they can gain full access to the database via integrated security. They can create their own database and attach .MDF How can i secure the .MDF so that no one can gain access to it Hi, Open Enterpirse Manager and navigate to Security and then expand Logins. In the Logins delete the entry Builtin\Administrators and specifically add the user whom u want to give access to. Regards, Vikram ...Show All
Visual Basic using savesettings
Hi, does anybody know, how i can use saveSettings in a VB Smart Device Project Do i need to declare a sub to any PLL It seems that this is not built in although stated on the MSDN Webpage here is a blog about using saveSetting on a toolStrip http://spaces.msn.com/jvervoorn/ ...Show All
Visual C# Validating integers in a textbox
Is there a smart way of validating that a user has typed a integer in a textbox. I dont like the exception way by doing a int test = int.Parse(textbox.Text). Or is this a ok way of validating integer input into a textbox component. Thx, Jim private void searchText_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar != 8) { if (char.IsNumber(e.KeyChar) == false) { ...Show All
Windows Forms How to clear the datagridview?
this .tblSPFCompanyDataGridView.DataSource = null ; this .tblTestResultsDataGridView.DataSource = null ; this .tblInspectionTestDataGridView.DataSource = null ; this .tblSPFCompanyBindingSource = null ; this .tblTestResultsBindingSource = null ; this .tblInspectionTestBindingSource = null ; this .tblSPFCompanyDataGridView.DataSource = this .tblSPFCompanyBindingSource; this .tblTestResultsDataGridView.DataSou ...Show All
Smart Device Development Unable to register ADOCE31.dll on WinCE 2003 emulator
Hi, We were trying to register a dll into the emulator but we could not find the Regsvrce.exe inside the emulator.So we copied the Regsvrce.exe through the remote file viewer from an external source and tried to register the adoce31.dll by running " \Windows\ regsvrce.exe \Windows\adoce31.dll" inside the emulator. We are getting message as "cannot find adoce31(or one of its components) make sure the path is correct". ...Show All
Visual Studio Team System Checkpoints for SCM
Hello, Is there a way under SCM to freeze a certain state of a team project, with all its source files and documents. Under Visual Source Safe I think its called "Checkpoint". The only way I saw doing this is to label the items with the Source Control Explorer. But the items of a label can be changed later. Thanks Stephan Hi, thank you all for replying. Branch and lock a project sounds a bit like a ...Show All
Microsoft ISV Community Center Forums outlook help
Is there a way to get the local OUTLOOK address book from the local machine through scripting languages want to display outlook address book through Javascript or vbscript language Thanks & Regards Kalyan Hi Kalyan, Here's some info from our support engineer: If you want to access Outlook Address Book in code, you need to use Outlook object model. It can be used in scripting languages (Javascript, VBScript), VB, VBA, V ...Show All
Visual Basic Displaying list of text in a TextBox
I'm a novice programmer and I have a very basic question. I am trying to display text in a TextBox, with one caveat. I need to be able to insert "carriage returns" or force the text onto a new line. I am using the text box to display the results of a numbered list. How can this be done As a work around I am using Word to display the results, but ideally the application needs to be able to display the results in a text box. Thank ...Show All
SQL Server Processing options in AS2005
I'm trying to get my hand around these new fangled processing options in SSAS2005 and have read TK Anand's excellent paper on the subject: http://msdn.microsoft.com/sql/default.aspx pull=/library/en-us/dnsql90/html/sql2k5_asprocarch.asp . Unfortunately I can't see the wood for the trees so here's a question. Is it possible to selectively remove data from a partition i.e. Without doing a ProcessFull or ProcessClear Here's the scenario ...Show All
Visual Studio Team System MSProject Fields Mapping Problem
Hi, Based on the information we found from the list of Project fields at the following url: http://msdn2.microsoft.com/en-us/library/ms181691.aspx and also how to: change how fields are mapped to Microsoft Project from the following url: http://msdn2.microsoft.com/en-us/library/ms181686(VS.80).aspx We are trying to map the "Description" field in VSTS workitems with the "pjTaskNotes" field in MS Project but when w ...Show All
Visual Studio Team System Copy values when adding related work items
During an Iteration planning meeting, a scenario is broken down and analyzed and broken down to a number of tasks for development and test. To accomplish this the project manager selects the scenario and chooses add related work item (task). Ok, now it would be very nice if the Iteration path, Assigned to, etc was copied from the scenario work item to the task work item, the link to the scenario is added which is great though. Is ther ...Show All
