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

    it takes more then 15 minutes to run (very very slow)

    I am vb6 programmer and want to become vb.net programmer my question is when i press f5 to run the program (simple blank form only) it takes more then 15 minutes to run (very very slow) please give any soluation
  2. dass

    Help

    How can I Run a Package at a particular time Daily say 0955 hrs
  3. dass

    i used one form with skin problem

    i used one form with skin problem is I can't use skin in MDI so i want to user normal form with MDI Feature like open child forms, menu, form scroll etc till any download coding and suggetion if you know
  4. dass

    I have two servers

    I have two servers server1 and server2 I want to fetch records from both server with single query using Ip address like : Select * from * empower_hold where username not in( select musername From despatch_dtls) the 1st query is from server1 and 2nd one from server2 please help me
  5. dass

    why outof memory error come

    why outof memory error come
  6. dass

    unable to use CDONTS.NewMail object

    i am unable to use CDONTS.NewMail object in my local IIS server(XP OPerating System). But if i am using it in Microsoft2000 server its working. Any suggestions please
  7. dass

    How to Change Command Button Foreground color

    When you open Calculator in you system see the command buttons , the forcolor is changed In my project I Change backcolor but foreground is not in property please help me
  8. dass

    How to Place GIF Animated Image In VB form

    I have an GIF image Having animation down loaded form internet when I place it in vb form using image or picture control It can't give the same effect as in browser Can I use the Browser Control in form or Any other method is there Please Help me
  9. dass

    MsflexGrid help for Mathi Krishna

    With Msf For itraverse = start To hcount aDelTraining(idRow, idCol) = .TextMatrix(itraverse, 1) aDelTraining(idRow, idCol + 1) = .TextMatrix(itraverse, 2) aDelTraining(idRow, idCol + 2) = .TextMatrix(itraverse, 3) 'aDelTraining (idRow...
  10. dass

    How to Delete Multiple Selectd Rows in Flex Grid

    How to Delete Multiple Selectd Rows in Flex Grid I add 5 rows in flex grid I want to select 1st and 3rd row and delete then Can it posible please any one suggest me
  11. dass

    How to delete multiple rows in Flex Grid control

    I use Flexgrid Control in my project I Enter data in grid. I want to delete Multiple selected rows from grid Where I delete one by one or total rows Please Suggest with coding Thanks dass@powerbiss.com
  12. dass

    How to resize the form when the form border style is none

    I want to allow the user to resize the form width only But form's border style is none
  13. dass

    How to resize the form with Border style is none

    I want to allow the user to resize the form width only But form's border style is none
  14. dass

    How to resize the form (width Only)

    I want to allow the user to resize only width of the form Can it posible please give me the response with coding dass@powerbiss.com
  15. dass

    How to Make the HTML Page allways on Top when Ohter appl. is open

    I want to create an page that always display on top when other application is open Please give the solution
  16. dass

    How to display the form in circle shape

    I seen One Cricket Score Card Which Shape is Circle I want to know how it created Can you Try as give the solution yours dass@powerbiss.com
  17. dass

    I have 20 textboxe in form and all

    I have 20 textboxe in form and all textboxes are locked so it not support Ctrl+C (copy) I want to activate the short cut Note : I dont want to write the same coding in all text boxes give the solution
  18. dass

    How to Place the From Always on Top when other application is opened

    Hi, I create an application, Please help me to make application to display always on front of any application
  19. dass

    Clarify me !!!

    Hi, i going to separate the tables in my database into two different databases. I'm doing this for internal db maintainence. All I need to know now is whether this will in anyway affect the SPEED factor when I execute queries linking the tables from the two different db. Someone, Please clarify...
  20. dass

    default value for file upload

    I want to do one project for me which has to upload 20 files regularly from my browser after some regular changes. Instead of clicking all files one by one regulaly I want to set these values as default.How to do this.(<input text=file>). I found this as read me field. Is there any other...

Part and Inventory Search

Back
Top