Software Development Network Logo
  • Visual Studio
  • Microsoft ISV
  • VS Team System
  • Smart Devicet
  • Game Technologies
  • Visual Basic
  • Visual C#
  • .NET Development
  • Audio and Video
  • Windows Vista
  • Visual C++
  • Visual FoxPro
  • IE Development
  • SharePoint Products
  • SQL Server

Software Development Network >> Worf's Q&A profile

Worf

Member List

JeffKoski
Nigel Sykes
Jesse Wolgamott
marklye
Flip597
arro239
Mel V
cool714
Ramraj Balasubramanian - MSFT
John Meade
Aaron Oneal
Dace86
Davicho
MetroMunkee
Tanmaya
Maverick62
jerryf65
CoderD
Niro
Vladox
Only Title

Worf's Q&A profile

  • Windows Forms searchable combobox problem with datagrid

    i have a datagridview and a combobox. Now i made my combobox so that it's linked to my datagridview. You can type word(s) in the combobox and then it will search in the listitems. But when i click on the result in the combobox it will change the selected field in the datagrid with the result he has found. He has only to look up and not to change someting in my dagatrid. i have made my dagatridview columns readonly and also disabled editing , adding and deleting but it keep changing the value. Hi, Try to set a different bindingContext for the ComboBox,as this .comboBox1.BindingContext = new BindingContext (); This desynchronize the ComboBox and the DataGridView. Hope this helps.Regards. ...Show All

  • Visual Studio 2008 (Pre-release) How do I configure "Sign", "SignEncrypt" for the secure communication?

    Hi Community, I saw this entry in the forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=321312&SiteID=1 It mentions that I can use security mode = " Message " > < message clientCredentialType = " UserName " defaultProtectionLevel = " EncryptAndSign " algorithmSuite = " Aes256 " /> Is defaultProtectionLevel attribute been changed If it is changed to what and where Thanks, - Pankaj. The attribute "defaultProtectionLevel" has not existed for several releases now, for message security. The way it works is this: * by default, all secure bindings will sign and encrypt messages, either using transport or message secur ...Show All

  • Windows Forms Sending Fax

    Hi fellows, I am just curious to know if there is any .NET classes that can be used to send fax from a windows application. Thank you. There is a software named faxman .After setupping, there will be a fax contrl,you can try it http://www.componentsource.com/features/fax/visual-basic-2005/index.html ...Show All

  • Visual C++ Hiding and disabling the Message controls

    I have a problem with this code: void CDag2Dlg::OnCkEnblMsg() { // TODO: Add your control notification handler code here // Get the current values from te screen UpdateData(TRUE); // Is the Enable Message Action check box checked if (m_bEnableMsg == TRUE) { // Yes, so enable all controls that have anything // to do with showing the user message GetDlgItem(IDC_MSG)->EnableWindow(TRUE); GetDlgItem(IDC_SHWMSG)->EnableWindow(TRUE); GetDlgItem(IDC_DFLTMSG)->EnableWindow(TRUE); GetDlgItem(IDC_CLRMSG)->EnableWindow(TRUE); GetDlgItem(IDC_STATICMSG)->EnableWindow(TRUE); } else { // No, so disable all controls that have // to do with showing the user message GetDlgItem(IDC_MSG)->EnableWindow(FALSE); ...Show All

  • .NET Development Can a DataSet tell if tables in the SQL database have been updated?

    I've got a client-server app that hooks up to a SQL Server 2000 database. So far everything works well but this application is not the only user of the database. We have an Access front-end that also hooks up to these tables. (The .Net application is replacing another application that goes to the same tables and will eventually also replace the access front-end but that's at least a year off) My server application has a DataSet that mirrors the SQL tables. This way I have local copy of the table data I can work with programatically (and more quickly) and send updates to the SQL tables as necessary. This arrangement works well but I'm concerned about how to tell if the Access front-end has changed any of the SQL tables since I did the Da ...Show All

  • Visual Studio 2008 (Pre-release) How to generate a "services/service" element based on a WSDL using svcutil.exe

    Is it possible to generate service side configuration files based on a WSDL description, using svcutil.exe I have a WSDL that describes a service and I want to create my own implementation of that service. Using svcutil.exe I'm able to create .cs files with the contract (data contract + service contract), however I didn't found a way to create a services/service element with the binding and the address. Pedro, that is right. Neither svcutil.exe nor the internal ServiceModel classes svcutil uses can do this. It was a feature cut for v1 and you need to either hand tweak the config or provide your own code e.g. based on XmlReader/XmlWriter to change the config. Cheers, Christian ...Show All

  • Visual Studio Team System Is this Is right Way to Share Code in TF

    Hi, Currently we are in a process of migrating our source from PVCS,CVS to Team System. We are planning to creat Team Projects based on our Product s so that they can have there own Development Cycle . Each product depends on specific version of Shared module , where shared module has its own development cycle (i.e, Products are not always depened on Greatest and Latest version of shared module.) At present we are experimenting following steps, Please let me know is this the right way to do 1 .Shared code are stored as part of individual Team System project so that they can have there own Development life Cycle $/SharedModule/Trunk /src /include ...Show All

  • SQL Server Support for SQL DTS packages post upgrade to SQL 2005

    Hi, I am unclear on Microsofts policy regarding support for DTS and packages that have been imported (but not migrated) to SQL 2005. The upgrade advisor states SQL Server 2000 Data Transformation Services     Advisory     SQL Server 2000 Data Transformation Services is deprecated   You must completely migrate existing SQL Server 2000 Data Transformation Services (DTS) packages to SQL Server 2005 Integration Services packages before support is withdrawn.     Source Type: MSDB Package   What does this really mean   What will happen to the importing of legacy packages and this whole area within Management Studio Will these 2005 features no longer be ...Show All

  • Software Development for Windows Vista Invoke another workflow

    Hi, I know it is possible to invoke a workflow from another workflow. But is it possible to invoke a custom Sharepoint Workflow from a "normal" workflow Thanks Thomas Well without really giving it too much thought, you could host a Web Service on the SP server, that you called from your "normal" workflow and this would in turn invoke your your SP workflow Or you could get fancy and look at some remoting / service that runs on your SP server to do the same kind of thing I'm just throwing out random thoughts here though ... ...Show All

  • Visual Studio Team System Can i force developers to add comments at check-in ?

    I need developers to add comments at check-in time - probably i will need a custom check-in policy (how do i do that ). I know i can force developers to asociate work items at check-in but in our case it would be much easier if i could force them to add only comments ! 10x Once the DLL is properly registered and the policy class inside the DLL is public, it will appear when in the UI automatically for "Add Checkin Policy", as when that dialog comes up, we scan the list of registered policies. The most common problems I see with this are 1) not registering properly (eraniopub's reply with details is good) and 2) the policy class wasn't public. regular "how to register": http:/ ...Show All

  • .NET Development Convert a stored value in a database to an object

    I am storing the name of controls in a table and want to load the value of those controls with a value in the database.  How can you access every control in a form (not "on" the form like Me.Controls because that doesn't see everything in group box ect.) ex. cbo as combobox cbo = AllControls .item(Row!ControlName) cbo.SelectedValue = Row!ControlValue     You need to Nest 2 Loops to iterate through all Children then Children of Children and so on untill all heirarchy is gone through and values are setup. ex foreach(Control control in this.Controls) { //change at first level Button b = control as Button; if(b! == null) { ...Show All

  • SQL Server Transactional Repln,how to modify the width of a column of a table which is replicated

    Hi All, Is there a way by which we can modify the width of a column of a table which is being replicated without touching the ongoing transactional replication This is for MSSQL2000 Transactional Replication. I know (and successfully tried) that we can add a column to a table and that gets propaged to the replicate database and indeed the added column gets reflected there. How to add a column sp_repaddcolumn or Right Click on the Publication-Properties and it shows a button to Add a Column. This is what I have tried for modifying the width of a column of a table participating in Transactional Replication from varchar(10) to varchar(100) MH (source) -> MH1 (Replicate) The column “col1” had width of varchar(10) and this was altered to var ...Show All

  • SharePoint Products and Technologies Accessing a SQL Server table using sql authentication as opposed to windows authentication

    I have created a pivot table based on a sql server 2005 relational DB connection, with the userid and password stored in the ODC (sql server authentication). The ODC is in the data connection library (DCL) and is approved. I created an Excel sheet with a pivot table based on the ODC. I can refresh this pivot table in Excel 2005, and I have deployed the sheet to the documents library. When accessing the sheet via Excel Services Web access, it displays properly, but refuses to refresh, errorring with : "Unable to retrieve external data for the following connections: xxxxx The data sources may be unreachable, may not be responding, or may have denied you access. Verify that data refresh is enabled for the trusted file location and ...Show All

  • Architecture Multi-tiered Application with client Server Architecture

    I want to Develop a Multi-tiered application with Client Server Architecture. I have one server and many clients around 10 to 15 or even more than that. I have one problem. When some master data is inserted by some clients it must be available to all the clients and server application at the same time and if the other clients has already opend the master form then it also immediately updated when another clients inserting record in that master. Can any one give me solution for this problem. How to implement this in .net 2.0 Thanks in advanced Nayan Thanks. Diego Dagum wrote: Hi Nayan, You'll find several application examples at the MSDN SQL Server Developer Center: http://msdn2.microsoft.com/en-us/ ...Show All

  • Visual Basic Disable copy-paste in textbox

    Hi, How do I disable that the user can't paste data into a textbox, and how do I disable the contextmenustrip of the textbox the one that always appears with the copy-paste options two. Hello friend, If you are developing in .net it's pretty easy. -first if you don't want the popup menu to appear, then replace the contextMenu of the control with a blank menu of your own. To do this, place a context menu on your form and rename it say to myContextMnu Do no add anything to this menu. Then specify this menu as the ContextMenu property of the textbox. When the user right clicks in your textbox nothing will happen. -Second, You can also disable copy and paste when user attempts to do it using Ctrl+C a ...Show All

©2008 Software Development Network