Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VenkatRastapuram

    How to toggle components to a dialog

    Hi , I have created a OptionPane in which there are two panels(containg say a component) top and bottom and one button 'show/Hide'. By default I should show a top panel and a button but when I click on the 'show/Hide' button it should show the top panel along with bottom panel and when I click...
  2. VenkatRastapuram

    JToolBar Repaint Problem

    Hi, I have a problem. I am developing a swing based appication. I am using a third party component, to this one I am adding a JToolBar. This tool bar contains different actions like insert, delete.... When the entire application is minimized, the icons of actions of tool bar are not repainting...
  3. VenkatRastapuram

    Gui problem with JTextField when setting double value to it

    Hi, I declared a variable of type double and doing a arithmatic operation like addition and after the operation and setting the calculated value to a JTextField. I am useing Decimal_Format to fix the precesion to two decimal places. But this is not working properly. When we start the...
  4. VenkatRastapuram

    Problem with accuracy with double

    Hi, I am unable get the accurate values using double. I know that I can get accurate using BigDecimal. But now I can not convert the datatype from double to BigDecimal in my classes as they are used in many places. I am able to get the correct value if I make the calculations in BigDecimal and...
  5. VenkatRastapuram

    How to create certificate using keytool

    Hello Sir, I configured the tomcat server and for that I created a keystore using keytool. Now I want to generate a certificate,so I created a local certificate (as certreq.csr). I imported a chain certificate from https://www.verisign.com/support/site/caReplacement.html and added to my...
  6. VenkatRastapuram

    how to use MarshalAsAttribute in C#.NET compact Framework

    Hi , I am sending a sample code, which is running without any problem in Windows Application and it is giving compilation error when it is run as Smart Device Application. Because the MarshalAsAttribute is not supported in Smart Device Application. I found from the MSDN (search key: Interop...
  7. VenkatRastapuram

    How to use StructLayoutAttribute and MarshalAsAttribute

    Hello Sir, I am sending a sample code which is used to search for a file by importing kernel32.dll. But in the sample code it is unable to comile. It is giving two compilation errors saying that StructLayoutAttribute does not contain a definition for CharSet and another one is the type or...
  8. VenkatRastapuram

    How to test SD card using Pocket PC Emulator

    Hello Sir, I have developed an application in C#.NET and it contails a database file. So I want to transfer this database file into a SD card connected to. So please tell me how to simulate the SD card with the Emulator and how to transfer the database file from the Pocket PC to SD card. Is...
  9. VenkatRastapuram

    How to transfer data from Pocket PC to SD card

    Hello Sir, I have developed a Pocket PC application. In that I am using a database SqlServerCe. The database file is a .sdf file. I want to transfer files and database to SD card. How to do this using C#. Pleas solve my problem. Thanking U R.Venkatesh MakeLogic www.makelogic.com
  10. VenkatRastapuram

    How to add Entrie in windows Internet Explorer popup menu

    Hello Sir, I have developed an application in C#.NET. I want my application shortcut to be as a menu Item in Windows Internet Exporer's popup menu which popups when we right click. How to do this. Pleas tell me how to do this using C#.NET. Regards, R.Venkatesh
  11. VenkatRastapuram

    how to pull records of the database which is in sqlserver

    Hello Sir, I want to pull some records of the tables, for which the database is in sqlserver. I successfully copied Sql server Tools in the IIS. I am able to get the message 'Sql Server Agent' which confirms that the sql server tools are successfully installed. But when I am trying to pull...
  12. VenkatRastapuram

    how to pull records of the database which is in sqlserver

    Hello Sir, I want to pull some records of the tables, for which the database is in sqlserver. I successfully copied Sql server Tools in the IIS. I am able to get the message 'Sql Server Agent' which confirms that the sql server tools are successfully installed. But when I am trying to pull...
  13. VenkatRastapuram

    How to setup database in IIS(Urgent)

    Hello Sir, I want to Set up my database to allow the account used for anonymous logins to thevirtual directory to access the database. For that I succesfully installed 'SQL Server CE Server Tools ' on my IIS server. As I am getting a message “SQL Server CE Server Agent”, it is confirmed that...
  14. VenkatRastapuram

    How to access web service using ksoap in J2ME

    Hello Sir, I want to invoke web methods which are at URL: http://www.makelogicmldb.com/VersionManager/VersionManager.asmx?WSDL Here the server is IIS. I tried using ksoap to invoke the methods of the above web service. I gave the serviceURL as...
  15. VenkatRastapuram

    Reply to Obislavu for my previous question

    Hello Obislavu, Thank you for responding to my question. As I said earlier that I want to search for a pattern in a file. The following are the answers to your questions. 1) I am using a XML file as a source file. 2) Yes I search the entire file.(answer to your first question) 3) No, I...
  16. VenkatRastapuram

    How to speed search operation in .NET compact Framework

    Hello Sir, I have developed an application which reads contents from a file and searches for a particular pattern in the file. As my file is about 365KB, my application has become very slow and it is taking nearly 1-2 minutes for searching. This application should be run in pocketPC 2002 and...
  17. VenkatRastapuram

    File is ther but FileNotFound Exception is comming

    Hello Sir, I am developing a application in .NET compact Framework. There is a file DataFile.xml. It is there in the local directory but there is a FileNotFound Exception while reading the file. System.IO.Path.GetFullpath("DataFile.xml"); is returning a complete path which is a...
  18. VenkatRastapuram

    How to connect to Internet using Dot Net compact Frame work

    Hello Sir, I want to connect to the Internet when my pocket pc is not connected. ie. It should initiate the request to connect to the Internet when it is not connected to the Internet. Please tell me the methods if any, that connect the pocket pc to the Internet using Dot Net Compact...
  19. VenkatRastapuram

    How to connect to Internet using Dot Net Compact Frame work

    Hello Sir, I want to develop an application in Dot Net Compact Framework, which runs in Pocket Pc and connects to the Internet. I want to know the methods that connect to the Internet in Dot Net Compact Framework. Please tell me if any you know Regards, R.Venkatesh venkat@makelogic.com...
  20. VenkatRastapuram

    How to Install Pocket PC 2003

    Hello Sir, I am unable to Install Pocket PC 2003 Emulator in my system. I am working on Win XP and my system . Its configuaration is p4,256MB RAM, 40 GB HDD. Dot Net Compact Framework is already instatlled in my system. I have Pocket PC 2002 Installed in my system. I downloaded Pocket Pc...

Part and Inventory Search

Back
Top