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

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

maverick_majnoo

Member List

Palvinder Singh
R.Tutus
omron
Olivier .NET
BAS-CRM
mgholam
GTH
Jeff Levinson
PoorSQLGuy
cadouthat
dan77062
tribal
Bruce Baker
Bolugbe
levsha
gauls
Trish
jam281
Naolin
Chardiot
Only Title

maverick_majnoo's Q&A profile

  • Visual C++ How can I insert HTML string into Powerpoint TextRange using VC++?

    Hi, I am trying to insert a piece of html string into powerpoint slide. I can insert a simple text piece by using TextRange->put("Text","my text").How can I insert a HTML text piece, like "<a href=a.htm>my html text</a>". It will be shown as a link, my html text , not original string. Thanks in advance Alex For such issues, the newsgroups at http://msdn.microsoft.com/newsgroups is the proper location. OTP Thanks, Ayman Shoukry VC++ Team ...Show All

  • .NET Development Chat Client/Server

    Ok. I grabbed a chat application off the internet. The problem is, i can only connect to other computers on my LAN. What I am trying to accomplish is connecting with a person maybe in another state. Can someone help me or point me in the right direction Yes of course I believe I have been working on my distributed network application for so long that I forget that a Lightweight server is not really that big of a deal, though if your server is behind a router that acts as a firewall you will still need to enable port forwarding. Also I should point out that your server does not necessarily have to be written in the same language as your clients, as I personally write all of my servers in C so that they are as fast as possible. Though ...Show All

  • Gadgets Can't get xml back from Amazon Web Service?

    I can put the feed url in the browser and all is well, but I can't seem to get a response using the code below function GetFeed() { var r = Web.Network.createRequest( Web.Network.Type.XML, m_feedUrl, {proxy:"generic", numItems:m_numItems}, OnFeedReceived); r.execute(); } Is the m_feedUrl just too long maybe http://webservices.amazon.com/onca/xml Service=AWSECommerceService&Version=2006-06-07&AWSAccessKeyId=1CE7SK4ZPTNDQZCWBP82&Operation=ListLookup&ListType=WishList&ListId=241KH7V8OZ7EQ&Sort=DateAdded&ResponseGroup=ListItems Any help would be greatly appreciated! Addressing a few points: selectNodes() returns an array of XmlNode elements, wh ...Show All

  • Visual C# How to Get One Millisecond Timer?

    Currently I am working on a Signal Graph control. The control will draw the signal state (ON or OFF) for selected device or IO point. I need a Timer that tick every 1 millisecond to scan the signal state because signal state change too fast (ON and OFF). I had tried all the 3 timers provided in .NET Framework, which are System.Timers , System.Threading.Timer and System.Windows.Form.Timer . However, I failed to get a timer that can tick in 1 millisecond. All of them had a delay between first tick and second tick: System.Timers : delay about 15ms System.Threading.Timer : delay about 15ms System.Windows.Form.Timer : delay about 60ms The delay cause me missed some of the signal state. Is there any other way to get ...Show All

  • Smart Device Development RichTextBox for Pocket PC

    Hi, Is the RichTextBox supported for Pocket PC/ Windows Mobile The help documentation seems to state that it is supported, but I don't know how to get the RichTextBox control in my toolbox. No, it's not supported. I believe OpenNetcf.org has it. ...Show All

  • Visual C# Robotics Studio 2006

    Hello, I am trying to get Microsoft Robotics Studio to work. I am using Visual Studio 2003. I am getting errors at every stage (ie. installing references, opening the sample projects) and I am wondering if it only runs on Visual Studio 2005. Thanks. Sorry, the robotics studio CTP does not work with Visual Studio 2003. But note, from the system requirements , that it will work with Visual C# Express, which is a free download . ...Show All

  • Windows Forms Listbox

    I have got a listbox that I am using to list a bunch of values, I have got the control set so that if a condition is met it pops a msgbox to the user Is there a way to stop the next value from being selected I remember in access this was the before validation, not here Thanks Davids Learning Care to show us some code.... That way we can see what you doing and are better able to give you an answer. Your description is still a bit vague .... ...Show All

  • Software Development for Windows Vista howto use OCSP responder for Longhorn

    Hi, I think I have the OCSP responder installed in Longhorn (5384) because "ocsp" appears next to CertSrv in the list of IIS applications. I just dont know how to use/test it. If I browse to it I get an error 500. Cant find any documentation about it either. Regards, Simon. Hi, don’t know if it’s still important...it’s quite a long time ago...but maybe it will help other guys... http://technet2.microsoft.com/windowsserver2008/en/library/045d2a97-1bff-43bd-8dea-f2df7e270e1f1033.mspx mfr=true regards florian ...Show All

  • Visual C++ Operator == implementation for user-defined ref class

    In my own ref class I implement a static operator == which takes my ref class as the first parameter type and my ref class as the second parameter type, in order to override reference equality. This works correctly as expected. Now if I implement another operator == which takes my ref class as the first parameter type and a different ref class as the second parameter type, this works correctly except when specifying 'if (myrefclass == nullptr)' in the code. At that point the compiler gives me an error complaining about ambiguity between the two operator == I have implemented for my ref class. Naturally I want only one of the operator == to handle this case, preferable the first of the two. Short of the ugly casting of the nullptr to a ref ...Show All

  • .NET Development Problem connecting to SQL Express using Enterprise Library

    Hi, I used Enterprise Library Data Application Block to connect to SQL Express. For sometime, it worked fine. However, after some reason that I don't know, it always gives me error below. However, I can connect to database using Management Studio just fine. And also when I use just SqlConnection object to do the connection, it worked just fine. Only when I used Enterprise Library Data Application Block, it failed. Can anyone encounter this error before Thank's Chad Error dump: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not a ...Show All

  • Windows Forms Clickonce and MSBuild

    Hey All, I was trying to deploy clickonce with a team foundation build to a dedicated publish server. At first I ignored the signfile task, and the build deployed the two manifest files to where I want them to be. But when I tried to opened the Application Manifest file, it failed and gave me the following message: + Exception reading manifest from file://testserver/ClickOnceDeployment/Football.application : the manifest may not be valid or the file could not be opened. + Manifest XML signature is not valid. + No signature was present in the subject. So I tried looking up for the SignFile task. I know that I need to have a .cer file. But how do I obtain it And how do I use it in the build script Many Thanks ...Show All

  • Visual Studio 2008 (Pre-release) Display XAML from a Windows Forms APp

    I'd like to start playing with WPF and would like to use it to display some graphics in an existing app. How do I create a Windows Forms app with a WPF control and then display my own XAML in it I think I have worked out how to create a WPF control using ElementHost but I cannot work out how to send my XAML to it. Help please! I've blogged about dynamically loading Xaml (it uses C++/CLI but you could port that easily to C#) http://blog.voidnish.com/ p=119 ...Show All

  • Visual C# Adding Objects to ArrayList using Button_Click

    Thank you in advance for any and all suggestions. I am trying to add a an object called pack to an ArrayList called Boxes using a Add_Click method. private void Add_Click(object sender, System.EventArgs e) { Pack p = new Pack(); try { p.setID(System.Convert.ToDouble(packageID.Text)); p.setAddress(address.Text); p.setCity(city.Text); p.setState(state.Text); p.setZip(System.Convert.ToDouble(zip.Text)); Boxes.Add(p);//here the pack is added to the ArrayList MessageBox.Show("Package added to the list"); this.Reset(); } I have a catch I just omitted it } My problem is when itry to use the back button, it should give me the previous element in the l ...Show All

  • SQL Server having the same definition for 2 indexes

    CREATE NONCLUSTERED INDEX [operation_breakdown_machine_pk] ON [dbo] . [operation_breakdown] ( [machine_pk] ASC ) WITH ( PAD_INDEX = OFF , SORT_IN_TEMPDB = OFF , DROP_EXISTING = OFF , IGNORE_DUP_KEY = OFF , ONLINE = OFF ) ON [PRIMARY] CREATE NONCLUSTERED INDEX [IX_operation_breakdown_machine_pk] ON [dbo] . [operation_breakdown] ( [machine_pk] ASC ) WITH ( PAD_INDEX = OFF , SORT_IN_TEMPDB = OFF , DROP_EXISTING = OFF , IGNORE_DUP_KEY = OFF , ONLINE = OFF ) ON [PRIMARY] aren't they exactly the same what are the possible effects of having the same definition for 2 indexes could it be possible that this has been overlooked by the administrator i would just like to ver ...Show All

  • Visual Studio 2008 (Pre-release) Updating custom control

    I am working on an WPF media player control (for various reasons I cannot use MediaControl). I have the video up and running now, but I am in doubt if I am doing the right thing when it comes to updating the control. Currently I am calling InvalidateVisual on the control and then doing the drawing in OnRender, but I seem to remember that invalidate is very expensive. So, how should it be done Thanks for the help, Tom Mulcahy :) You are right, when I have MPEG2 hardware I should be able of streaming the video internally without too much work for the CPU, had forgot that MPEG2 is easily streamable. ...Show All

©2008 Software Development Network