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

Software Development Network >> S Jeya's Q&A profile

S Jeya

Member List

Surinder
kavithasiva
danreef
GauriMK
Puwadol
kkkwj
Chris_Bird
Stechmann
Evian_
Stuart Harris
Florian_TT
meeeeeeeeeep
chrisfewtrell
Munish Narula
SteveTheFiend
SiroroS
Neil Blackburn
Lucy Phelan
Abhinaba
Jon Cortez
Only Title

S Jeya's Q&A profile

  • Windows Forms Simulate key pressing

    Hi For some reason i need to simulate key pressing.Pressing a key without actually pressing it.Generating key pressed events and also mentioninig the key by myself though the key has not been pressed. I need to type into command window for an application , i have got the handle to that application and brought it to forground.Now i just need to type some fixed text like 'LevelList" into that window.One way i see is to simulate key pressing.If its possible how to do it.Second is there any other way to do it. thanks Another way to do it is char typeCharMessage; for ( int count = 0;count < textToW ...Show All

  • Visual Studio Express Editions candidate function(s) not accessible

    one of my farvorite Error messages, the one kind that doesn't give a hint why!! I wrote a user control, add a public function to it. Now I put the user control on another Form in a other project, compiles fine and shows the conrtol when startet. If i try to access(add the code to access these) these self added public function of that control, it say that: candidate function(s) not accessible. when compiling. Why is that so And how can i fx that Thanks     Nevermind, I figured it out. For the rest to note: In a managed C++ class, access is restricted for an ...Show All

  • Visual Studio 2008 (Pre-release) unknwn.idl Win SDK Beta 2 issues

    Hi all, I'm running into a huge problem and am desperate in trying to find a solution. Upgraded to the Beta 2 SDK (Uninstalled all the Beta 1 stuff first) and am trying to recompile my code. I get the following error: 1>C:\Program Files\Microsoft SDKs\Windows\v1.0\Include\unknwn.idl(108) : error MIDL2025 : syntax error : expecting ] or , near "annotation" 1>C:\Program Files\Microsoft SDKs\Windows\v1.0\Include\unknwn.idl(108) : error MIDL2026 : cannot recover from earlier syntax errors; aborting compilation I followed the directions in the SDK readme to setup the include and library paths and have them moved up to the top ...Show All

  • Windows Forms Control the child control painting

    I am trying to control the order my child controls are painting. I have a Custom Control inherited from type Panel so that I can site other controls. I override OnPaintBackground to paint a BG image then after that I want the child controls to paint and then finally I paint something over top of that. I have been unsuccessful in controlling anything that deals with the painting of the child controls in my own Panel control. I do have access to the child controls through the controls array but stll cannot manage anyhting . Any help would be appreciated. Thanx Do you mean you want to force the ...Show All

  • Windows Forms Change the color of the Cell of the Datagrid

    Based on the value of the cell in column 3 I want to change the cell color of the column 0 Thanks Thanks. I tried this it won't give the full solution what I was looking for. But I had fixed this with currency manager ...Show All

  • Software Development for Windows Vista 2003 Certificate Authority - Custom Policy module

    I made a build of policy module available with Micorsoft Platform SDK Samples for C++ using VC++ IDE. To my surprise, the MS 2003 Server Certificate Authority does not recognize this DLL... But the same dll is recognized by 2000 server CA. Could anyone explain me the reason for this behaviour. Reference from :Microsoft Platform SDK\Samples\Security\CertServices\Policy\C++\Windows2000, and the read me file says, the code is supported for 2k or later. Thanks a lot, i got the reply for my query in Newsgroup: Discussions in security. Regards, Veena ...Show All

  • Smart Device Development vibrate.h missing for WM5 PocketPC

    Hi everyone! I cannot find vibrate.h in the WM5 PocketPC SDK. According to the documentation vibrations are supported on PPC now. Can I just copy vibrate.h from WM5 Smartphone SDK Thanks. I don't think you will be able to solve the problem by copying the file to include directory. However it looks to me it is a bug that vibrate.h is missing. I shall investigate further and will let you know this. Meanwhile, please confirm if the following link you are referring to for vibrations: http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/mob5lrfVibrate.asp ...Show All

  • Visual Studio Express Editions New to C

    Hello. I was interested in programming in C and of course I bought a book. However the book is a little outdated, so they describe how to use the tools such as the compiler, etc. They teach you how to compile and link everything with Borland and Microsoft Visual C++. This book is C For Dummies, printed in '96. I downloaded Visual C++ and it has WAY more features than the one in the book has. I'm lost. Starting out he teaches you to do the usual "Hello world!" script, I started a new project, created a C file, typed in the code, saved it and... How do I compile I tried the Visual Studio command prompt, placed the C file where they told me ...Show All

  • Visual Studio Team System Which version for Business Analysts and Project Managers?

    I'm leading an effort at my company to review VSTS to determine if it is a right fit. We are using the Beta 3 evaluation and so far it is a great product. The thing I can not figure out is which version do people in the role of Business Analysts and Project Managers use Their main usage would be to interact with reports and work items. Any suggestions The best fit for them is probably to use no version of VSTS. Rather, they would typically use Office 2003 (Excel and Project) and the Team Client - which is nothing more than Visual Studio with all the compilers and project types removed. Individual team c ...Show All

  • Visual Studio Help me ! VBControlsEvents

    I write my addin in Visual Basic 6.0 and use VBControlsEvents to handle the control when I at it to my form. (like CodeSmart for VB)(control spy) But where i create my addin in VS.NET 2003 i can't find the event that handle like it can any bodyhelp me. PS: if you use CodeSmart.NET, when you drag a control to your form, it display a dialog box. I want to make it, but with my dialog box. Thank ! Email me: vanphuoc1978@yahoo.com or vanphuoc@gmail.com I finally figured it out.... I was surfing through the various msdn references when I happened upon the IComponentChangeService interface.  This allowe ...Show All

  • Windows Forms How to change the keys in the config file

    Hi, We are using the ClickOnce technology in Visual Studio 2005 to deploy the C# Windows applications. Here we are getting the problem in the clint site when we need to change the configuration settings. The files in the server deploy with the extention .deploy, when we open the app.exe.cong.deploy file with the notepad and change the keys and save, it is loosing some of the keys. When we try to connect to server and install the application we are getting the error. The error is file app.exe.config, has a different computed hash than specified in manifest. Please suggest me how to change the config.deploy file Regards S ...Show All

  • Visual Studio Express Editions VB Express and XLL

    Hello, can I build an XLL addin in VB express I can't find this template under New... as I do in VB6... Thanks Martin I'm not aware of any template for VB 6.0 that can create an XLL file. This is a Windows DLL and VB 6.0 cannot generate these w/o a third party tool or hack. You might be thinking of C++. You can create an Office COM Add-in w/VB.NET: http://support.microsoft.com/ id=302896 ...Show All

  • Visual Studio Express Editions 2 combobox master-detail

    i have three tables: CountryTable: CountryId,CountryName,Description CityTable: CityId,CityName,Description I would hace tho combobox,the first one for Country and second for City the second combobox (CityCombobox) should show only Cities that belong to the selected country on the first combobox (CountruComboBox). i use a look up table : CountryCity: CountryId,CityId i have 2 relations: rel1: ParentTable=CountryTable ChildTable=CountryCity ParentKey=CountryId ChildKey=CountryId rel2: ParentTable=CityTable ChildTable=CountryCity ParentKey=CityId ChildKey=CityId the 3 tables belong to ...Show All

  • Visual C# Printing A Windows Form

    I've done a bit of research and it looks like there is no real easy way to print a windows form. What I'm after if the ability to print my form, which contains only labels and one image. The main technique seems to be redrawing all of these controls to a graphic object, then sending that object to the print dialog. My question was, is there an easier way to print just a windows forms with labels, that has no buttons, or textboxes, etc on it Are there any free or relatively cheap components that can make this easier I've looked at the PrintForm for $299 but was hoping for a cheaper or easier way of doing this. Is there something new ...Show All

  • .NET Development Legalities

    I'm developing some mobile and web apps.  one is a secure Data Repository.  I want to make the file structure similar to Internet Explorer to promote a more comfortable environment.  Is it legal to use Microsoft icons[word doc, folder, trash, etc.] in such a manor   Thanks. No it is not, see: http://www.microsoft.com/mscorp/permission/default.mspx You are only allowed to use icons and images that are redistributable. However, Visual Studio 2005 comes with a collection of icons and images out of the box that you are able to use in your applications. They are typically located in the follo ...Show All

©2008 Software Development Network