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 Wanet Telecoms Ltd 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: Haazi2
  • Content: Threads
  • Order by date
  1. Haazi2

    adding 2 domains each with 2 nameservers in aix 6.1 resolv.conf

    How would you configure the resolv.conf if you need to connect AIX to 2 domains where each domain has 2 nameservers? For example domaina has servers 10.1.2.3, 10.1.2.4 and domainb has servers 20.1.2.3, 20.1.2.4.
  2. Haazi2

    Concatenate based on 1st column in a file of records

    I have a file with records such as: 111112 4000000001 01/01/13 13:05 111112 4000000002 02/02/13 13:05 111112 4000000003 03/03/13 13:05 111113 4000000004 04/01/13 07:05 111113 4000000005 05/01/13 10:05 111113 4000000006 06/01/13 17:05 111114 4000000007 06/01/13 18:05 111114 4000000008...
  3. Haazi2

    Concatenate records based on first column in each record

    I have a file with records such as: 111112 4000000001 01/01/13 13:05 111112 4000000002 02/02/13 13:05 111112 4000000003 03/03/13 13:05 111113 4000000004 04/01/13 07:05 111113 4000000005 05/01/13 10:05 111113 4000000006 06/01/13 17:05 111114 4000000007 06/01/13 18:05 111114 4000000008...
  4. Haazi2

    Getting a list of all printers connected to a network

    How would you get a list of all printers connected to a network in Windows XP? Can this list be saved to a text file?
  5. Haazi2

    Error loading form with a DataGrid control.

    I have a form called frmCategory which loads when I open my project. Whenever, I open this project I get a message that there was an error loading the frmCategory and to check the frmCategory.log for error details. I checked the file and I get the following message: Line 16: Class...
  6. Haazi2

    Run-time error -2147467259 (80004005)

    I get the previously mentioned error on a form with 3 Ado data control whose properties I set at run-time. Here's the section of code that generates the error: With adoFunds .Mode = adModeReadWrite .ConnectionString = objConnect.ConnectionString...
  7. Haazi2

    resource file question

    I understand how to retreive images and strings from a resource file but I'm having trouble retrieving a user defined file from a resource file does anyone have an example of how to retrieve such a resource from a resource file. Say for example you put a text file in a resource file.
  8. Haazi2

    Dynamically changing the top property of the image control

    I have an image control on a form. The form loads with the image control at a certain postion. I want the image control to stay at the same postion even if the form is resized. I tried using the ratio of the form's height to the image control's top property to change the image control's top...
  9. Haazi2

    Help manipulating an image

    I'm new to VB. I was trying to find a tutorial on how to resize an image place on the form using the image control. I place the image control on a certain spot on the form and fill the image control with a bitmap. I want to have the bitmap in the image control always appear at the bottom of the...
  10. Haazi2

    MCSD advice

    Anyone have any advice about good training guides for the MCSD? I'm interested in the C++ track not the VB track. Also, what about the new MCAD would that be better than pursuing the MCSD? I would also appreciate anyone including their experience in preparing for the MCSD, especially the c++ track.
  11. Haazi2

    Dynamic link problem in Navigator 4.08

    I have a perl script that creates hyperlinks dynamically which send data to the same script. For example say I have a script called quotes.cgi which can accept a some parameters. My hyperlinks are in the form of: <a href=?qsymbol=DM&bid=120050>D-Mark</a> In Navigator 4.08 when I click on the...
  12. Haazi2

    Sending data from 1 form to 2 or more perl script

    1. Can you send data from one form to 2 or more different perl scripts using 1 submit button? 2. I assume this can be done from an html page or a perl script that generates the html page, right? 3. How can I return the results of the 2 or more perl scripts on 1 html page? 4. Does anyone...
  13. Haazi2

    Getting current host server

    Is there a way to get the current host server that a JavaScript program originates from?
  14. Haazi2

    Too old for IT?

    I'm contemplating obtaining an MS in CS although my undergrad major was in Economics. However, I have taken numerous computer courses which included a certificate course to move into the IT arena. I've heard IT is mainly for 20 somethings. A friend of mine mentioned that IT people over 40 have a...
  15. Haazi2

    Simple form problem

    For some reason this form will not generate the success page if the userid and password are correct. I know it's a simple problem but I can't seem to figure it out. Can someone please look at this code and tell me what the problem is. Thanks in advance your help and/or sugguestions: Here's the...
  16. Haazi2

    Guaranteeing an Array size passed to an object or method

    I have the following code: // test program public class Array { private final static int ROW = 3; private final static int COL = 3; private static String[][] weStatementLines = ; public Array(String[][] weStatementLines) { this.weStatementLines = weStatementLines; }...
  17. Haazi2

    C preprocessor equivalent in Java

    I have the following code in a c header file #define MAX 10 #define HOSTS char* hostname[MAX][] = {&quot;j40b&quot;, &quot;&quot;} How do I code the equivalent in Java? Thanks for any help in advance.
  18. Haazi2

    Problem installing SoundBlaster Live CT4830 card

    I have Windows NT 4.0 SP6a. I'm trying to install a SoundBlaster Live CT4830 card but when I attempt to use the Creative SoundBlaster Live drivers I just keep getting the message that no sound card is detected. Has anyone gotten this sound card to work in NT. I went to Creatives site and it has...
  19. Haazi2

    Problem with control panel file

    I have Windows NT 4.0 SP6a. When in the control panel, I click on the multimedia icon, if I click on the &quot;MIDI&quot; or the &quot;Devices&quot; tab I get the following error message: An error occurred while Windows was working with the Control Panel file C:\WINNT\System32\mmsys.cpl. I...
  20. Haazi2

    Problem with mmsys.cpl file

    I have Windows NT 4.0 SP6a. When in the control panel, I click on the multimedia icon, if I click on the &quot;MIDI&quot; or the &quot;Devices&quot; tab I get the following error message: An error occurred while Windows was working with the Control Panel file C:\WINNT\System32\mmsys.cpl. I...

Part and Inventory Search

Back
Top