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!

Search results for query: *

  1. DeanConsulting

    Classes question

    Which is best practice: Create class that maps a piece of data for a database. This would be properties only. (i.e. fields in the datbase table). Then create a new class and inherit the class from above (the on that contains just the properties) and add the CRUD code to the new classclass...
  2. DeanConsulting

    Sharing a Windows Network Printer on my Mac-Mini

    Hello, I am fairly new with Mac's. I have been using PC's for almost 20 years. Here is what I would like to do: I have a PC with a HP ink jet printer installed on it. I want to be able to share that printer with my Mac-Mini. I found an article explaining how to do it but it does not seem to work...
  3. DeanConsulting

    Still struggling with OOP

    Hello all, It has been some time since I have been on here. I have been working with learning OOP and the help that you all have given me in the past is helping. After several months of on and off playing with OOP I have decided that my biggest road block, for the moment, is not being able to...
  4. DeanConsulting

    List Class Example?

    I am a little bit confused on the concept of using a List Class. Here is what I want to be able to do: 1) I create an object called "NotePage" 2) I want to add several "NotePage" objects to a "NoteBook" List 3) I then want to be able to pass a List Class as a parameter to a method call Can...
  5. DeanConsulting

    Burnt Out! -- Help!!!

    I have been programming for over 22 years. I am approaching 39 years of age this year. I use to turn out code and ideas with a blinding pace. I use to write software as a hobby, for my shareware business, and for the company that I work for. Then, one day after working for my current employer...
  6. DeanConsulting

    NEWBIE: Class Design Update

    A few months ago I asked a question about getting a design right. I got several great answers but had to put every thing on hold for a couple of months. I would like some comments/suggestions on the following "class diagram" that I am trying to create. Statement: Keep up with contact...
  7. DeanConsulting

    Learning Java -- Getting Discouraged -- Help Please..

    Hello all, I have several hours and several hundred dollars invested in learning Java. I am starting to get discouraged because allot of people and fellow programmers are telling me to run from Java. Why is this? Is there something wrong with Java that I am not aware of? Any comments or words...
  8. DeanConsulting

    NEWBIE: Is this a proper class design?

    Hello, I am new to OOP programming and struggling a little. So, please be easy on me. I want to design a small software application that keeps track of a user's software keys. The program will be able to add, edit, and delete keys from a file. The data for a key will be: title, version...
  9. DeanConsulting

    Morally out of line!?

    We are a small company with only 5 employees. We are all salary. I have been working there 3 1/2 years. Our office manager has been there for 4 1/2 years. We have no policy manual. Bad, I know. But we cannot get the owners to make one for whatever reason. The office manager's father passed...
  10. DeanConsulting

    Does Office 2000 and Office XP play well together on the same machine?

    Hello, I would like to know if I can run Office 2000 along-side Office XP on the same machine. I am currently running Office XP on my machine and I have a client that I need to develop and Access 2000 application for. I want to know if I can install Office 2000 with Access 2000 on my machine...
  11. DeanConsulting

    What are your thoughts on consulting on part-time basis?

    I am considering getting into computer consulting on a part-time basis will I continue to work fulltime at my present job. My strongest skills would be: programming, computer repair, computer setup, and training. I live in the western part of Kentucky. We are about 2 hours from the nearest...
  12. DeanConsulting

    How do you freeze the seperator in a JSplitPane?

    Hello, Is there an easy way to freeze the seperator in a jSplitPane? I do not want the user to be able to adjust the size of the two panes. Thanks in advance, nb --------------------------------------- Noble D. Bell www.noblesoftware.com www.noblebell.com
  13. DeanConsulting

    NEWBIE: How do I get the value of a column in a dataset ?

    Hello, I am just now getting around to playing with C# and all the new toys in VS2005. I would like to know how I can take the value in a column that is in a dataset that I have created from an Access database and place that data into a variable? I am lost on this. I do not want to bind the...
  14. DeanConsulting

    Cross-platform questions

    Hello all, Please don't bash me but I am a newbie to C#. I would like to know if I develop an application in C# on a Windows box would the executables run on a Mac or Linux box via Mono? Thanks in advance, Noble --------------------------------------- Noble D. Bell www.noblesoftware.com...
  15. DeanConsulting

    Best way to handle this query

    I have a client that has the following tables: tblMembers tblCalls tblAttendees He has several members (fire fighters) in the member table. I would say around 100-150. He also has several calls (fire calls) in the calls table. I would also say around 500-1000. The attendees table contains a...
  16. DeanConsulting

    Having a brain lock today

    Hi, I cannot remember the answer to this and I have not had the time to really take a deep look, so, I thought I would ask the board and see what I get back.. Is there a way to return a UDT from a function? Ex. Function GetData() as custType cust.name = "john doe" cust.acct =...
  17. DeanConsulting

    Eclipse?

    I have been hearing allot about this editor. I was wandering if it is good and if it allows you to develop GUI's like NetBeans does? Any thoughts or comments are welcome and thanks in advance. Noble --------------------------------------- Noble D. Bell www.noblesoftware.com www.noblebell.com
  18. DeanConsulting

    Newbie: Printing Question

    Hello, I am going to be writing an application on a Windows machine that will be sold and distributed to Mac OS X users. Java does this right? I am going to have to print text and text only to a printer. What am I going to run into? I ask this because with a language called REALbasic the...
  19. DeanConsulting

    Converting double to string and back again?

    I am a Java newbie and I know that I have a simple question that someone can help me with. I just cannot find the solution on my own. How does one convert double to string and string to double? I cannot seem to figure out how to do this. Is there a cast for it? Thanks in advance. Noble...
  20. DeanConsulting

    C# for Mac Software?

    Hello all, I have a client who has a very successful shareware application written in VB6. He is starting to get calls for the program on the Mac OS-X platform. My question is this: Is there any way to write the application on a Windows box using C# and using Windows Forms and ADO.Net and then...

Part and Inventory Search

Back
Top