CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: __gini2

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    965

    Need help with coding

    I want to create a code in vb6 that will delete data from its database (Microsoft Access). The columns (attributes) in the database are CWNo, Name, IC No, Nationality, Company, Join Date and Expiry...
  2. Re: Setting the values that can be displayed in the child combo box

    Thank You so much for your feedback, I understand what you have answered, but could you provide me with an algorithm or coding so that I can better understand what you mean
  3. Re: Setting the values that can be displayed in the child combo box

    To be more specific I am developing a system which has five tabs on 1 form (Tab 1 to Tab 5). Tab 1 is the main tab with one combo box which displays values which also will be displayed in the first...
  4. Checking the code

    In a form there are 5 tabs (Tab 1 to Tab 5). Tab 2 is the subcategory of Tab 1, Tab 3 is the sub of Tab 2, Tab 3 is the sub of Tab 4 and so on. From Tab 2 onwards, there are 2 combo boxes and 1...
  5. Setting the values that can be displayed in the child combo box

    A tab has two combo boxes. The first one is the parent of the second one. The second one is the sub of the first one. It displays values for each item in the first combo box. That means each item in...
  6. Replies
    0
    Views
    598

    Binding sources and combo boxes problem

    There are five tabs in a form. (Windows application). Each tab is the subcategory of the tab before it. (Tab 2 is the sub of Tab 1, Tab 3 is the sub of Tab 2 and so on). There are two combo boxes in...
  7. Replies
    1
    Views
    787

    Error in Java files

    When I try to compile Java classes that have package statements in it, I get an error because it is not properly stored in the proper packages as named in the package statement. When I install these...
  8. Replies
    1
    Views
    851

    server downloads

    I have created a system in Java and involves using web services. The server that I need to download are Tomcat, Axis and Ant. Please recommend some websites that has the latest downloads for these...
  9. Replies
    2
    Views
    802

    Calling a class in another class

    I have 2 classes, Event and Dear. I have created Event class with two variables which are Date and Type of Event. This class is known as the ADT Event class.

    Another class Dear, has variables...
  10. Replies
    2
    Views
    803

    Calling a class in another class

    I have 2 classes, Event and Dear. I have created Event class with two variables which are Date and Type of Event. This class is known as the ADT Event class.

    Another class Dear, has variables...
  11. Replies
    2
    Views
    952

    Linking code to GUI Interface

    I have a GUI Interface with Add, Edit, Delete, Filter, Sort, Search methods.

    How do I connect the coding for each of the methods above to the GUI Interface so that when the buttons are pressed,...
  12. Replies
    2
    Views
    712

    Creating a stack with data

    I have to create a class 'Dear' that has a stack that will allow addition of 'event' information into it. The event information will include event type and date of event. All the data has to be...
  13. Replies
    2
    Views
    928

    Error in line of code

    I have created a class which has this line of code :

    private Class class;


    But an error message pops up saying:

    identifier expected and both Class and class are highlighted.

    Why is this...
  14. Replies
    8
    Views
    1,359

    Re: Problems in running client class

    I tried looking for a code tag button before posting this thread, but failed to do so. Would you please be kind enough to tell me where the code tag option is placed?
  15. Replies
    8
    Views
    1,359

    Problems in running client class

    I have a class, Terminus. I also have the class TerminusTest to test run the compilation of the whole Bus program which includes the ADT Bus class, Terminus, TerminusTest and Time ADT.

    But when i...
  16. Replies
    1
    Views
    804

    Important queries for running system

    I have a Java code that I want to run, but running it requires the JVM. How do I get it and install it into my laptop?

    Is 'bat' the short form for 'batch'?
    I need to know because to run this...
  17. Replies
    1
    Views
    681

    'class' and 'jar' files

    I have '.class' extension files and jar files for a system that I am going to develop. Where should I locate these files?
  18. Replies
    1
    Views
    709

    Running java classes with XML

    Can Java classes be linked with XML files and then run?
    How can this be done?
  19. Replies
    1
    Views
    919

    problems with Java code

    I have an error that says "Illegal start of expression" for the line

    public void actionPerformed(ActionEvent e) (line 185)

    for the class named ScheduleFrame.java

    and another error that says...
  20. Thread: filtering data

    by __gini2
    Replies
    2
    Views
    1,259

    filtering data

    I have created a class Terminus with methods create a pile of buses which holds information like with busnum, company, dayorder, start time, places travelling. The dayorder of week is Sunday – 1,...
  21. Replies
    2
    Views
    659

    getting the data from the database

    I want to create a banking management system using vb.net. I have already created all the forms in vb.net. The main form is the login form, where the customer has to enter his or her username and...
  22. Replies
    2
    Views
    752

    Problems with compiling

    I downloaded a simple database management system from planet source code and tried compiling it but the error below pops up. This code is compiled using turboc3.0.How do i correct this error so that...
  23. Replies
    0
    Views
    519

    Creating an online connection

    I am creating a currency translation system and thought that i would create an online connection to the internet instead of using database. Is this possible, and how do i do it?

    Or is creating...
  24. Replies
    2
    Views
    667

    Re: installing a web service

    Jus wondering, what is the purpose of this web service?
  25. Replies
    1
    Views
    5,404

    More on ajax....

    We know that ajax is used for dynamic interaction with server without page refresh. Even though the ajax is used for fast server interaction, it is fairly a difficult process for db access. That'z it...
Results 1 to 25 of 37
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured