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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by angel106

  1. angel106

    Sorting Excel Fields from .net

    Below is the new code: When i run this code i get an error message sort method range class failed...... What i want to do is to be able to sort the first col down. intRowLoc = 2 For intLoop = 0 To Me.nextStepArrList.Count - 1 Dim xlRange As Excel.Range...
  2. angel106

    Sorting Excel Fields from .net

    I need to find a way to sort based on ascending numbers: I recorded a macro in excel however i can;t seem to put it into .net code. The code below is from the recorded macro Sub Macro1() ' ' Macro1 Macro ' Macro recorded 08/29/2005 by colindolcetti ' ' Range("A1:K194").Sort...
  3. angel106

    Controlling screen size and display screen

    I'm working in .net 2003 and when i create a project its always at the screen size 1280x1024 well most of my users that my programs run on only have the 1024x768. How can i control the screen size?
  4. angel106

    Declaring a array list in a Class

    I'm working with an array list of some information what i did was create the object(Exported Data) which i declare all my sub and functions inside. I wan tto be able to reference my arraylist but i get an error. How do you properly reference an arraylist in a class?
  5. angel106

    AutoCad DX 2004 Power Dimensioning not showing up

    When u install autodesk were are the APP.MNU, APP.MNS, AFLY.MNS i got one of our users tosearch his folders and nothing came up. But he does have these menus installed on his machine. However i want to know the directory path that these install in so that i can fix another users similar issue.
  6. angel106

    AutoCad DX 2004 Power Dimensioning not showing up

    Well that was the problem for watever reason when i jsut the menus it only had the ACAD menu not the APP or AFLY i think that's what there called. However, if those menus dont appear how can i re-install tem without having to load the whole AutoCad Mechincal again? Is there jsut a file that i...
  7. angel106

    Binding Data to a ListView in .net 2003

    Ok so i created an array list with all the database data now how can i display if i want to use a listview from the fired event of a button pushed.
  8. angel106

    Binding Data to a ListView in .net 2003

    How can i bind the data to a list view control? I have created a sqlconnection and configured the sqldataadapter to create a dataset, however how can i bind that data set so that when te form loads the data from my database is in the listview?
  9. angel106

    Can anyone tell me were to find information on how to design searchs

    Wullie do u know of any other sites that have maybe some code to look at. I i know need to create an array of information to search from. That site was good however i want to build my own search routine....do u know of anyone with examples?
  10. angel106

    Can anyone tell me were to find information on how to design searchs

    Can anyone tell me how i can find information on how to design a website search tool so that my users can search my website for keywords?
  11. angel106

    AutoCad DX 2004 Power Dimensioning not showing up

    How do i check that out?
  12. angel106

    Desprate need of consulting in CR9

    I want to finish this project however i can;t seem to get this one issue out of the way and i;ve posted many times without getting any response back. Can anyone help me ? I need to be able to supress values that are grouped as WO and however if the previous value is not zero then i want to show...
  13. angel106

    Can u lock out a folder in WIN 2000

    I have a situation were i want to have the access locked for anyone that tries to mess with a folder. However i want my software to be able to access that folder so it can read or write to the folder. Is this possible and if so how?
  14. angel106

    AutoCad DX 2004 Power Dimensioning not showing up

    I have a lone user that i have installed numerous time the AutoCad 2004 DX mechanical desktop software and each time i install it i never seem to get the annotted men uto appear or the power dimension to be active or appear. This user is the administrator of his PC. Wahts goping on?
  15. angel106

    Formating Question in CR9- supressing duplicate numbers

    Yes i tried that but how would i know to show the information based on if the previous sequence either was done and never entered?

Part and Inventory Search

Back
Top