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 Rhinorhino 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
  • Content: Threads
  • Order by date
  1. 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,
  2. 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...
  3. 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
  4. 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
  5. 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...
  6. 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...
  7. 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...
  8. balajee

    Read a binary file

    Hi I am having a binary file produced by Lahey Fortran95. It has Strings, integers and non integer values. I know the format of the file. How do I read the strings, integer and non integer values and display them in messagebox to confirm if I am reading it OK. I would like to store the...
  9. balajee

    Error in displayin in MsgBox

    Hi I am trying to read a text file by each character and displaying the character read in a message box. I have included these header files: fstream.h and conio.h. Following is the code I am using. But when run this code I get error at the line "MessageBox(ch);" Error...
  10. balajee

    Read a binary file

    Hi How do we read a binary file in Visual C++? Thanks
  11. balajee

    Combo box not working

    Hi I am learning visula C++. I am trying load a combo box using the the Data tab on the properties dialog. I have added 3 items in this Data tab. However when I run the application and try to click on the down arrow of the combo box, I do not get a drop down list. The combo box is blank. Its...
  12. balajee

    Excel 2000 Stops Responding

    Hi I have installed office 2000 with SR1 on win98 system. It has been working fine. But now when I open a workbook(100kb size) and just try to exit either by clicking on the Cross or through file menu exit, I see the mousepointer changing to Hourglass and just stays that way and everything...
  13. balajee

    Dataset

    Hi I am new to VB .net. I was studying one of the sample solution downloaded from microsoft site : How to - Typed Dataset. After opening the solution, in the solution explorer I see an entry "northwind.xsd". In the designer there is no data adapter or dataset. From where did this...
  14. balajee

    Internet sharing

    Hi I have Windows 2000 Advance server and Windows XP Professional connected through a hub. In the network both computers can see each other. When Ping from each other reply is received. I have internet connection set up on Win2K Ad server and set to sharing. But when I connect to internet, the...
  15. balajee

    Dynamic arrays

    Hi I am reading a text file from where I get string variables. I would like create arrays and name them with these string variables. I am also reading integer values which would used to define the size of arrays. Example string1="Array1" string2="Array2" integer1= Imax...
  16. balajee

    Where is my crystl32.dep?

    Hi I cannot find crystl32.dep file on my computer though I have Crystal Report 8.5 Dev installed. Any idea where can I find it? Thanks
  17. balajee

    How to repair a Cab file

    Hi I have a Cab file which is not being extracted as it says this file is corrupt. Is there any utility which can repair this file. I searched on the net and found only utilities which repair zip files and not Cab files. Please let me know from where can I get such a utility. Thanks,
  18. balajee

    Can access 2000 exist with office xp

    Hi Is it possible to have access 2000 with office XP without access 2002. Thanks
  19. balajee

    Exit from a Function

    Hi I have a form. I call a procedure from my class module after clicking on a buttom. This procedure reads a text file line by line. It calls another function which checks if the present line read has a file path or not. If it does not find a file path I would like to convey the user that there...
  20. balajee

    how to retrieve sql server dabase names

    Hi I am making an application where the user cans select a sql server and database name from combo box. How do I retrieve the server name and database names on the local machine or on the network? Thanks,

Part and Inventory Search

Back
Top