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: Hulisi
  • Content: Threads
  • Order by date
  1. 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..
  2. 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 =...
  3. 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 =...
  4. 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...
  5. 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...
  6. Hulisi

    print a tool of vb

    hi how can i print a tool of vb from form? can you help me? thanks
  7. 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?
  8. 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?
  9. Hulisi

    changing collation

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

    scgrid

    hi i am using scgrid. i want to take excel report from scgrid. can you help me. thanks.
  11. 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...
  12. Hulisi

    VB6.0 automation error (win 98)

    I have compiled my project on windows 98, but my . exe application accure automation error. please help me.
  13. Hulisi

    Haw can I convert a string variable to object variable?

    Haw can I convert a string variable to object variable?
  14. Hulisi

    How can I use ADO with VC++

    How can I connect and call store procedures of SQL Server (with using ADO) with VC++
  15. Hulisi

    Declare and call function of DLL in VC++

    Can I declare and call function of DLL in VC++ Please help me.
  16. Hulisi

    How can I print a text file to LPT1 with VB6?.

    Hi How can I print a text file to LPT1 with VB6?. Please help me.
  17. Hulisi

    How can I print a text file with VB6?

    Hi How can I print a text file with VB6?. Please help me.
  18. Hulisi

    How do Mpeg,Mpg,Mp2,Avi,Mpa,Vbs files play by VB?

    How do Mpeg,Mpg,Mp2,Avi,Mpa,Vbs files play by VB?
  19. Hulisi

    How can Mpeg,Mpg,Mp2,Avi,Mpa,Vbs files play in VB?

    How can Mpeg,Mpg,Mp2,Avi,Mpa,Vbs files play in VB?
  20. Hulisi

    How do I end any *.exe program in my VB application

    How do I end any *.exe program in my VB application

Part and Inventory Search

Back
Top