Software Development Network Logo
  • Microsoft ISV
  • Visual FoxPro
  • Windows Forms
  • Visual Basic
  • Visual C#
  • .NET Development
  • Smart Device
  • VS Express Editions
  • Windows Live
  • Visual C++
  • VS Team System
  • Game Technologies
  • SQL Server
  • Architecture
  • Visual J#

Software Development Network >> duncan.mcleod's Q&A profile

duncan.mcleod

Member List

Anthony Hodsdon - MSFT
Softwaremaker
VandB
Gowrisankar_k
rbarr8
Johnbo
ed_narayanan
Nat81
Charlie_MS
InHowes
Juan Manuel CR
Ed Teach
KraGiE
mnTeddy
GlennZarb
Dag H. Baardsen
EOJRR1
ernst80
hanshanshans
Nicholas Marston
Only Title

duncan.mcleod's Q&A profile

  • Microsoft ISV Community Center Forums what SRTP crypto algorithm used?

    When audio/video conferencing between Office Communicator clients, what crypto algorithm is used for the SRTP I logged the SIP INVTE messages in the LCS and took a look at the SDP. I was hoping to see an "a=crypto..." line, but I see only a d-line in the with a key("d=Base64:..."). I believe that a d-line means that the SRTP crypto algorithm is defined elsewhere. Can anyone tell me what that algorithm is AES DES Thanks in advance, Kevin Packard Hi Kevin, Here's some info from our support engineer: Thanks for using Microsoft ISV Community Forum, according to ...Show All

  • Windows Forms I don t know how to pass variales and text controls values between forms

    Hi, 2 little questions pls: From a form frm1 I call another form frm2. The form frm1 has a text box with a text in it. I don t know how to access that value in frm2. Also I would like to access i frm2 certain vaiables defined in frm1. 2/ What d be the help section in Visual Basic where I ca find such guidelines.   Thanks a lot It actually perfectly resolves the issue dear Jelle. It s the owner a nd not the parent. Thanks for reloving my puzzle. Thanks to all the guys, u re really great, happy new year 2006 , hopefully, with no mistakes when debugging ...Show All

  • Visual Studio Tools for Office How is that called ? And how can I access it ?

    When you are working in any wordeditor you always have this blinking line. I don't even know the german word for this thning. It's not a cursor, but it also tells you where you can write your next word. I hope you knwo what I mean, it's realy just the | you see when you write something. But how is that called And could I use it somehow with the word object model I already work with selections, range and bookmarks, but this blinking line .... OK Thanks. Hmm it's maybe not as easy as I thought. Maybe something that might help me ...Show All

  • Visual C# using keywords

    Hi everyone, I have some doubts about the usage necessity of using keywords. Instead of using this keyword, it is enough to only add the packages into our Assembly(DLL files), so inspite of this, why do some programmer do both of them(add the packages into Assembly and also use using keywords for these packages). Thanks, Mert Last letter of typed word has a magenta colored underline and when you go with mouse over that position then under that point a dropdownlist is shown with all posible using that you can add and if you click on that, using is automaticaly added. Or when you see that underline you can just click Shift + Ctrl + F10. ...Show All

  • Visual Studio Team System Error 1305¿

    Error Reading from file  h:CheckinEvent.xsd I saw the file but it doesnt open= What can I do for asuccesfull installatioN= It's possible your image is corrupt.  Can you try downloading an official copy from MSDN and see if you still run into this problem   You might also try a chkdsk on your machine if you can't open that file for reading.  Also, make sure you're following the setup instructions carefully, especially for the single server configuration.  The Beta2 release is quite dependent on getting everything done in the right order. ...Show All

  • Windows Forms Security warning

    Hi, It seems that the final versions of VS 2005 have relaxed the security prompting when you try to install a full-trust application from the internet signed with self cert. However, the security warning is not very "scary", I think many end-users will be persuaded to click on "Install" ... and this will make ClickOnce as bad as ActiveX. My personal opinion: things were better in Beta 2. Thank you, Valentin Iliescu ...Show All

  • Windows Forms How can I add lines in a richTextBox in C# ????

    Hi, I’m working Visual C# .NET 1.1 I have got a richTextBox control with 4 lines: Line 1 Line 2 Line 3 Line 4 Now I want go add one line between Line 1 and Line 2 for example. Line 1 New Line Line 2 Line 3 Line 4 But I don’t know how I can do it. I have tried with richTextBox1.Lines[1].Insert It is possible to add a new lines between others Any example Any help Thanks in advance !!!!!! Hi, I don't know if there's a shorter solution but here's something you could try. I wrote this code after seeing your predicament and it worked out here. string[] tempA ...Show All

  • Windows Forms Datagridwiew with combobox...

    Could you please help me how to add combo box in typeddataset datagridview control: I want to add to add one combo box and ACNAME Filed when after selecting i want to display another coloumn in the same row ACCODE field value. If any body have done in Datagridview in vs2005. Pleae take a moment to write me a answer. IT will be highly appreicated. MUBARAK SHA Hi. Please see the below link. Hope this might be of some help... Link: http://www.awprofessional.com/articles/article.asp p=446453&seqNum=5&rl=1 Thank you, Bhanu. ...Show All

  • Visual Studio Express Editions how to save usersettings

    i'm making a webbrowser. The user can add favorites, and there is a combobx that saves all the sites you typed in. But when i close a Form, all the text is lost. Now is my question: How do i save those things, so that the next i start my application, or open a form, my text is still there. Can someone plz send me a code sample. Thanks in Forward, radexxion I "played" with this for a few days, and i know how i can save most of the things, but i have one more question How do i use this method with the treeview, because i want to save the Nodes, and the child nodes, but (I don't know why) i ...Show All

  • SQL Server Select Distinct Problem

    Someone please help. I'm having an issue with a SQL script & I need a second set of eyes to look at this. I'm sure it's something easy but I'm just not seeing it. My requirement is to return a row set from a time sheet database which will give the requestor his/her project sub-category, labor detail description & worked hours, grouped by project category & period_end date. Based on the query & sample results below, I can get everything I need (including the sum of hours), I'll take care of the grouping afterwards. But...the worked_hrs are duplicated for each of the 4 labor detail descriptions (Result Set 1). If I se ...Show All

  • Visual C++ How VS 2005 decides to build a project

    I have a project that keeps building even if it completes successfully in VS 2005. Is there a way to determine what is causing this build to kick off instead of it saying up to date Hi Jabber, Can you please describe your problem in more detail Does VS keep building your project in an infinite loop or is the project rebuilding even when sources have not changed Thanks, ...Show All

  • Visual Studio Express Editions Upgrade SQL 2000 database to SQL Express?

    I have a small SQL 2000 database that I wish to migrate to SQL Express to test etc. What is the easiest way to go about this please Excuse the newbie question please... Cheers Craig I have done this several times and the upgrade worked with out a problem. What you will have to do though is to grab one of the management tools or learn to use the command line tools. Once the tools are under stood the upgrade process is as simple as backing up the database and restoring it to a new database on the SQL Express System. What I did was to use the CTP release of the management studio, create a database us ...Show All

  • Visual Studio Embedded Images / Sub Reports

    I can now get an embedded image to display on the report. How would I promatically get it to display a different image in a table. For instance if row one has 1 then show a Smiley Face in row 1. If row 2 have a value of 2 then show a Frown Face in row 2. Sub Reports How do i setup what displays in a sub report and how do I populate it Thanks Assuming you have an embedded image with the name "SmileyFace" and another embedded image with the name "FrownFace", then for the Image.Value expression you would use an expression similar to this: =iif(Fields!Rating.Value = 1, "SmileyFace", "FrownFace") -- Robert ...Show All

  • SQL Server pivot tables & offline cube access

    Is it possible to have multiple pivot tables in the same Excel workbook accessing the same offline cube file Currently, when the user is connected to the server it connects to a .asdatabase to populate many pivot tables. I need to allow the user to access a local cube file when they are not connected to the server. I am using excel vba macros to connect the pivot caches to the online data source, which works perfectly. I would like to do the same to connect the pivot caches to the local cube file. Is this possible The local cube file is created off the server database using MDX (create global cube). Thanks, Lyn ...Show All

  • Visual Studio 2008 (Pre-release) DataContracts and COM

    I'm having problems trying to see the fields of a data class exposed through an Indigo service (attributed with [DataContract] etc.) from a VB6 client during the client's dev and wondered if anyone can help. The scenario is: I've got a service that I wish to expose to VB6 as a COM client. The service exposes a DataContract type which is used as a parameter to one of the service methods. I generated the client proxy from svcutil and compiled it into a dll that was marked as ComVisible(true). I then registered this using regasm /tlb (basically following the example from the WCF documentation). In VB I then referenced the type library create ...Show All

©2008 Software Development Network