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

Software Development Network >> murphy.m.j's Q&A profile

murphy.m.j

Member List

SOAC
barkingdog
tuncali
Eric Cann
gpugelni
Krop
Apollo13
Yang Tono
porsh tiger
roy-roy
Kyle Leitch
Bastiaan Molsbeck
Martin Searle
IMBack
tovarish
Gobi N
Leebert
hellomahesh
gabon
Shan McArthur
Only Title

murphy.m.j's Q&A profile

  • Visual Studio 2008 (Pre-release) Secure Service, Mex and code...

    Hi, I have the following App.config for a service: < xml version="1.0" encoding="utf-8" > <configuration> <system.serviceModel> <services> <service behaviorConfiguration="MexBehavior" name="Registrar.ServiceRegistrar"> <endpoint binding="netTcpBinding" name="TcpBindingCallback" bindingConfiguration="TcpBinding" contract="Registrar.IServiceRegistrarCallback" /> <endpoint address="Mex" binding="mexTcpBinding" name="MexTcpBinding" contract="IMetadataExchange" /> <host> ...Show All

  • Visual C# read HTML content using c#.net

    Dear all, I am trying to read HTMLcontent using C#.net, but its returning content as a unicode characters .so how can i read the characters form HTML. Thanks, Aya. It is only one loop. From the first loop the result returns as "<HTML>" can I try anything else ...Show All

  • Windows Forms RRRRR Thread-Safe Databinding - HOW?!!?

    This is driving me crazy, in the time I've spent doing this I could've built a car! Ok in .NET 1.1 I had no problems making a new thread and chaging GUI controls from it. However, in 2.0 I can't do that - I need to call a control's invoke() method so that it updates it in a thread-safe manner. There's only one problem though. Separation of presentation and logic. All my properties are stored in a Settings object, which is databound to my GUI controls. When I do my business calculations, I don't want to have to think about my GUI controls every god damn time I want to change my Settings.Default.SomeThing = "aaa"; Basically, here's what I want: textEdit2.DataBindings.Add(new Binding("Text", Settings.Default, "MySetting")); And then be able t ...Show All

  • SQL Server Need supporting processor info

    Hi, Could you please tell me Is SQL Everywhere supporting for Windows CE 4.2, Windows CE 5.0 What processors are supported by SQL Everywhere Now we are using RC1 version SQL everywhere and when Release builds will be available What is the purpose of the following SQL everywhere runtime binary dlls. · Sqlceca30.dll · Sqlcecompact30.dll · Sqlceer30en.dll · Sqlceme30.dll · Sqlceoledb30.dll · Sqlceqp30.dll · Sqlcese30.dll · System.Data.SqlServerCe.dll Thanks, Rajendran. 1) SQL Everywhere is the name used in the early Beta of what is now called SQL Server 2005 Compact Edition. This new SKU is based on SQL Mobile. ...Show All

  • Visual Studio Express Editions Yahoo messenger API in Visual C++ 2005 Express

    Will yahoo messenger api work with Visual C++ 2005 Express. And where do i put the API files to link and build my C++ application....I'm asking because i want to put animation characters in the background Please, please, take my advice. Go to a forum that discusses Yahoo APIs if you want help with them. I refuse to even use Yahoo, I certainly don't have their SDK on my hard drive. Others here *may* use it, but if you want to talk to a group of people who can all help with this question, then a place that discusses the Yahoo APIs is the way to go. ...Show All

  • Visual Studio Express Editions HOW TO: Extract Windows XP Tour Music

    I am using Microsoft Windows XP Professional Edition. When I open the Tour with Windows XP, I hear a great background music that you can turn it OFF or turn it back ON. I have a program that simple plays a music and video, is there any way that I can extract the windows xp tour music and put it on my program Anybody can suggest me any idean concerning about this Thank you in advance Well, the tour is using an EXE, which you cannot legally use to get that music... C:\WINDOWS\Help\Tours\mmTour\tour.exe Look there... The EXE is using flash for this. If you can reverse engineer the EXE file to extract the flash file, you'll be able to easily reverse engineer the flash file and extract the musi ...Show All

  • Visual Basic Rename a Table in MS Access using VB or SQL statement

    Hi all, How can I rename an MS Access table in VB or thro' SQL statement I have 2 clues as given below, but I am not able to get to use these ideas. These statements does not seem to refer the ADO library and hence, I do not know how to arrive at framing a program for these statements. Please help me in using these clues by guiding me how to frame a program around the statements or please let me know if there are any alternative ways. Clue 1: This creates a copy of the original table and you then delete the original leaving you with a newly named table. DoCmd.CopyObject, "myTableOld", acTable, "myTable" DoCmd.DeleteObject acTable, "myTable" ----------------------------- Clue 2: CurrentDB.TableDefs("myTable").Name = "myTableOld" Any he ...Show All

  • Software Development for Windows Vista Automate testing Website using C#

    I would like to automate testing of a Website writing code in C#, The idea is to open the browser,navigate to the site,once the page is loaded search for a text box write some stuff in it click a button wait for the page refresh and search a string or an element on the page if so Succeeded else report failure, Guide me with some method or article describing the procedure how to do it, Thanks in advance Habeeb Another option is WebAii here: http://www.artoftest.com . Supports both IE/FF and soon Safari on Windows. You can't go wrong with Watin either... ...Show All

  • Visual Basic VB 2005, Debugging a Windows Service

    Hopefully, someone can point me in the right direction with this one. I'm trying to debug a windows service that I created in VB.NET 2005. Following the steps laid out in the online help, I've created the service and it's installer. Then I installed and started the service. No problems, and the basic functionality I coded in seem to be working fine. According to the online help, from Visual Studio, I should now select the menu option Debug -> Processes . Except there's no such option! Using the Tools -> Attach to Process option doesn't work, since my service appears greyed-out in the list. I've also tried just running it like you would a normal app, but after a considerable pause, I just get a dialog saying "Cannot s ...Show All

  • .NET Development How to use CppCodeProvider->CompileAssemblyFromSource ?

    Hello all, I try to call CompileAssemblyFromSource method of CppCodeProvider , but it result to System.NotImplementedException. The same call of CSharpCodeProvider is passed. Pls, share a some example code to me. ps: pls, my boss is a mad dog :( ...Show All

  • Software Development for Windows Vista DirectShow with Managed C++

    Hi, I am trying to use DirectShow with Managed C++ and have compile errors. When including <dshow.h> I get the following error C:\Program Files\Microsoft DirectX SDK (February 2006)\Include\strsafe.h(221) : error C3641: 'StringCchCopyA' : invalid calling convention '__stdcall ' for function compiled with /clr:pure or /clr:safe Therefore I have some questions... a) Is it possible to use DirectShow with Managed C++ b) Is there a Managed C++ sample c) Is there a simpler way to just playback video from my app I am using the following... 1) Visual C++ Express Edition 2) Platform SDK " Windows Server 2003 SP1 SDK Release Notes" 3) Sample from "C:\Program Files\Micro ...Show All

  • SQL Server MDX Performance Issue with TOPCOUNT Using Calculated/Derived by Time Specific Members

    I am new at The MDX game and need some help. I have the following MDX that executes a wee bit to slow when I specify one of the following members (See MDX below) [Measures].[Prio Shp Unt], [Measures].[Unit Variance], [Measures].[Prio Cst Ttl], [Measures].[Prio Awp Ttl], [Measures].[BM Variance] in the TOPCOUNT statement. I have arrived at the conclusion that the problem is because I speicfy a period at the member selection that is different to the period on my where clause. Now the problem is that both the periods are user driven and can be anything from current back for the last three years. In other words the users have the option to specify which two periods they want to compare. Also the TOPCOUNT measure is user driven and can be ...Show All

  • Visual C++ TCP/IP in VC++

    Hi all, Does anyone know a function or class I could use to send files over a network using TCP/IP (in vc++). Even pointing me to a site will help. Thanx in advance Regards Programm3r You need to use Winsock. Here's part-3 of a beginner tutorial I wrote a while ago where I show how to use a custom protocol top transfer files :- http://www.codeproject.com/internet/winsockintro03.asp ...Show All

  • Software Development for Windows Vista NetUserEnum call fails on vista when going across domains

    I have a parent and a child domain. The vista machine is in the parent domain, when i try to get the user accounts on the child domain rfom the vista machine its gives me a access denied (5) even though i am logged in as a enterprise admin. The same code that i have outlined below works on XP\2000 etc. I use NetWkstaGetInfo to get information of the users workstation. The (WKSTA_INFO_100) structure member (wki100_langroup) has the name of the domain (Parent domain in this case as the vista machine is on the parent domain) then i use the NetGetAnyDCName to get any domain controller on the parent domain. I run the NetGetAnyDCName again with the domain controller from the parent as the first argument to get a domain controller from the chi ...Show All

  • Visual C# Import methods from DLL wrote on C

    Don't work import from dll wrote on unmanaged language C, do actions [ DllImport ( "Shapes.dll" , EntryPoint = "SwapWord" , CharSet = CharSet .Auto)] extern static public void SwapWord( int lenght, ref wordP); Compiler write error - Don't find entry point in this method. All parameters true. Best regards Maxim Kozlenko - Microsoft Student Partner There is a syntax error in your example, missed a identifier in you second argument. It should be something like: [ DllImport ( "Shapes.dll" , EntryPoint = "SwapWord" , CharSet = CharSet .Auto)] extern static public void SwapWord( int lenght, ref string wordP); ...Show All

©2008 Software Development Network