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

    Deeper explanation of "instanceof" needed.

    I'm confused. Since (a instanceof b) won't even compile unless you have compatible types on both sides, what use is it? I mean, I already have to know that a is declared as type b or as a child of type b, so... what's the magic of having an operator tell me? And if it's only telling me...
  2. musik

    Can someone explain Class.forName()???

    I hope this isn't a total "newbie" question. I've searched everywhere (including here) and can't find a decent answer. I feel better that the Deitel Java book says that a discussion of Class.forName is "outside the scope of this book". Here goes: What does...
  3. musik

    How do you bring a Component to front?

    To gain some flexibility in Java and Swing, I've been playing around with creating a "PlayingCard" component and implementing some simple card games. PlayingCard extends JPanel and simply uses two JLabels to display a suit icon and a number. PlayingCard also catches mouseDragged...
  4. musik

    New to ISA - Can't get restrictions working

    I've got ISA set up and have created a "Site and Content Rule" to Deny access to the web to a particular group of computers. It doesn't work. I've also tried to create a Shite and Content Rule to Deny access to the web for a particular user account. It also doesn't work. What's...
  5. musik

    Weird authentication problem ASP->SQL

    I'm running an asp-based page on our internal intranet. All users are locally NTLM authenticated. It's running the standard configuration that I've used a bezillion times: Directory Security set to Integrated Windows Authentication (only). ASP is connecting via ADO using a UDL that has...
  6. musik

    Dynamically sizing a RichTextBox

    I have the need to resize a RichTextBox control based on its contents. Because it's rich text, the contents can be stored in many different fonts, point sizes, styles, etc. Does anyone know of a way to calculate/query/get/find/etc. the size (esp. vertical) of the text being displayed in a...
  7. musik

    Dynamically sizing a RichTextBox control

    I have the need to resize a RichTextBox control based on its contents. Because it's rich text, the contents can be stored in many different fonts, point sizes, styles, etc. Does anyone know of a way to calculate/query/get/find/etc. the size (esp. vertical) of the text being displayed in a...
  8. musik

    Isn't there a way to load scripted objects out of order?

    If I've scripted SP's and views out to files, I seem to remember there's a way around the problem of dependent objects being created before the objects they depend on, basically deferring their compilation until all objects have bene loaded. Am I smoking something or is there a way to do this...
  9. musik

    Setting up VFP as a Linked Server

    I'm trying to link a Visual FoxPro DB (Free table directory) to SQL Server (2K) as a "Linked Server". This will (would!) allow me to access the FP tables as though they were tables in SQL Server and (the whole goal) do joins against other datasources. The problem is, when I try to...
  10. musik

    How to make a VFP DB a linked server in SQL Server?

    I'm trying to link a VFP DB (Free table directory) to SQL Server as a "Linked Server". This will (would!) allow me to access the FP tables as though they were tables in SQL Server and (the whole goal) do joins against other datasources. The problem is, when I try to use my ODBC DSN...

Part and Inventory Search

Back
Top