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

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

mkb2006

Member List

djshades2004
Mystagogue
madhura_b
genjioo
Ryan S.
navrichard
Prabagarane
c_shah
ChristianBG
Jakein2006
Bhanu Prakash Nunna - MSFT
grimdog
deng sai bing
BrianHearn
ejstembler
S_A_S
lucas3256
OClaudiu
OmegaMan
roy_b
Only Title

mkb2006's Q&A profile

  • SQL Server Dynamic Windows Authentication

    Hi The Parent Package has a Loop Container. The Loop Container calls the Child Package and in the process the connection manager properties are changed using package configurations. When the packages are tested in BIDS both Windows and SQL authentication work. When the packages are scheduled on SQL authentication works and Windows authentication fails. (The account which executes the schedule has permissions to all the data sources required. The SQL Agent Service Account has permissions. In addition a crendential was created using a different account which also has permissions and this also failed.) If the connection managers are made static then the schedule executes. Any ideas would be appreciated. Thanks ...Show All

  • Visual Studio Tools for Office Problem using Office 12 Objects

    Hi, I am using VB.net 2005 and doing some stuff for Office versions. I was using Office 2000. Now we also need to support Office XP, Office 2003. I am facing some problem using Office functionality Here is my some code for Old versions of office PowerPointApp.Visible = Office.MsoTriState.msoTrue PowerPointApp.Presentations.Open(FileName:=FilePathString, Untitled:= Office.MsoTriState.msoTrue ) This works fine with Office 2000.. But it gives me error for higher Office version. Will anybody tell me how to use " Office.MsoTriState.msoTrue " in Office XP or Office 2003 Thanks in advance for your help Prasad Bhagwat Will Hi ...Show All

  • Audio and Video Development Custom Effects with Movie Maker 2

    hi, my name is aaron. ive been using Movie Maker 2 for a couple of weeks now and have started getting into it quite a lot. the only set-back is that i want a specific effect for my next video - a blue cast on the video clips. rather like The Matrix's green cast but blue. ive tried creating the effect myself but i just dont know XML. i was wondering if anyone knows how to do this would it be possible to send me the code also, if its possible, could you tell me how to adjust the amount of blue in the cast. i would really like to use this kind of effect in future videos and would appreciate the know-how. thank you so very much in advance! aaron symons Here's a newsgroup on MovieMaker: http://www.microsof ...Show All

  • Visual C++ Embedding CCmdTarget into xslt processing

    I do not know if this forums is correct place to post but I didn't find another one. I have class that inherits from CCmdTarget and expose some dispatch methods. I want use these methods during xslt processing. However manual xslt transformation is not what I want (only in this case I can add dispatch interface via IXSLProcessor::addObject method). I have window that hosts IE ActiveX control. I load into this ActiveX xml document that contains reference to xsl stylesheet that should be used for transformation to genereate html page. But I need to change some rules of transformation depending on current state of my program. Currently I should manually transform xml document and load resulting html file. I am wondering if any ways to add obj ...Show All

  • Software Development for Windows Vista Como Creo una aplicacion asp.net de workflows...

    Hola amigos, tengo un problama no tengo claro que creo primero si el flujo de trabajo anivel de diseno(graficamente), utilizando los diferentes comoponentes que estos me ofresen o hago la interfaz en ASP.net y de hay la parte logica de la aplicacion, muchas gracias, y espero su respuesta y talves si tienen algun ejemplo a mano que me puedan facilitar,, Hola, Este es un forum dedicado al soporte de Windows Workflow Foundation. Hay algun impedimento en el desarrollo simultaneo de ambas partes Quizas encuentres respuestas mas razonables en un foro de architectura de programas. ...Show All

  • Visual Studio Microsoft Document Explorer Index

    I installed Visual Studio Team 2005 on my WinXP with no problems. For some reason (perhaps the order of my installation) my help index in the Microsoft Document Explorer only has SQL server help in it. I have gone to the control panel and tried to reinstall and add new products but everything is already installed and there is no section for install VS help that I could see. The problem with this is all errors for any language (like C#) in VS usually have a link associated like "Click here for more help on this error" and when you click on it the document explorer says No help was found for this error. When I start document explorer the "index" window "Filtered By:" drop down only has SQL Server 2005 stuff list ...Show All

  • Visual C# open pdf document...

    Hi... How i can open a pdf document on a button click event... My pdf document is there in my C# project folder. Thank & Adavance... Vinay System.Diagnostics namespace has a process class to do this in a simple way assuming that you have a default reader (ex: Acrobat Reader) for PDF Files. using System.Diagnostics; Process.Start(“Path_of_PDFFile”) Note: Path_of_PDFFile in C# should contain two backslashes for example C:\\PDFFiles\\TestPDF.pdf. ...Show All

  • Visual Studio Team System Fxcop rules in spanish?

    Does somebody know if these rules are translated to spanish I need to make a document for my company using those rules. and it would be faster If i got a translation. Another questions is: fxcop is the same thing when I right click on vs 2005 code analsys Luis, Visual Studio Code Analysis is a version of FxCop; you can find out the differences via this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=300549&SiteID=1 . The rules that are included in Visual Studio Code Analysis (which is nearly every rule except the spelling rules) are translated to Spanish, you can find these, starting here: http://msdn2.microsoft.com/es-es/library/ee1hzekz.aspx . Regards David ...Show All

  • Visual Studio Express Editions Start Page Updates

    When I start VB Express, I have a dial-up internet connection active. The Start Page never says "Wait while I update the news" (or something close -- it never says it, so I'm not exactly sure of the message). The right-hand box contains slightly old news, the most recent dating from 14 June. The contents never change from session to session. Is there any way to ask the system to go to the net and update this part of the Start Page By the way, when I use Help's search feature, it does search through the online Help resources. And I did get into this forum, although I have no idea exactly how this happened. It started when I clicked Community/Ask A Question, but there were lots of intermediate steps that seemed irrelevant, but ...Show All

  • Software Development for Windows Vista Where to get July CTP of .NET Framework 3.0 and Windows Workflow Foundation (WF) RC4

    The relevant links for the July CTP of .NET Framework 3.0 and the associated VS Extensions for Window Workflow Foundation (WF) RC4 are below: .NET Framework 3.0 July CTP from here . VS Extensions for WF RC4 from here . Windows SDK for July CTP from here . If you are just starting with WF you should install this build. There are no new features or API changes between RC2 and RC4, only some bug fixes. Before you ask, I don’t have a list. I'm really confused with all the RC versions and the Beta versions, and the WinFX and .NET 3.0 stuff. what do I exactly need to develop WF applications what do I exactly need to run WF applications I developed workflows as well as a workflow Runtime Ser ...Show All

  • Smart Device Development Using custom fonts on windows mobile devices

    hello, We are developing an winforms application for win mobile devices. We need to target win mobile smart phones 5.0 and 2003, also win mobile ppc 2003 and 5.0. What we should do if we want our own custom fonts for the application. can we use and install a particular true type font  on all of the devices above second option is going for our own bitmap fontstrings but in that case how can we use them in managed application where controls like textboxes,listviews does not support these fonts  we are developing managed application with c#., and as much as possible want to leverage on rich controls provided by .net., Only hurdle here is fonts, please suggest us suitable solution urgently. ...Show All

  • Windows Forms Windows Form Designer and the 'Do not modify... warning

    I'm not sure how--but I've managed to add some controls such as buttons, combo boxes, and others to my project in VB Express that are not visible. I don't mean hidden like control.hidden = true but hidden on the form. I think they are hidden behind other controls that I have on my form. I can see the drop down events of these hidden controls which have no code associated with them. When I view the code in the partial class generated by the Windows Forms Designer I can see the referece to them like: Me .MaskedTextBox2 = New System.Windows.Forms.MaskedTextBox Me .ListBox1 = New System.Windows.Forms.ListBox Me .MaskedTextBox1 = New System.Windows.Forms.MaskedTextBox Me .ComboBox2 = New System.Windows.Forms.ComboBox ...Show All

  • Smart Device Development Picturebox resize scrollbars

    Hi. if I have an image showing in a picturebox, of course depending on the image size itself, if the image is larger than the screen, I have told it to resize the picturebox to the size of the image. This is all cool, and shows me the vertical and horizontal scroll bars. problem is, I am unable to scroll through the picturebox. How can I scroll through the picture box so I can view the image didnt really think it would matter but I guess it does! But thought it still wouldve had the same functionality - scrollbars appear therefore you should be able to scroll. :-) ...Show All

  • Smart Device Development Font Size

    I am using C++, smart device, pocket pc. I am using the defaults on the text. I would like to know how to increase the text size. Hi I didn't think CreateFont was available on WinCE platforms. I would suggest trying the CreateFontIndirect API, documentation can be found at http://msdn2.microsoft.com/en-us/library/ms959955.aspx An example of using CreateFontIndirect can be found within the C++ samples installed with the Windows Mobile SDKs. There is an example called BasicApp which uses this function to render text to the window. The example can be found online at http://msdn2.microsoft.com/en-us/library/ms880572.aspx This example also demonstrates some shell API calls you can use to obtain the user's desire ...Show All

  • Visual Studio Team System tf.exe gets stuck doing a Get from a label

    I'm trying to get a system set up using FinalBuilder ( www.finalbuilder.com ) to automate a complete product build. I'm running into a problem doing a Get from Label in the FinalBuilder project - sometimes (most of the time, actually), tf.exe gets stucks after getting all of the files and fails to terminate currectly. (By stuck I mean that the process continues to exist, is consuming no CPU time and performing no I/O operations). Now, there's every possibility that this is really a FinalBuilder issue (and I've inquired on their foums as well), but I thought I'd ask here in case anyone knows of any reason why tf.exe might "hang" after getting a bunch of files. It "smells" like tf.exe is waiting for console input, ...Show All

©2008 Software Development Network