Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

John502

@John502
About
Posts
109
Topics
31
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# - System.Windows.Automation with Java, Java Access Bridge with WindowsAccessBridge.dll
    J John502

    Hi Greg, Please use below code using System.Runtime.InteropServices; using System; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; namespace JabApiLib.JavaAccessBridge { public static class JabHelpers { public class AccessibleTreeItem { public String name; // the AccessibleName of the object public String description; // the AccessibleDescription of the object public String role; // localized AccesibleRole string public String role_en_US; // AccesibleRole string in the en_US locale public String states; // localized AccesibleStateSet string (comma separated) public String states_en_US; // AccesibleStateSet string in the en_US locale (comma separated) public Int32 indexInParent; // index of object in parent public Int32 childrenCount; // # of children, if any public Int32 x; // screen coords in pixel public Int32 y; // " public Int32 width; // pixel width of object public Int32 height; // pixel height of object public Boolean accessibleComponent; // flags for various additional public Boolean accessibleAction; // Java Accessibility interfaces public Boolean accessibleSelection; // FALSE if this object doesn't public Boolean accessibleText; // implement the additional interface public Boolean accessibleInterfaces; public string textValue; public string m_msgStr; public List children; public AccessibleTreeItem() { children = new List(); } public AccessibleTreeItem(AccessibleContextInfo accessibleContextInfo) : this() { this.name = accessibleContextInfo.name; // the AccessibleName of the object this.description = accessibleContextInfo.description; // the AccessibleDescription of the object this.role = accessibleContextInfo.role; // localized AccesibleRole string this.role_en_US = accessibleContextInfo.role_en_US; // AccesibleRole string in the en_US locale this.states = accessibleContextInfo.states; // localized AccesibleStateSet string (comma separated) this.states_en_US = accessibleContextInfo.state

    C# csharp java com testing tools

  • Need help on windows socket programming
    J John502

    Hi, I need information on socket programming and need to develop an application which communicates with each other as server socket and client socket.. Can any one help me out regarding this...? Thanks John.

    C / C++ / MFC sysadmin help question

  • Need assistance on how to send emails in VC6
    J John502

    Hi, Need assistance on how to send emails with attachment in VC6.0 environment... I don't want to get any kind of alert while sending email with attachment... Kindly assist on this.. Thanks John

    C / C++ / MFC tutorial workspace

  • Visual C++
    J John502

    Hello Maxi, Thanks for helping in this regards; I want to run my test case on the below text; 12/13/10 10:11:00 (India Standard Time), [3484] TAPIAdapter.cpp :379 INFO - Closing the database before stopping the service. 12/13/10 10:11:00 (India Standard Time), [3484] TAPIAdapter.cpp :409 INFO - TAPIAdapterDynConfig thread could not be stopped 12/13/10 10:11:00 (India Standard Time), [3484] TAPIAdapter.cpp :429 INFO - "TAPIAdapter Service" Service Stopped 12/13/10 10:11:04 (India Standard Time), [3544] TSPConnector.cpp :166 TRACE - Line is closed for device_id 110 12/13/10 10:11:04 (India Standard Time), [3544] TSPConnector.cpp :166 TRACE - Line is closed for device_id 110 3_VOIP_10202010_00004 made on Oct 20 2010 16:41:29 12/13/10 10:11:00 (India Standard Time), [1508] TAPIAdapter.cpp :793 ERROR - Illegal keyword "CheckExtInCTIUserInterval" in configuration file 12/13/10 10:11:04 (India Standard Time), [1508] CVoipDatabase.cpp :167 INFO - KnoahSoftDB : Connection opened with database at ip address : 157.0.60.155 12/13/10 10:11:04 (India Standard Time), [4108] CCTIOSAdapterKSDB.c :142 TRACE - The SQL Query is :- select v.voip_phone_extension Voip_Phone_Extension,e.emp_code Emp_Code,e.emp_id Emp_ID,e.network_id Network_ID,s.site_alias Site_Alias From Employee E, Site S, Voice_Configuration V, Employee_Detail D Where V.Emp_Id = E.Emp_Id And V.Emp_Id = D.Emp_Id And D.Location_ID = S.Site_ID And V.Status = 'A' And V.Do_Voice_Recording = 'Y' And V.Voip_phone_extension != '-1' and v.emp_id not in (select e.emp_id from employee e where e.emp_first_name like 'extn_agent_%') order by voip_phone_extension I have this text content in one file and wants to read this by application; please help me out.. Thanks John;

    C / C++ / MFC c++ question

  • Visual C++
    J John502

    At What Conditions, CStudioFile::ReadString() Gives/Returns the FALSE value? I know that,What is available in the MSDN , AnyBody Know the another Conditions Please, Tell me. And In a File Consists the Lines In one Condition "m_pString" doesn't take the line in the File? Why it Happen? Any body know Please give me Reply....

    C / C++ / MFC c++ question

  • Visual C++
    J John502

    hello sir, I know that,(i.e)already in the MSDN , AnyBody Know the another Conditions Please, Tell me.

    C / C++ / MFC c++ question

  • Visual C++
    J John502

    At What Conditions, CStudioFile::ReadString() Gives/Returns the FALSE value? And In a File Consists the Lines In one Condition "m_pString" doesn't take the line in the File? Why it Happen? Any body know Please give me Reply....

    C / C++ / MFC c++ question

  • Need information how to do screen scraping in windows using VC++/C++
    J John502

    I want to scrape text from custom window... From the custom window it self i just want to find out where is that text (what i am trying to search) is avaialable. Once i get the pixel pisitions of that text then i want to scrape that.. This is my requirement... Please help me out with your suggestions... Thanks John...

    C / C++ / MFC c++ help tutorial question

  • Need information how to do screen scraping in windows using VC++/C++
    J John502

    Hi, I had a requirement of do screen scraping on windows. I want to capture words which are available on active window along with the pixels. So can any one help me out how to do this....? Thanks John.

    C / C++ / MFC c++ help tutorial question

  • Need help of how to execute SQL update query in VC++
    J John502

    Hi, I have one SQL query, i want to update it in one database. Please check that SQL query below. update employee set emp_name = 'Ravi' where emp_id = 1 I know that the below query will help me to get the records count.. update employee set emp_name = 'Ravi' where emp_id = 1; Select @@Rowcount Updated But i want to execute this query through my VC++ code.. Cany one help me out how to execute this query and how to retrieve no of records updated count as return value..? Can any one help me out as it urgent requirement for me.. Thanks John.

    C / C++ / MFC database c++ help tutorial question

  • Need help on how to update SQL query using VC++
    J John502

    Hello Holmes, Yes, you have given exact query.. i have executed this query in QueryAnalyser it is working fine and this what i am expecting.. Can you please explain me how to execute this query through VC++..? Thanks John.

    Database database c++ help tutorial announcement

  • Need help on how to update SQL query using VC++
    J John502

    Hi, I have one SQL query, i want to update it in one database. Please check that SQL query below. update employee set emp_name = 'Ravi' where emp_id = 1 Now i want to get the count of how many rows get updated.. Can any one help me out as it urgent requirement for me.. Thanks John.

    Database database c++ help tutorial announcement

  • Need help on TAPI3.0 with some sample programs
    J John502

    Hi, This is John, i am developing one application in VC++ using TAPI 3.0 sdk. I am developing this application for to get some call center features. In call centers they will have phones with some dedicated extensions. Agents will logging onto the phones. Now i want to get agent login and log out events from TSP. Can any one help me how to retreive those evets from TSP.? If any one provide me some sample TAPI 3.0 applications, that could be great.. Thanks in advance.. Thanks John.

    C / C++ / MFC c++ agentic-ai help tutorial question

  • Need help on how to send SMS using VC++ program
    J John502

    Hi, I need help on how to send SMS using VC++ program to my mobile.., This is my requirement, Can any one help me out regarding this..? Thanks in advance..

    C / C++ / MFC c++ help tutorial question

  • Not able to use volume control functions in MCI
    J John502

    Hi, I have developed one sample call player application in VC++ MFC using MCI. I am able to play both MP3 calls and WAV calls, I am trying to implement volume controls to my application. When i have given mp3 files as an input then Volume controls are working fine, but when i have given WAV files as an input the volume controls are not working , that to i am getting MCI error.. Can any one help me out on this problem... Any help will be appriciated.. Thanks in advance... Thanks

    C / C++ / MFC help c++

  • Need information about how to send emails in VC++
    J John502

    Hi, I need some help on how to send emails using VC++ code..? is there any API available for sending emails..? If so please kindly let me know.. Any help will be appriciated... Thanks in advance...

    C / C++ / MFC c++ json help tutorial question

  • How to get control information about slider
    J John502

    Hi, I have three horizontal sliders on my dialog box, i am calling OnHScroll Event from my appplication, whenever i have clicked on any of the 3 sliders the OnHScroll event is getting firing. I am not able to identify which slider i have clicked on.. I am using below code snippet for getting the slider position. CSliderCtrl* slider = (CSliderCtrl*)pScrollBar; int slider_pos = slider->GetPos(); now i want to know which slider iam moving.. Can any one tell me how to get that .... Any immediate help will be appriciated.... Thanks in advance...............

    C / C++ / MFC help tutorial

  • Need help on MCI
    J John502

    Hi aks, Thanks for your reply.. I have checked this function on my machine, which is having sound cards, i am able to get the return value is 6. I have checked the same scenario on the machine which doesn't have sound cards, there i am getting the return value as 1. I have tried to play mp3 song on that machine, but not able to play that. I don;t know based on msdn help if no sound cards are enable, this function should return 0 instead of non zero number... Can you please explain me this scenario...? Thanks in advance...

    C / C++ / MFC help tutorial

  • Need help on MCI
    J John502

    Hi, I have created one application that will used play calls, i have developed this application using MCI (Media Control Interface). I am running my application on the machine which don't have sound cards, that time i am getting one error related MCI. but that error message is not irrelevant, now i want to change that error message. Or before starting my application i want to check whether that machine has sound cards installed or not. Can any one help me out how to check about the sound cards.. It is very urgent requirement for me... Thanks in advance...

    C / C++ / MFC help tutorial

  • Need help on how to move from one dialog back and next
    J John502

    Hi, Thanks for your help on this.., i don't want tabs in single dialog. Below i am explaining my scenario: 1. I have two dialog boxes, have two buttons on each dialog, and have to move (shuffle) from one dialog to other.. Can you please explain how i have to achieve this.. Thanks in advance

    C / C++ / MFC help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups