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 Chriss Miller 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 Dimandja

  1. Dimandja

    VB.NET 2005 problem

    >I have the source files, can i some how continue in beta2? Until it expires... Or develops bugs... Then... This is a losing proposition.
  2. Dimandja

    Computer Science Education

    The emphasis should be on more U.S. graduates with stronger science skills. Even at the same salary, they may well prove to be quite qualified. A tough competition. Schools in Asia and Europe are a lot more competitive and comprehensive than those in the US, in general.
  3. Dimandja

    The future of EDI

    I am new to EDI, but I am beginning to have some thoughts about it. 1. EDI is essentially an old technology. Read "older than XML". 2. Using XML does not mean manually coding all those tags. XML technology has evolved to the point where an EDI transaction could simply look like a function...
  4. Dimandja

    Computer Science Education

    >Programming is but a small part of Computer Science... Of course. I was talking about the programming aspect. Strictly programming schools are everywhere.
  5. Dimandja

    Personalised Logon screens...How?

    The executable that you logon through is called logonui.exe. I have not done it, but there are tools that will let you modify it. One such tool is seen here: http://www.snapfiles.com/get/resourcehacker.html or here...
  6. Dimandja

    Computer Science Education

    The whole idea of "computer science" itself is overblown. The best computer programmers I have ever encountered were trained scientists in other disciplines. No amount of programming skills will suffice, when one does not have a clue what the application is all about. Computers are a tool...
  7. Dimandja

    Invoke .NET program from SQL SERVER SP / TRIGGER

    You can Shell the .NET program, like this, for instance: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_xp_aa-sz_4jxo.asp Launching a program that has a user interface will not work.
  8. Dimandja

    tie in with Word Dictionary

    Looks like we had the same idea, ca8msm.
  9. Dimandja

    tie in with Word Dictionary

    This will bring up the Spell Checking dialog: Dim word_server As New Word.Application word_server.Visible = False Dim doc As Word.Document = _ word_server.Documents.Add() Dim rng As Word.Range rng = doc.Range()...
  10. Dimandja

    Memory Management

    Use Access or SQL to sort.
  11. Dimandja

    ONLY, and A NUMBER

    >{i] It could also be regular if you do someone once every six months[/i] Cajun!
  12. Dimandja

    Printing and Margin Bounds

    Well done, Jon!
  13. Dimandja

    ONLY, and A NUMBER

    I don't see anything wrong with the expression "a number of". The placement of "only" changes the meaning of the sentence. So, I cannot object to it, without first knowing the context.
  14. Dimandja

    Printing and Margin Bounds

    Here you go: http://www.codeproject.com/csharp/DotNetprinterbounds.asp
  15. Dimandja

    "You people"

    >I hear the phrase 'you people' a lot from a person I know. It is possible that this person has a vocabulary shortage. They may be trying to say "People who hold that view", or "People who think that way". But, I also strongly suspect that that person has an abusive/abused background (evident...

Part and Inventory Search

Back
Top