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

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

MBarley

Member List

Gafrage
DavidTempeArizona
David Price
Teymur Hajiyev
DanMeyers
WHats wrong
sroughley
buladbanaw
TonyMoore
Jassim Rahma
rod_r
Bassam72
pj_bennett
XJDM003
anydobbo
drdexter33
Cygon4
Igor Solodovnikov
Malleswar
Biresh Singh
Only Title

MBarley's Q&A profile

  • Visual Studio Tools for Office Outlook Appointment

    Hello, Which property of a meeting can tell me what was the time zone in which it was created with (including daylight savings) I see a property with mdbvu32.exe called 0X8201 which has the time zone. Is this the one Where can I see the daylight savings Can I tell what was the time the meeting was ment to take place The PR_START_TIME is the UTC time calculated at creation time. Can I see the original time thank you. ExchangeMaster (quite a title!), I'm glad you are tackling some Office programming. There is information in the FAQ section here: http://support.microsoft.com/default.aspx/kb/931667 Also, please note that a question such as yours is best posed in a forum for Outlook and MA ...Show All

  • Visual Studio CodeDom -Error when Run Recipe

    I am playing around with the SmartClient-Factory June Drop. I was finally able to build and install everything and now I created a SmartClient - Solution with the Lightweight SmartClient Project-template. Now when I use the Guidance Navigator to add a new View (Run recipe) I get a Recipe Framework Error saying that the namespace CodeDom does not exist in the namespace System. This Error comes on running any of the recipes in the Available Guidance-List. I wanted to dig down into the Recipe-Framework, but It seems that I do not have the sourcecode for GAT/GAX and the error seems to be in there. Could smoebody give me a hint (Error-Message is below) Microsoft.Practices.RecipeFramework.ActionExecutionException: An exceptio ...Show All

  • Visual Basic Illeagal Characters In Path Error.

    Hi, I have this error, Illeagal characters In path. I figured out it happend when the FILE NAME had spaces in it, so It took me one week to make it change the spaces to "_". In the debug I didn't have the problem any more. Now I installed the program, and it happend. I don't know the exact line, but if it's because of space it's in the Folder's name. SPACE ISN'T AN ILLEAGAL CHARACTER! Why does it happen Is it a bug in VS How can I fix it Thanks. The Error Message is: ************** Exception Text ************** System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path) at System.IO.Path.GetFileName(String path) at System.IO.FileS ...Show All

  • Windows Live Developer Forums One thought ...

    Hi, Is there any reason why when I run the sample from the search SDK on my personal server at home it works perfectly fine, yet when I load the same code to my hosted server I get an error message saying that the service did not repond correctly (System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInter ...Show All

  • Visual C++ question about dlls

    hey all i am using visual studio express and i was wondering if it was possible to creat dll files. i am putting a hook procedure in it. if it is please tell me thanx. There's no dll express. If you tell me exactly how it is not working, I can maybe help further. (For example, instead of saying "my bike's not working" you can say "my tire's flat"). ...Show All

  • Visual Studio Express Editions image in picturebox

    Hi I wonder if anyone can help with a piece of code. I want a image in the picturebox to corrospond to a number in a text box . So I have put numerous pictureboxes on top of each other to show images as the numbers would change . But it only works once. How can I write code to clear the last command and accept the new command. ie new number = new image. Thanks Rob Thanks I,v worked it out. Try this. Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim r As Double r = Double .Parse(TextBox1.Text) TextBox1.Text = r.ToString() If r = 2 Then PictureBox1.Show() PictureBox2.Hide() PictureBox3.Hide() ...Show All

  • Visual Studio Team System Using variables in scripts

    Hello, I've been reading Gert's post about using variables in scripts ( http://blogs.msdn.com/gertd/archive/2007/01/08/variables-to-the-rescue.aspx ) and have been trying it out. I don't think it works. Here's the steps I followed: Created a new project Imported a schema Built the project [it was successful] Added a new blank script to the Post-Deployment folder Edited Script.PostDeployment to include my new (still blank) script Built the project again (still successful) Added the following line to my new script: :setvar drive "C:" Built the project again This time the build failed with the error: Error TSD164: Syntax checking failed : Incorrect syntax near :. So it seems to me that u ...Show All

  • Visual Studio 2008 (Pre-release) Where is the help files

    When you install the Orcas CTP you get a warning that the help is missing. Anyone know where it is VS2005 Team Suite RTM - SP1 Beta XP Pro SP2 - All patches up to date After uninstalling DotNetfx3 - pre-release with a deinstallation utility and installing The Windows SDK - Vista RTM DotNetFX3 - RTM The WPF Extensions The WPF Templates One installation noted that help files were all gone. My help file links have been totally demolished. There is no help available at all. How do I repair this ...Show All

  • SQL Server SQL Server 2005 SP_ADDLOGIN

    Hello Everyone, We have a mixed environment consisting of some SS2005 with most servers still running on SS2000. Several operating systems are in use. We use mixed mode authentication. To date, all of our SS2005 servers have been installed on Windows Server 2003. In each of these environments we have the password policies disabled on the operating system side (Administration Tools | Local Security Policy). On these servers we have been able to successfully use SP_ADDLOGIN to add logins for SQL Server authentication. Recently I installed SQL Server 2005 on Windows 2000 SP4 (old I know) as a test environment. Like the 2003 servers, password policies and complexity are shutoff. When I attempt to use SP_ADDLOGIN, however, here I receive: Ser ...Show All

  • Software Development for Windows Vista Difference using WorkflowQueuingService and ExternalDataExchangeService

    Hi Im playing with WWF and wondering what the difference is between using WorkflowQueuingService and using ExternalDataExchangeService I have read alot about why we need all these layers when dealing with workflow data exchange (support for pasivation eg). Ok. i thought that ExternalDataExchangeService solved that problem. No I just downloaded chapter 3 of Dharmas book (Essential Worfklow) wich states: " Although various communication technologies (such as WCF or ASMX) can be layered upon WF, they all must use the WorkflowQueuingService to robustly deliver data to passivated WF program instances " Where does that leave ExternalDataExchangeService regarding pasivation And what is the techinal/implemention wise diffrenc ...Show All

  • .NET Development Bug, (I think, quite nasty), relating to GAC, sgen: also, where does one report bugs? Forgot...

    Im really apologetic in that I seem to remember that one is not to post bug reports here...there is a proper place for that, but I don't recall...can someone refresh me on that but anyway, this is a wierd bug: (at least based on what my research turned up)... Im trying to recompile a largish project that has about 2 dozen references to assemblies (i.e., my little classes), in my effort to target an AMD 64 bit processor...One of the references is to a quite complex user control, which in turn refers to many other custom assemblies... Anyway, I've actually been making pretty good progress, (because of the complexity of the project, it is easier to compile the assemblies seperately, one solution at a time), but when I get to this co ...Show All

  • Microsoft ISV Community Center Forums Loading Select data through the linked tables

    I have an access front end whose tables are linked to an sql server data base. when the database loads is there a way to select certain data to load through the linked tables. For instance Say I wanted the liked tables to load only the data for the customers in the state of Connecticut. I know I can do this with queries but I want to know is it possible to do with linked tables directly. In access you only have the capability to link to the entire table...however as you suggest you can create a view that will only show you the criteria that you set for the query ...Show All

  • Visual Studio Express Editions Can't download Visual C++ Express

    Hey everyone (and thanks for your help in advance), I really want to get Visual C++ Express, but can't download it - whenever I click on the link to download it, my computer can never detect download.microsoft.com; for that matter, I've tried downloading other files from MSDN, but they don't work either. Can anyone help me with this and tell me what might be going on Thanks in advance, greywolfexcel Not sure but maybe the download troubleshooting guide will give a few ideas what it might be http://msdn.microsoft.com/vstudio/express/support/troubleshooting/ ...Show All

  • Windows Forms Dynamice ActiveX

    Hi there, I'm doing this in c# but will gladly accept any .net language if anyone knows how to do this. Basically I want to Load an ActiveX control (e.g. Windows Froms 2.0 TextBox etc etc) I can already load the control by using the System.Windows.Froms.AxHost class. I can get the underlying ocx object. But as I have no RCW runtime Callable Wrapper, I would like to call the method on the fly, I'm thinking I'll have to do something like use the underlying IDispatch or something but I'm hitting brick walls trying to figure it out. Has anyone ever done this or have an idea on how to do it Take a simple senario as the Windows Forms 2.0 Textbox, 1) I load the control and display it 2) I get the ocx System.Object ob ...Show All

  • Windows Forms Calling a Dialog Button Control

    I have a dialog box that has an OK and Cancel button. The OK button returns an OK dialogresult to the calling program. I want the Doubleclick on the datagrid to send the same result the OK button. How can I call have the Doubleclick event do this I would like to use the same code as the OK Clicked event if possible. Thanks Hi, You can set the forms dialogresult from within the DoubleClick event: private void dataGridView1_DoubleClick( object sender, EventArgs e) { this .DialogResult = DialogResult .OK; this .Close(); } Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

©2008 Software Development Network