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

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

pyeung

Member List

Andreas Haug
tuncali
Kamii47
MoP73
MechiF
Candela
Alex Farber
Bruce Baker
87jerome
Penicillin
Douglas Penna
Michael Bird
Vb_2007
timy2putt
ULeas
boocowofdeath
Martin Bennedik
SomeRandomName
Fergnab
Nep23
Only Title

pyeung's Q&A profile

  • Windows Forms Adding images to DesignerVerbs

    Hello everyone, I have a custom forms designer. I want to add an image to my controls designer verbs menu that comes up in the designer but can't find where to do it. For example, in my designer, I've added copy paste and some custom designer verbs for the menu's that pop up when the control is right clicked. I want to add pictures next to the menu items. Anyone know how to do this Ken the following post may be useful https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=211298&SiteID=1 ...Show All

  • Visual Basic changing Scrollbar color

    Hi Friends How can we modify the look and feel of a scrollbar of list view item. Basically what i am trying to do is to make the scrollbar fancy like a Mac Scrollbar. If any of you have any idea how to solve this problem. Thank in advance. Atheeque hello friend, i' making a game using c#/silverlight... but the problem is that...i'm not getting the keyboard support while fullscreen.... i tried keyboard hook...but still it is not working... what i did is i make a dll for keyhook...and when i'm using that dll in c#/silverlight project...it throws error while loding the namespace of dll... but when i'm using that dll in other project...it work properly.... can u plz help me... Thanks & Regards Naveen Kushwaha ...Show All

  • Visual Basic movie collection starter kit

    Hi there I trying to run movie collection1 and I have a problem When I try to add some dvds to the collection via online, I get a error message saying that the movie cannot be added to the collection, and it is not. It adds some dvds and I get the error message with others. For instance, it cannot add the sound of music or The Firm to the list, but I can add DUEL All of this is with the movie collection template I downloaded. Any suggestions Thanks I've tried what you've written, but it still doesn't work. And one thing i've noticed, is that in "SimpleAmazoneWS.vb", we got this code: ************************************************* Me .AmazonASINToString(amazonItem), _ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. help with everything

    I cant seem too computer connection can some one tell me what to do You're going to have to explain what's going on a bit more than that before someone can help you. What exactly are you trying to do What errors, messages or odd behavior are you getting What things have you tried already Those would be some good questions to answer to start with. ...Show All

  • SQL Server Need Help Creating UDF from .NET

    Hi, I need to convert the following .NET code to a SQL Server 2005 user defined function. Let me know where to start Here is the code in ASP.NET using VB Shared Function GetDigest(ByVal tamperProofParams As String) As String Dim Digest As String = String.Empty Dim input As String = String.Concat(SecretSalt, tamperProofParams, SecretSalt) 'The array of bytes that will contain the encrypted value of input Dim hashedDataBytes As Byte() 'The encoder class used to convert strPlainText to an array of bytes Dim encoder As New System.Text.UTF8Encoding 'Create an instance of the MD5CryptoServiceProvider class Dim md5Hasher As New System.Security.Cryptography.MD5CryptoServiceProvider 'Call C ...Show All

  • SQL Server Dynamix mdx query

    I'm not to familiar with mdx, so I don't manage to create a dynamix mdx query in RS against my AS cube. What I'm looking for is having two parameters @par1 and @par2 that decide what dimensions to query against. The default query I get when I create a mdx with designer looks like the one below. The problem is that instead of [Product].[Product].[Product] and [Supplier].[Supplier].[Supplier] I would like to use my parameters. The parameters can contain the value Supplier, Product, Customer and all other names of the valid dimensions. I thought maybe it was possible to do somthing like this: [@par1].[@par1].[@par1], but that didnt work :-) I have also tryed using with and set, but havnt managed to make it work. I have seen a couple exampl ...Show All

  • Visual Basic How to launch Windows Explorer with a special path

    I want so launch an Windows Explorer Window wich shuld show a choosen directory and select a file in this directory. But how To lauch explorer with the specific directory showing. Process.Start("Explorer", "D:\school") This will loaded windows explorer with the directory d:\school as the default directory. ...Show All

  • Visual C# quick help please... XML attributes

    Hi all, I have a DataGridView that displays an XML file in it... the table has these column names: Name, Value, Data. After I've populated it I need to compare (via a method call) the data in the Name cell with the string value in the XML comment. So basically I'm comparing the Name cells value with the comment value in the XML file. The XML file contains the useual <name>, <value> & <comment> tags. How would I do that Also I want to color the cells Name & Value if they do not match private void SeeForMatch() { XmlDocument doc = GetXmlDocument(); // loads XML file DataTable dt = datagridView1.DataSource as DataTable ; foreach ( DataRow rows in dt.Rows) // loops through the datagridview1 or ...Show All

  • SQL Server Executing an asp page from sql server.

    Hi; I don't know if this is the right forum, if not please move it. I have an asp page using fso etc to create txt files on server. I want to call this asp page from sql server for example a table is updated. I mean I want to execute or call this file inside a trigger so a table is updated sql server will execute that asp page and create the text files i needed automatically. Any help will be appriciated. Thanks... hey, Triggers behave synchronously which means that you will have to wait for the external application (which you probably would need) to come back for the transaction to commit. In common this leads to very bad performance as well as a lot of ugly error retrieving if anything goes w ...Show All

  • Software Development for Windows Vista Set cursor position

    Hi there, I'm using API function SetCursorPos in my application, however it doesn't work in Windows Vista. Is there any another way to set cursor position Thank you! Best Regards Ondrej Vaverka – InstantStorm developer Hi Ondrej Vaverka, Are you trying to do this from a service just out of curiosity Can you give me a snippit to demonstrate what context you are doing this under Thanks! Matthew Braun ...Show All

  • SQL Server Calling an SSIS package from a Service Broker Queue

    Posted the same message to the Service Broker forum. But the board is neither responsive nor active. So I am trying this forum. Hope someone can help. I would like to call an SSIS package from a Service Broker Queue. There is one way that I am aware of - Using xp_cmdshell from within an activation stored procedure and using DTEXEC. Is there a more elegant way of executing an SSIS package from within SSB Also, I am not interested in writing a .NET external activator to process my messages in the queue. I would like this operation to be strictly database oriented. Having said this, I am also trying to avoid triggers processing the messages in the queue. Thank you! ...Show All

  • Visual Studio crystal reports 9.x compatibilty with Windows Vista

    Unable to gauge out whether Crystal Report 9.x is reqd as minimum or absolute in Windows Vista if not then which version is required as minimum and/or absolute in Vista Thanks and Regards Luv Walia Hi Disti, I have the same enviroment with you but I cannot run. Can you send me your crystal 9 runtime files . when I try manual register the dll filel , I can only register the craxdrt9.dll and crviewer9.dll I cannot register such dlls even I run as administrator: crqe.dll,keycode.dll,saxmlserialize.dll,DataDefModel.dll,ExportModeller.dll,Crtslv.dll. Thanks very much if you can help me , my mailbox is gli@elynx.com.au ...Show All

  • Software Development for Windows Vista reference assemblies not found on clicking interface type

    hi everybody I am working with vihag's Designer Rehosting sample. i want to use external dataexchange service from workflow designer but i am not able to see the reference assemblies in my project when clicking on interfacetype in properties window of callexternalmethod activity. can any body help me for this problem thanks in advance ! rajendra: Check to make sure that the interface you are trying to reference has the <ExternalDataExchange()> _ decoration above the interface declaration. ...Show All

  • .NET Development Marshalling an array of strings from C# to unmanaged C++

    Hi I am trying to call in a function in a unmanaged C++ DLL that takes in an array of 'char *'. I was wondering if there a way to declare the function on the C# side as [DllImport("CPlusPlusDll.dll", CallingConvention = CallingConvention.Cdecl)] public static extern void PassInStrings(short sArraySize, string[] values); and on the C++ side process the string array as void PassInStrings(short sArraySize, char** stringArray) { ... ... } I know I must be trivializing the solution :-}) I would appreciate any pointers on how this can be achieved. Thank you Too hasty of me I posed the question on the forum too quickly without trying it out. Thank you Mattias for that answer - otherwise I wouldn't even have tried it. He ...Show All

  • Software Development for Windows Vista Playing cause a computer freeze

    Hi I wrote a player application in C# and DirectShowlib-2005, after a while in mid of playing application completely cause freeze in windows and i had to restart windows. I changed my Ram and graphic card but it still sometime happen. has anyone else experienced freeze-ups like this and if so what have you done the resolve the problem Thanks I should probably also add that it should be impossible for a program to freeze the computer. Something like that usually takes a bad driver. Video maybe ...Show All

©2008 Software Development Network