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 SkipVought 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: *

  • Users: balajee
  • Order by date
  1. balajee

    Restrict a XP user

    I think I did not make myself clear. My machine is a stand alone one, but there are other people who have accounts(limited access). I read that XP machine in a domain environment can have a account of "Standard" type where the "Install/unistall" capability is not available...
  2. balajee

    Restrict a XP user

    Hi Can somebody let me know how do I restrict a user, with limited access type account, from installing any program on a XP machine. Thanks,
  3. balajee

    Cannot start IIS 6 on windows xp

    Hi I just upgraded my win98 SE with upgrade version of XP Prof. Installed IIS, but cannot start IIS. The start button in IIS manager is disabled. When I click on the + sign before the "local computer" it does not bring the default web site details. What is missing? cannot figure it...
  4. balajee

    Convert a long into an 4-byte sequence

    I am just a week old in Java. I have to complete this tutorial program by Tuesday. I am finding it difficult to understand Java. Anyway if you do not want to answer its OK. Thanks,
  5. balajee

    Convert a long into an 4-byte sequence

    Thanks guys. This for palbano How can I undo this (convert the value from byte array to long) and see if I get the same long value.
  6. balajee

    Convert a long into an 4-byte sequence

    Hi I am trying to calculate the checksum using CRC32 and storing the long value returned by this class in a byte array. I have to store this long value in 4 bytes. how do I do this. Thanks
  7. balajee

    how to append a CSV file

    I am Sorry. I missed the "true" after the file name in the above code. Now its working. Thank you very much.
  8. balajee

    how to append a CSV file

    I am reading a CSV file with fields and sending to the server for inserting. However it writes only the last line and the earlier data is lost. Its still overwriting. I am giving my code here: BufferedOutputStream bos = null; //Processing of the data starts here if...
  9. balajee

    how to append a CSV file

    This code does not write the file, however the file is returned blank without any line. It appears that this code is trying overwrite. Please help, Thanks
  10. balajee

    how to append a CSV file

    Can you please elaborate more. Thanks
  11. balajee

    how to append a CSV file

    Hi I have a CSV file and would like to append few lines to it. I have the values in byte array. Can somebody guide me please? Thanks
  12. balajee

    Graphics not working

    Sorry guys. I did not realise that I had named the solution as "Graphics" which must have clashed with the "Graphics" class. I created another solution with different name and the above code did not report any errors.
  13. balajee

    Graphics not working

    Hi I am new to .NET and trying to draw a line on a picture box. I have just the following code: Option Strict On Imports System.Drawing.Drawing2D Public Class frmMain Inherits System.Windows.Forms.Form Dim graphics1 As Graphics + Windows Form Designer generated code End Class It is...
  14. balajee

    Change to Visual C++

    Hi I have developed a Grid Plot application. I am reading a binary file which basically has many 2D,3D arrays and few data values. On the form I have a picture box control and an image control within this picture box. I am plotting the values in an array using line method for picture box...
  15. balajee

    Wise for windows installer 4.2

    I have not gone to Media section. But in the media section the media name is "Basic", compression type is "Cabs inside" and Cab option is "Quick"
  16. balajee

    Wise for windows installer 4.2

    Hi I just installed an application made using WFWI. However when the user starts to use this application the following message comes up: The feaure you are trying to use is on a cd rom or other removable disk which is not available...... There is no option to install this application as...
  17. balajee

    Read a binary file

    Sorry just one question. What is that "Line". What is it supposed to do? When I used it it gave me an error: Undeclared identifier. I just removed it. Used message box.
  18. balajee

    Read a binary file

    It works. That's great. Thanks a lot.
  19. balajee

    Read a binary file

    With short int its showing "-13108". Is it possible for you to give me code which writes one line of an integer, a string and again an integer and then a float. And then read this line. I can then simulate the code to read my file. Thanks,
  20. balajee

    Read a binary file

    Sorry did not work any of these options. The result is same "-872415152".

Part and Inventory Search

Back
Top