Software Development Network Logo
  • .NET Development
  • Visual FoxPro
  • Windows Forms
  • Visual Studio
  • SQL Server
  • Visual J#
  • Smart Device
  • Windows Live
  • VS Team System
  • Windows Vista
  • Visual C#
  • Architecture
  • Visual C++
  • Game Technologies
  • Microsoft ISV

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

hurmat

Member List

inoodle
spd3001
Domer
MarcBoisson
Thore
Oya ORER
cashfoley
dan ashcroft
Clark008
SaravananK
elifeinchrist
Reinsouled
HLdeveloper
Alx_it
.net 2.0 user
saju jana
Sizzles
Macius
GrahamCownie
JordanBean
Only Title

hurmat's Q&A profile

  • Smart Device Development Activating speakerphone on Windows Smartphone

    I'm trying to activate the speakerphone on my HTC-derived (Qtek-8300) Smartphone 2003 with no success. So far, I've tried the following approaches. TAPI: After initializing TAPI and veryfing the device's capabilities I made the following call: phoneSetHookSwitch(hPhone, PHONEHOOKSWITCHDEV_SPEAKER, PHONEHOOKSWITCHMODE_MICSPEAKER). The call fails with PHONEERR_OPERATIONUNAVAIL despite the fact that the device should support this feature. In fact any phoneSetHookSwitch call fails regardless of the parameters supplied. Synthesizeing key strokes ..by using keybd_event with both VK_F3 and VK_TSPEAKERPHONETOGGLE (VK_F16) alth ...Show All

  • Visual Basic Opening forms in a tab

    I have an mdi form with a few smaller forms that open within it. I recently decided that I do not want to do this. Is there a way to open the forms I have already created in a tab Say I have Form2.vb as a child form of Form1.vb. Right now, I have it set as I click a button and Form2 opens in a child window. Instead, I want to create a new tab on my tabcontrol and open it there (no new child window). I don't want to write out all the code that creates the controls by hand as the designer already did that for me. How would I take the code in Form2.Designer.vb and make it apply to a newly created tab If this doesn't make sense then I apolo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. non-FVF VertexBuffer

    How to create Mesh with non-FVF VertexBuffer (Managed DirectX) I tried to specify declaration but Mesh has FVF VertexBuffer after creation: Microsoft.DirectX.Direct3D.VertexElement[] elements = new Microsoft.DirectX.Direct3D.VertexElement[] { new Microsoft.DirectX.Direct3D.VertexElement(0, 0, Microsoft.DirectX.Direct3D.DeclarationType.Float3, Microsoft.DirectX.Direct3D.DeclarationMethod.Default, Microsoft.DirectX.Direct3D.DeclarationUsage.Position, 0), new Microsoft.DirectX.Direct3D.VertexElement(0, 12, Microsoft.DirectX.Direct3D.DeclarationType.Float3, Microsoft.DirectX.Direct3D.DeclarationMethod.Default, Microsoft.DirectX.Direct3D.Decla ...Show All

  • Windows Forms ToolStripItem DataBinding

    Is it posible to bind an ToolStripItem object from a ToolStrip to the property of an business object For exemple I would like to bind the Enabled property of a save ToolStripButton to the bool property of a business object. If yes, please tell me haw. Thanks in advance for any help. ...Show All

  • Visual Basic Validating & Formatting

    I am using the following code to format the values of a text box in the Validation event txtBoxSellPrice.Text = Format((txtBoxSellPrice.Text / 10), "00.00") Unfortunately it is having an unwanted side effect in that if I click out of the field then back in then back out it recalculates the /10 bit again, I would like to prevent this so that the calculation is only performed once but how the heck do I do this . OK, Thank you very much for that tip. Just tried it and it works a treat. Once again many thanks AMJ ...Show All

  • Windows Forms Debugging a VB.NET "Windows control"

    Hi, I created a simple "Windows control", with a few properties, in VB.NET (VS.NET Professional). To be able to debug my control, I added a new "Windows Application" project. I added my "Windows Control" to the references section of the new "Windows Application". After this, I can put my control to the form, so my Windows control ca ...Show All

  • Visual Studio Express Editions How I can create a file association?

    how i can associate a file type with my application ps: I wan't somethink easy.. Amazingly I have been unable to find a piece of sample code on how to do this in C# in managed code... instead, try this old school and trusty VB6 code from Microsoft that provides the basic steps required. ...Show All

  • Visual Basic Microsoft World MRU Lists and VB

    Hi, I am trying to load Microsoft words MRU list into VB and display it on a pop up menu for a client. My client wants to be able to click a system tray icon and have the option to open a document and automatically print it. I have done this ok. My problem is however is that he also wants to be able to right click and see a list of all his recently used word files. I have not really used the registry before when it comes to reading and displaying has anyone got any ideas where to begin Thanks Tom  Hi Vikram, Thank you for your help its much appreciated. Have a nice day, Tom. ...Show All

  • Visual Studio Team System Task Assigned To

    When creating a new task in TFS, the Assigned To drop down includes many different accounts by default. For example, it includes the TFSSERVICE account that we use to run TFS, and TFSSETUP which we used to install TFS. Is there a way to limit the list of people, or create exclusions I'd like to remove TFSSERVICE, TFSSETUP and several others from the list. Thanks in advance. Mark Yet another option is to specify values to remove, such as the following which excludes "SomeAccount": <FIELD name="Assigned To" refname="System.AssignedTo" type="String" report ...Show All

  • SQL Server I need help debuging this error message::

    Hello everyone, All weekend long I keep getting this error message when I run my SSIS package: Error: The variable " system::localeID" is already on the read list. A variable may only be added once to either the read lock list or the write lock list. I have search everywhere for this message without success. Could someone help to explain this and what to do to to bypass it. Your help will be much appreciated. Omon What are you trying to do with that variable and where are you trying to do it It is most likely in a Script Task or a Script Component. If you cannot find where you are referencing it then ope ...Show All

  • SQL Server SQL Impesonate Logon Problem

      Hi. I am currently working on an ASP.NET application which has to log on to SQL using a specific windows user account. As far as I am aware the only way to do this is by adding the Integrated Security=true ; property to the connection string. If you specify a user id and password then it will try to log you in as a SQL user. Is this all correct   To be able to login to the SQL server we explicitly call the LogonUser function from the   advapi32.dll then open a SQL Connection using the Integrated Security=true property. When you look at SQL Profiler it seems that there is two logon calls made when the conne ...Show All

  • Smart Device Development I want to develop Dotnet based application for Palm OS5

    I have a Palm OS5 based Pocket PC. I would like to do programming for Palm Os5. What dotnet tool (if there is) should i use to get started. Preferably C# based. Microsoft does not offer any Palm OS support, so you can not do that with Microsoft tools. Some 3rd party tools might be available, please discuss them in Palm OS related forms or particular tool manufacturer forums. I'm going to lock this thread as it's off topic. ...Show All

  • SQL Server Can we use cubes of MSAS2000 in MSAS2005

    hi, i am currently using a foodmart database i.e. MSAS2000 and i have installed newely MSAS2005. now i wanted to use the cubes of MSAS2000 i.e.Foodmart cube in MSAS2005. is it possible to move the cubes or migrate the cubes to MSAS2005. if yes then how if not then why and is anything done to do the upgradation or the migration. thanks in advance for the answer This Project REAL paper should give you some guidance: http://www.microsoft.com/technet/prodtechnol/sql/2005/asmigrtn.mspx >> Analysis Services 2005 Migration Published: August 19, 2005 By Michael Young, Proclarity Corporat ...Show All

  • Visual Studio 2008 (Pre-release) my pet project: AnimationBehaviors

    I’ve been working on a project in my spare time called “AnimationBehaviors”. Now that I’ve got it working reasonably well I’d like to share it with the world. The animation system in WPF is really powerful, however it’s not always easy to create certain effects in XAML without falling down to code. Even when code is not required, it’s not always easy to create reusable animation effects. Enter AnimationBehaviors. AnimationBehaviors is a library that makes it easy to add common animations to elements in XAML with little effort. By utilizing attached properties I’ve created a system where adding (sometimes) complicated animations becomes ...Show All

  • Visual Basic .application File cannot be found

    Hello, I have a very simple application that I am trying to publish to a Windows 2005 server.  During my testing, I sucessfully published my application using ClickOnce to my local IIS.  I noticed two things that VS2005 did during the publishing process: 1. It created a folder with my current version of the application & four files (publish.htm, setup.exe, MyApp.application , and MyApp_1_0_0_0.application). 2. It created a virtual folder in IIS with the project name (MyApp). My problem is when I publish it to the Windows 2005 server.  There are no errors during the publish process, and it opens the "publi ...Show All

©2008 Software Development Network