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 bkrike 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: psandekian
  • Content: Threads
  • Order by date
  1. psandekian

    Problem with CD-WR

    Hi. I'm trying to repair my Mom's pc. She lost the use of her CD-RW. I had her remove the driver and restart the pc. It now recognizes the cd-wr as a cd-rom but it does not recognize the writable cd's. I can not write to a new cd and it does not read any of the cd's previously written to by...
  2. psandekian

    Multiselect list to table

    Hi. I am using Access 97 and I have several tables set up to help me populate a different table using a form. My form has 4 list boxes that allow the user to make multiple selections in each. After making the selections, I look at the table and there is nothing there from those list boxes...
  3. psandekian

    Sending email to multiple addresses question

    I have a client who wants to set up a group in his email account so that he can select one email address to send to the entire group. He also wants another person to be able to use this group. One uses Outlook 97 and the other uses Eudora. Their email is supported by their host for their...
  4. psandekian

    Problems with CSS

    Hi. I'm having two problems with my CSS. Here's my CSS file: <STYLE type=&quot;text/css&quot;> <!-- H6 { } H1 { font-weight: 500; font-size: medium; TEXT-ALIGN: center; } body { background-image: url(&quot;Texture_lt_gray_004.jpg&quot;); background-color: #E1E1E1...
  5. psandekian

    Creating a DLL - newbie

    Hi, I'm new to VC++ and I need to create a DLL using only ANSI C and the functions I have are in a .h file. Can anyone point me in the right direction? Thanks. Patty
  6. psandekian

    NT Workstation 4.0 SP6a Setup for Interdev?

    Can anyone tell me what is required to use Interdev on NT Workstation 4.0 SP6a? I've tried installing Peer Web Services and NT Option Pack. After I installed the NT Option Pack, it changed to Personal Web Service which is running. Do I need a network card? Do I need IIS? I cannot get past...
  7. psandekian

    Compiling and Executing Question - Newbie

    Hi from a Newbie. I'm using C on a UNIX-like system called REGULUS(it's antique but I have to use it do the complex application that I'm trying to update). I'm trying to use #ifdef to write some variable constants to my console window so I can see where my error is occurring but every time I...
  8. psandekian

    Windows Installer Arguments

    Hi. Can anyone point me to a KB article on the arguments available when installing an application? I am trying to install an application when my VB application is installed but Windows Installer doesn't like my arguments. I'm thinking that it must be related to the application that is being...
  9. psandekian

    newbie: for loop question

    Hi, I'm new to C and I'm reviewing some code that's written in C in a UNIX environment. I was wondering if someone might be able to explain this statement: for (y = 1970, Y += (Y < 70) ? 2000 : 1900; y < Y; y++) I understand the general principles of the for loop. for y = 1970 while y < Y...
  10. psandekian

    Memory Dump &amp; Print File Not Found

    Hi. I'm having 2 problems with my NT workstation (4.0 SP5). I'm hoping someone might have some ideas because the tech support at Dell has no clue. 1. Memory Dump: On occasion, usually once a day, when my modem dials out, I get a Physical Memory Dump and the &quot;Blue Screen&quot;. It has...
  11. psandekian

    Package &amp; Deployment Questionssss

    Hi. I'm using VB 6.0 and I have a couple of questions regarding Package &amp; Deployment. Here they are: 1. Can I have another executable run when the user installs my application? I need to have another application installed in order for mine to work. Can I add this to the setup.lst file or...
  12. psandekian

    Netscape 4.7 displays nothing?

    Hi. I'm new to HTML and I was trying to stick with version 4.0 using CSS. My website uses frames. It looks great in IE5 and Netscape 6, but Netscape 4.7 doesn't. I have a border around my image but in N4.7, the border is below the image. Here's my code. Can anyone give me any suggestions...
  13. psandekian

    Positioning of form objects

    Hi. I'm fairly new to HTML and CSS so please forgive me if I ask a simple question. I'm creating a contact form that the user will type in information and hit the submit button. It works but I would like to make it &quot;look&quot; better. Should I use style sheets to position my form...
  14. psandekian

    DLL Help Compiling

    I'm adding error constants to a DLL and it has an error in a file called nsm.tlb. I'm new to VC++ and when I look at this file, it's looks like numbers and letters to me. I cannot copy/paste it so I will type a line: 000e90 47 5F 53 49 5A 45 5F 45 58 43 45 45 44 45 44 57 G_SIZE_EXCEEDEDW I...
  15. psandekian

    Application Error - DLL

    Hi. I've created a DLL using LabView 6.0i and I'm using the functions in VB 6. I've set a declare sub statement so I can use the functions. When I run the code, I get an Application Error when it tries to use that function. The error says: The instruction at &quot;0x301fdf3b&quot...
  16. psandekian

    Referencing a DLL

    Hi. I've got a project that I have referencing a file called &quot;nsm.dll&quot;. My problem is that I've had to make changes to this file so I renamed it to something else for a backup. Now my VB project references this renamed file. I cannot get it back to the original name or to reference...
  17. psandekian

    Concatenate Arrays

    Does anyone know if VB 6 has a function to concatenate two arrays into one? Thanks. Patty
  18. psandekian

    MDI Child Forms

    Hi. I'm working on a MDI form and I limit the number of child windows open at one time to 8. My child windows are all the same yet they have different property values. My question is if the user opens 2 child windows and then closes the first child window, how can I refer to this 2nd window...

Part and Inventory Search

Back
Top