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

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

delphine

Member List

mabxsi
robinjam
xepaul2
Ken Harris
TrevorW
MDesigner
dba72
Amanda Jamin
Flintman
G.G.
Ska Software
IamHuM
Ramachandran Kartha.V
MuraliMohan
srinivas_kv80
palestine
wpf michelle
mabxsi
Alex-MyRpg
eclere
Only Title

delphine's Q&A profile

  • Visual Studio Tools for Office Add in Micro Outlook (multiple recipient and attached excel files)

    Hi there, From your professional experience is it possible to create Add-in using Visual Studio Tools for Office which will automate following manual actions: attachment of the excel file with the unique name (eg excel file starting with MLC word) and sending it to multiple number of email address that have unique name + number logic (eg MLC1, MLC2,) While sending an excel file to a bulk email is pretty straightforward I have encountered a lot of difficulties to come up with the code solution for MOutlook add in when there is a large group of excel file and email addresses and each group is divided in sub groups of it own. For example there are 450 participants of the survey and to each of them I se ...Show All

  • Software Development for Windows Vista WPF in IFrame hosted in vista sidebar gadget black screen problem

    I am having problems when I am trying to host a XAML page in vista sidebar. The page loads fine in IE, but when I try to load it in vista sidebar, a black background is shown. When I move the mouse over a button placed on the XAML page, the black surface flickers and I can see the button through the flicker. The XAML source (test.xaml): <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation "     xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml "     Title="Page1" Width="100">     <Button Height="50" HorizontalAlignment="Left" Name="button1" VerticalAlignment="Top" Width="50">foo</Button> </Page> The HTML source I am using for the gadget (H ...Show All

  • Visual Studio 2008 (Pre-release) IsOptional Datamember?

    I see that there is an 'IsOptional' attribute to the [Datamember] custom attribute. From the documentation this seems primarily targeted to versioning. I would like to have an optional member in the same sense that is defined in an XSD schema. When the member is defined as being 'optional' one can specify the default value for the member. Is there something equivalent for a data contract For example if there is a string member called 'name' and if it is not specified I would like not only for an exception not to be raised but I would like the default to be 'foo'. Thank you. A very brief overview. When the schema is imported it seems that it is imported as if xsd.exe was called on the given schemas a ...Show All

  • Visual C++ Cannot Deduce Argument for Type 'T'?

    Could anyone tell me why: List<RobotPart^>^ test = s->FlatPartList(); results in the following error: Error 1 error C2783: 'System::Collections::Generic::List<T> ^TrossenRoboticsSystem::TROM::RobotPart::FlatPartList(void)' : could not deduce generic argument for 'T' c:\alex\flashdrive\projects\trossen robotics system\projects\demo navigation\demo navigation cpp\Form1.h 328 FlatPartList() is a method in a referenced C# DLL. Here's the code for FlatPartList(): public List<T> FlatPartList<T>() where T : RobotPart { List<T> part = new List<T>(); if (this is T) { part.Add((T)this); } //Recurse down the children. foreach (Socket socket in Sockets) ...Show All

  • Visual Studio Tools for Office :: OnKeyPress Event Handler in INFOPATH 2003 ::

    Hi Does any one know how to use onKey Up Event handler for a TextBox in INFOPATH 2003 Form. I am trying to Implement the autocompletion feature on my Infopath Form. But by default there is only three event handlers are supporting for a textbox. I am calling a webservice for this but the problem is its happening only when i press the tab ie onchange... I would like to know is there any alternatives are available for this when every time key press that webservice should call ... Please help... Regards Deepu M.I This is really not a VSTO-specific question at all. Rather, it is a question for the InfoPath forum, and you would most likely get a sensible answer if you repost your question he ...Show All

  • SQL Server Unable to install SQl Server 2005 SP2 - Unexpected error

    I am trying to install SQl Server 2005 SP2 but it was throwing an unexpected error when trying to install "setup support files". O/s: Windows Server 2003 SP1 Product: SQL Server 2005 Standard Edition Log file shows: +++++++++++++++++++ === Verbose logging started: 2/20/2007 16:05:42 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: F:\SQL2005sp2\hotfix.exe === MSI (c) (74:68) [16:05:42:635]: Resetting cached policy values MSI (c) (74:68) [16:05:42:635]: Machine policy value 'Debug' is 0 MSI (c) (74:68) [16:05:42:635]: ******* RunEngine: ******* Product: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi ******* Action: ******* CommandLine: ********** MSI ...Show All

  • Visual Studio Express Editions error after wizard import from old VB 6.0 application...

    After import from wizard in vb express 2005 have error in select.vb: MODIFICHE_USER.ENTER_PROVA1 = Text1.Text attached old vb 6.0 and new project http://www.mytempdir.com/838111 http://www.mytempdir.com/838115  code complete: Option Strict Off Option Explicit On Friend Class SELECTION Inherits System.Windows.Forms.Form Private Sub CLEAR_Click( ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles CLEAR.Click Me .Text1.Text = "" Me .Text1.Focus() End Sub Private Sub SELECT_Renamed_Click( ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles SELECT_Renamed.Click Dim MODIFICHE_USER As N ...Show All

  • Visual Studio Express Editions a few questons on webbrowser, proccess

    Hey firslt , i have a webbrowser with a textbox that has : aurl.Text = WebBrowser1.Url.AbsoluteUri well the problem is that , when i type a wrong web adress , the value of WebBrowser1.Url.AbsoluteUri becomes null and an error occurs i was wondering , is there any way to escape this bug like what code i should put and also i need the code for a timer who will check if a process called "JPCUpdate" is running if u can help me with this , that would be good as for the timer just drag and drop a UI timer into the form and set your interval, and create the Tick event (double click timer) and get a list of processes and see if the JPCUpdate is running.   Dim theListOfProcess() as Process = System.Diagnostics.Proces ...Show All

  • Windows Forms Crazy PrintPreviewDialog not in intellisense

    Hello, My intellisense doesn't seem to be picking up on the methods or properties unique to a PrintPreviewDialog. For example, "ppd.MinimizeBox = True" works however the "MinimiseBox" doesn't show up in my intellisense - this is strange because every other component shows it's properties & methods. Regards, Luc Pettett Ariel, Thank-you for your reply - The PrintPreviewDialog is an object provided by System.Windows.Form so I cannot modify the properties. Maybe Microsoft has specified the property 'MinimizeBox' as EditorBrowsable ( EditorBrowsableState . Never ), Has this problem occured for others Regards, Luc Pettett ...Show All

  • .NET Development Console

    I have a fast question. I want to write text to a dos box for debugging. I have tried to use the Console.write method but it does not do anything. I have looked at code examples on this website and it seems to use it at will, ie: you don't have to turn it on or anything. Do I have to turn the console box feature on in .net 2005 If so, how do I do that Thanks Make sure your Command Window is visible in Visual Studio which shows this Sonsole.WriteLine's statement in Windows Application: To view it Follow Menu navigation: View - > Other Windows -> Command Window or Use Shortcut to it Ctrl + W, A Best Regards, ...Show All

  • Visual Basic i can not able to make setup

    hi , while i am trying to create setup file i had a error it can not able to inculde a dll file and tell me how to include that dll file the project works perfectly while we run the project i did not ask to add reference in the project but while making setup it show error msg that this dll can not be include for the setup that all ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game and GameComponent Feedback

    We've been combing the forums and the Connect database for bugs, feedback and suggestions around the application model. We still have a small amount of time to consider any other feedback you may have. So this is the thread that you post your latest likes or dislikes with Game, GameComponent, services, etc. Please scan the other threads before posting here, I'd like to just gather things that haven't already been discussed or reported elsewhere. Thanks! Definitively is correct. Something that I believe that is also necessary is that the components include designers and wizards of configuration, much more intuitive that PropertyBox. ...Show All

  • Software Development for Windows Vista Transactional persistence of multiple workflow instances: pooled connections maxed out

    I’m trying to poke WF in various ways to make sure we can use it in a large project. The system will largely create the workflows in batches. For example every night we may create 4000 or so workflows. If I’m dealing with a batch of 4000 I don’t think I’ll be creating the workflows and starting them right away like this: WorkflowInstance instance2 = workflowRuntime.CreateWorkflow(typeof(Workflow1)); instance2.Start(); I’m more thinking I’ll be creating all the workflows, getting the WorkflowInstanceID, recording this against an item in the database which the workflow is tied to. This needs to be in a transaction as I need to ensure the workflow is persisted and the WorkflowInstanceID is also recorded against the relative item in the datab ...Show All

  • Visual Basic numericupdown problem

    How to make a numericupdown control to have the range between 10-2000 in step of 10...and 2000-9900 in step of 100 the code bellow worck's, but with one bug....for eg, if i have 2000 value....and i go down...he go on 1900 value...and i want 1990(if i go up again worck's fine) is posible to make that i search an event ho tell'me in witch way i'm click(up or down)...but i don't find...so, please help'me. tank's (p.s.:the value 1900 is correct...but the value 2010 is not correct....) Private Sub NumericUpDown1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NumericUpDown1.ValueChanged If NumericUpDown1.Value >= 2000 Then NumericUpDown1.Increment = 100 End If If NumericUpDown1.Value < 20 ...Show All

  • Visual Basic Known colors

    Hi all, i wonder if any1 could help me please i am converting a vb6 application to .NET and previously i allowed users to select custom colors, however in my .net app i wish only to use named known colors. does anyone know of a way that i can automatically convert custom colors in vb6 (im using System.Drawing.ColorTranslator.FromOle(Int) to get the value) to the 'nearest match' known color , i.e if the color was previously a custom light blue, the near match would be something like aqua ive had a play and just cant find a reliable way to get near, so any tips and help would be appreciated many thanks Bob Hi jonathan thanks for ur reply but i get a compile error s ...Show All

©2008 Software Development Network