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

Software Development Network >> M.AmjaD's Q&A profile

M.AmjaD

Member List

Cyber Junkie
RAED KASSAWAT
Andre kyros
Grantcv1
luisarvayo
Nico Vuyge
jean at spear
Anant Badgujar
Matthew Brophy
LordZoster
xion.truth
Vantoko
oasisman
Socrates Kapetaneas
kakarato
Weston Williams
Manoj Agrawal
huabing78
Guido den Broeder
MrOctree
Only Title

M.AmjaD's Q&A profile

  • Visual C# How to read current active IE window's html content

    Hi there!, I really hope someone can help me with this issue... it is really cracking my brain up:S What I want to be able to is to load the html content of the current active IE window by a simple IE Frame or console application. Not using the webbrowser component. That is possible but I just don't know how to do it. Maby with the HtmlDocument I have googled and googled.. I found this example http://www.codeproject.com/vb/net/ByPassAutomation.asp which is VB, but other than that the example does NOT work.. well I have IE 7.0 so maby it's because of the tabs.. can anyone please help me Regards, Qawi Hi,   I think I got it:) thanks.. however.. how do I install it to IE I got this..   Pe ...Show All

  • .NET Development Web reference update

    I'm developping a windows application in c# 2.0. The application has a web reference to a web service where the interface changes sometimes. I would like to know if there is a way to check programmtically if the interface of the web service has changed in order to update my webreference What i'm trying to do is to either update the webreference programatically if that is possible to avoid manual recompilation and/or send an email notification when this occurs. ...Show All

  • Smart Device Development how to hangup a call?

    how to hangup a call hi Ilya I have seen your link. There are many P/Invoke api. but I do not knew how to call them. which parameter for the api is right such as : LONG WINAPI lineGetNewCalls( HLINE hLine , DWORD dwAddressID , DWORD dwSelect , LPLINECALLLIST lpCallList ); if I want to call linegetnewcalls at c#. how to define HLINE, DWORD , LPLINECALLLIST type data as parameter for lineGetNewCalls Thank you ...Show All

  • Windows Forms Problem finding the focussed control in a form?

    Is there any way to find the focussed control on a form, e.g if a from contains DataGridView and few textboxes and a botton, how do i find out which one of these control has the focus Thanks in advance ...Show All

  • SQL Server Programmability of parameter bar(layout/items)?

    Hi all, does anybody of you know how to code and customize the parameter bar of the SSRS reports I know about putting code behind expressions but how is it with parameters How is it possible to... 1. define the layout of the parameter bar and the positions of the parameter items 2. make the parameter items user-specific Is it possible to define a report with the report designer and hand over data (parameters) by code-behind or a referenced assembly Thanks a lot for any help Best Regards Marc Hey Russell, that's not really good news...but thanks a lot for your help anyway..i'm going to try the solution with passing parameters by code into the ReportViewer control. Cheers Marc ...Show All

  • Visual C++ Using SendMessage(HWND,MESSAGE,0,0), Linking error

    Hello, i am using the : Send Message function (in windows.h), when i include windows.h in my header file it gives about 200 - 300 warnings, but it works, but when i then use: SendMessage(HWND_BROADCAST, message, 0,0); it gives some weird Linking Errors.. 1>Meas.obj : error LNK2028: unresolved token (0A0000AA) "extern "C" long __stdcall SendMessageW(struct HWND__ *,unsigned int,unsigned int,long)" ( SendMessageW@@$$J216YGJPAUHWND__@@IIJ@Z) referenced in function "extern "C" long __clrcall SendMessage(struct HWND__ *,unsigned int,unsigned int,long)" ( SendMessage@@$$J0YMJPAUHWND__@@IIJ@Z) 1>Meas.obj : error LNK2019: unresolved external symbol "extern "C" long __stdcall SendMessage ...Show All

  • Visual Studio Team System Forward integrating (parent-to-child) bug fixes always causes conflicts

    Hi everyone: I have the following branching scenario: BranchA - Version 1.0 of the product, currently in production, currently being maintained - Branch B - Version 1.1 of the product, currently under development (child of BranchA) Obviously, bug fixes in branch A need to be forward integrated into branch B. This works, but the scenario below is confusing, and can potentially cause devs to merge incorrectly: Branch V 1.0 into V 1.1 Make changes to code in V 1.1; file class1.cs Check in changes Make changes to code in V 1.0 (e.g. bug fix); file class1.cs Check in changes Merge V 1.0 to V 1.1; latest version Conflict window pops up => understandable, both versions of class1.cs have changed Merge the fil ...Show All

  • Visual C# Variant in C# ?

    I’m coding in C# and I am working with a COM object that I earlier in C++ made this call: COleVariant varBeforeEnd(DISP_E_MEMBERNOTFOUND, VT_ERROR); hresult = pTemp->Add(knownObject, &varBeforeEnd ); How do I make the call in C# The IDE in VisualStudio say that the Add(…) function should have parameters like this: Add(KownObject, ref object); Any tip what to do with the second parameter I’ve tried to block some primitive types like int and bool to an object, but I only get exceptions… All tips are welcomed! Have you tried the IntPtr type it has been designed specifically for interop. ...Show All

  • Connected Services Framework MCSF Installation problem

    We get the following error while installing MCSF. MCSF was already installed on the system and we uninstalled the same. While installing it this time we have selected the option which does not create anything at active directory because AD was already configured. We first get the following error. 1. Error 1001:Unable to get installer types in the C:\...\Microsoft.connectedservices.connector.session.dll assembly.Unable to load one or more requested types.retrieve the loaderexceptions property for more info After this we get the following error and installation process halts. 2. could not find file"C:/Windows/system32/mmcfxcommon.InstallState" Hi Sachin, Could you run the installer in logging mode an ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Animation Component Released

    I've released the alpha version of my animation component.  It should work on both unskinned and skinned meshes, but currently requires shader 2.0 because of the skinning support (this will be changed in the future). Here is the link: http://www.codeplex.com/animationcomponents If you download it and try it on a model and it doesn't work (for now, I'm only referring to matrix key animations), please post on the website forums!!  I'll help you get it to work, and if it's a bug, I'll fix it :) I've included a sample of how to use it to play a skinned animation in the User Forum. Non matrix keys will be implemented in the short future... And if you downloaded the DLL shortly after it was put up, I uploaded the wrong DLL so non skin ...Show All

  • Visual Studio Team System Issues with unit testing asp.net apps

    Hey guys, I'm trying to do unit testing on some asp.net code i have but whenever i try to run the test i get the error: The web site could not be configured correctly; getting ASP.NET process information failed. Requesting ' http://localhost:3196/weborder/VSEnterpriseHelper.axd ' returned an error: The information returned is invalid. Which is strange because I can debug asp.net pages locally and everything else no problem. Anyone know what might be causing that Thanks! Issue solved! Thanks to this fine gentleman's article http://blogs.advantaje.com/blog/kevin/Net/2006/03/02/Unit-Testing-Web-Applications-in-VSTS.html page=comments ...Show All

  • SQL Server Getting error while using CREATE GLOBAL CUBE

    Hi, I am getting this following error while trying to create a local cube using CREATE GLOBAL CUBE stmt: [ 1] MicrosoftR OLE DB Provider for Analysis : Data source provider error. [ 2] MicrosoftR OLE DB Provider for Analysis : One or more errors occurred during processing of command. [ 3] MicrosoftR OLE DB Provider for Analysis : Column expression associated with level '_TemplateLevel' is not found The MDX stmt used is: CREATE GLOBAL CUBE On further debugging found following error being thrown: Errors in the metadata manager. The 'Level 4' source attribute ID of the 'Level 4' level does not correspond to an existing attribute in the dimension. And when i remove all levels from the Employee dimension, it works: CRE ...Show All

  • Visual C++ Running a very simple Win32 app... / VS2005pro & MFC: Same thing?

    Hi! I have installed VC++ 2005 Express and the Platform SDK according to the instructions on MSDN: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx Compiling and running the following program on the dev computer works like a charm: http://www.winprog.org/tutorial/simple_window.html I then changed to release-mode, turned off debugging in the project properties and copied the .exe to another computer without VC++ 2005 Express on. I pretty much expected problems, so I wasn't very surprised when I got the error message saying that there was something wrong with the program configuration, like the one here: http://forums.microsoft.com/msdn/showpost.aspx postid=23371&siteid=1 I have since then combed this forum and ...Show All

  • Visual FoxPro About using imestatus()

    Hi, I am using imestatus() to change input method between English and Chinese. It worked good in windows 2000. But it doesn't work in window xp. imestatus(0) always change to Chinese input and imestatuss(1) doesn't work. code is as follow: =imestatus(1) && using Chinese input =imestatus(0) && using English input Anybuddy know why >> code is as follow: >> =imestatus(1) && using Chinese input >> =imestatus(0) && using English input >> Anybuddy know why What do you get when you just call IMESTATUS() - with no value Maybe the IME isnot installed on the machine.... Also check the setting of IMEMODE property ...Show All

  • .NET Development I'm having a problem Adding a date to multiple textboxes in Formview

    I'm repeating this problem in this forum as it has to do with a ASP.NET. 1-I'm basically trying to display a calendar when the formview opens in insert mode. 2-The the user selects a date from a calendar and that date is entered into a textbox in the formview.  3- There are 4 different date textboxes in the formview. When I use my method on one text box, without having to use a switch to differentiate between the 4 different switches and textboxes there, everything seems to work.  However, while using the switch statement or an if/else loop, the routine does not work. It seems as if the switch statement does not work at all. Because when the Calendar fires,  the button values are wiped out when the form r ...Show All

©2008 Software Development Network