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 TouchToneTommy 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 Hulisi

  1. Hulisi

    changing excel cells color from VB6.0

    i will send it your mail with attacment. please help me...
  2. Hulisi

    changing excel cells color from VB6.0

    thanks a lot SBendBuckeye. i did that for x=... .Cells(r + 1, c + 1).Interior.Color = objGrid.CellBackColor(r - 3, c - 1) next and it is really work. but now i have another problem. i am trying to draw excel's cells edges and combining some cells how can i do it.
  3. Hulisi

    excel color?

    How can i set Selection to the appropriate Range? please help me.
  4. Hulisi

    excel color?

    i have used your code.it changes only first cell. how can i change the other cells color?
  5. Hulisi

    changing excel cells color from VB6.0

    hi. how can i change any cells color of excel from visual basic 6.0... please help me..
  6. Hulisi

    excel color?

    i have some code for scgrid ocx showing in excel. here it is: Dim objXL As Excel.Application Dim objWB As Excel.Workbook Dim objWS As Excel.Worksheet Dim r As Long Dim c As Long Dim intRed As Integer Dim intGreen As Integer Dim intBlue As Integer Set objXL =...
  7. Hulisi

    excel color?

    i have some code for scgrid ocx showing in excel. here it is: Dim objXL As Excel.Application Dim objWB As Excel.Workbook Dim objWS As Excel.Worksheet Dim r As Long Dim c As Long Dim intRed As Integer Dim intGreen As Integer Dim intBlue As Integer Set objXL =...
  8. Hulisi

    question about DtPicker

    hi. how can i fix DtPicker's day part? i want it is unchangeable for user.. can you help me. thanks...
  9. Hulisi

    convert to excel as a picture

    hi. i have a ocx in visual basic. i want it to put into excel as a picture. how can i do that? can you help me? thanks...
  10. Hulisi

    print a tool of vb

    hi how can i print a tool of vb from form? can you help me? thanks
  11. Hulisi

    ocx for reporting

    hi. i am using a ocx.(scgrid) i want to report it with excel or like that something. how can i do that? please help me?
  12. Hulisi

    ocx for reporting

    hi. i am using a ocx.(scgrid) i want to report it with excel or like that something. how can i do that? please help me?
  13. Hulisi

    changing collation

    hi i want to change SQL server collation properties. How can i do it? can you help me?
  14. Hulisi

    scgrid

    hi i am using scgrid. i want to take excel report from scgrid. can you help me. thanks.
  15. Hulisi

    I want to show my project's forms d

    I want to show my project's forms dynamicly. I get this form's name from database then i put this names into string variables. For it i use below codes. public frm as form sub dspform(form_name as string) set frm=forms.add(form_name) frm.show end sub When i compile my project my .exe...

Part and Inventory Search

Back
Top