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 Mike Lewis 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: JungleMonkey
  • Order by date
  1. JungleMonkey

    Finding and populating controls on a tab control

    I forgot to add that there is a list box on the form itself. That listbox is being populated with random numbers. The list box contained in the tabcontrol is contain the sorted numbers. From my understanding in the Form.btnOne.On_Click event, I can simply use this command...
  2. JungleMonkey

    Hot Keys in C#

    Hi, Can someone point me to documentation and/or provide a code snippet on creating hot keys in C#?
  3. JungleMonkey

    Populating a listview

    Hello, I am very new to C#. I am using a listview control. Here is my question. How do I access individual columns in the listview. I created two columns while in design mode. Below is a picture of what I have thus far. I have populated column 1. Even though column two is created, I...
  4. JungleMonkey

    Finding and populating controls on a tab control

    Hi, I am new to C#. I have a form that has three buttons and a tab control which has three different pages. On each of the three pages, I have a listbox. I would like to populate the listbox on the first page with an array of numbers, however I am having difficulty. In the onclick...
  5. JungleMonkey

    Web Form controls

    Computer Specifications _________________________ I have 1.2 GHz, 240 MB RAM, HP Omnibook 4100 running Windows XP SP2. I have .Net 2002 version 1.0. Problem I created an ASP application as a web server. Each time I drage my web controls to a form, it is visable in design mode, however it...
  6. JungleMonkey

    Error using Crystal 6 and Windows XP

    Does anyone have a link on updating dlls for crystal 6 to support XP
  7. JungleMonkey

    RE: Could not compile after power outage

    I recently experience a power outage due bad weather on Wednesday December 17. Now when I try to compile, the program almost finishes, and then I recieve an error, "CAN NOT EXECUTE 'C:\Program Files\Microsoft Visual Studio\VB98\Link.EXE" Please help so that I can compile my programs
  8. JungleMonkey

    Setting the Enviornment variables

    Can someone explain to me how to modify the enviroment variables? More directly, I want to modify the environment by adding a variable. Plus, I would like the variable to remain even after I re-boot. Here is what I am doing currently. at the terminal prompt I define the variable...
  9. JungleMonkey

    GTK+

    Can someowne direct me on documentation on how to run GTK+? I am using RH 9.0. I am logged on as a root, and there is no documentation for GTK+
  10. JungleMonkey

    RPM file extension

    Thank you ffluid for your help on 19-8. I found out that my system does not have wine on it. I just downloaded the file, but have no idea how to unzip it. I downloaded it to my root,/, directory. I woull like to unzip it but it doesnt work. I entered [root@localhost root] # rpm -i...
  11. JungleMonkey

    Help configuring the fstab file

    Thank you Santohdj123 for the helpful information on October 7, 2003 I still want the windows executable to run under linux. I have added this line in the fstab file /dev/hdb3 /home/acorn/sua fat defaults 0 0 When I save and exit I run: # wine /home/acorn/sua/sua.exe Nothing...
  12. JungleMonkey

    How to run a windows exe using Linux

    I have a dell dimension with two harddrives in it along with two bootable partitions. One using red hat linux 9 and the other Windows 2000. I have 110 GB dedicated to my linux OS along with 512 MB RAM I am using wxwindows www.wxwindows.org to convert a program from MFC to use the wxwindows...
  13. JungleMonkey

    FRM -92060 Error Message

    I am running Windows XP on a laptop. I have installed Oracle 9i successfully. When I create a form, I run it an this error appears. All suggestions in solving this problem will be much appreciated
  14. JungleMonkey

    Menu does not display during runtime

    I am writing a classroom assignment to display a menu on my form. I used the menu control to create the menu. My problem is that it does not display during runtime. In fact, during design time it disappears as well. Things I have tried: 1. I checked the visible property and it is set to...
  15. JungleMonkey

    Any Bench Mark Test

    Hi! I have been selected to write a CORBA interface/ java implementation to move TIFF 4 images from RS\6000 AIX Server to be displayed on a web page. I know how to do it, but I need to know if anyone out there ran a bench mark testing on doing it with the CORBA solution as opposed to pulling...
  16. JungleMonkey

    Help with configuring a Linux to a NT Server

    I am new to the hardware world. My boss wants me to configure a linux server to my NT Server. Can you tell me the general procedure on how to do this. I have a topology of a Windows NT Server and an RS\6000 AIX Server. I want all three servers to be connected. Any advice on how to get...
  17. JungleMonkey

    ADO not functionioning in Access 97

    I am using Access 97 on the backend, VB6.0 and ADO. I have a table with this entry: W. S. M. Z.--103.1 FM Using a simple query to find this string, "Select * From TableA where thisField = 'W. S. M. Z.--103.1 FM', I recieve no records in my recordset. When I delete the two hyphens and the...
  18. JungleMonkey

    Check if username already is in use

    Create a query: Select * from RegisteredUsers where FirstName = txtFirstName.text and TextName = txtName.text If the recorset returns a value >=1 then Tell the person to name is in use exit sub End if
  19. JungleMonkey

    Help with ParameterFields using Crystal 6

    I am using Visual Basic 6.0 with Crystal reports 6. My problem is this. I have a report with 3 parameter variables and I would like to set each of the variables through visual basic. I used this notation, report.parametersfield(0) = "NameOfvariable;Value;True" and I am recieving a...

Part and Inventory Search

Back
Top