16 Posted Topics
[CODE] Private Sub Combo1_Change() With Me.Combo2.Enabled = False Select Case Me.Combo1 Case "bob" Me.Combo2.Enabled = True Case "carol" Me.Combo2.Enabled = True Case "jeff" Me.Combo2.Enabled = False Case "freeda" Me.Combo2.Enabled = false Else: Combo2.Enabled = False End Select End Sub[/CODE] Hi all , this code seems to be wrong as i … | |
hi all and thanks for reading. Personally i thought i wouldnt be in the frame of putting up one of my assignments, as i can see where an opinion might be formed, over me trying to pull as fast one and get someone to code this for me etcetc etc..... … | |
Hi all, hope someone can help here, i cant seem to get this to compile. maybe im tired and have not looked at it, but its a bit like blind leading blind etc, meaning not sure what the error is referring to, i have enclosed an attachment image of the … | |
Re: nice , but dont forget to close array initialisations with a [CODE];[/CODE] ching ching | |
hi all , can i access the parallel port using c`s assembly language syntax and using windows 98 se as the os or xp if i could (dont think xp is possible though, i dunno?) AOAP Thanks for reading , gruffy bw , if is possible can i get direction … | |
HI all, am fairly new here stil and hope to give back as much as i take , in time , experience and wisdom... (the wisdom bit is probably way off for now) I have a set of tables , but one table needs to show the information chosen in … | |
hi guys , what am i doing wrong here, i have instigated several approaches, in assembly 8086 using borland/turbo 7.0 pascal on win 98se (so i can communicate easily to parallel port and stipulation of assignment) my issue lies with being able to allow execution of a looped routine but … | |
Hi all and thanks for reading this..... I have a question that I cannot seem to find an answer for, out there in the big ol ether they call the internet, it involves a three stage procedure on a button pressed within an Access form ... [B] stage 1 : … | |
[CODE]#include <stdio.h> #include <stdlib.h> #include <conio.h> int main() { char _name[30]; int _age; printf("Hello Quester\n"); printf("What is your name ?\n"); scanf(_name); printf("...and what is your age, may i enquire esquire of peril and danger ahead\n"); scanf (_age); printf ("\nYour name is ",_name, (" \nand your age is "), _age ); … | |
hI all an thanks for taking time to read this :) my prob lies with speaking to the parallel port in xp using borland turbo for assembly. i have read a bt about it and it seems there are workarounds involving vb or c/c++ but. my project assignment requires that … | |
Hey all , Thanks for reading this and sorry to be on the take, as it were :) Please could someone point me in the direction of a tutorial that covers a credit calculator for student points.... i can design the gui but dont know enough to get the combo … | |
Hi all and thanks for reading this.. Well i am back with another problem. so it seems i am mostly taking from this site at the moment, although i do see a big donate sign at the top !!! Ah ha ! Anyway here is my question... Please could anybody … | |
Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but … | |
Hi all, I am very new ( 1st Post) and i have to apologise in the first instance as it would seem that i may end up falling into this nasty category of annoying student types who do not attempt coding themselves first before asking a question and expect some … | |
Re: Hello mat e ...no i believe any book can help and in some cases the older books help more due to relative guarantee that if it was designed to work back then it more than likely works now in later browsers etc. Obviously coding conventions regarding deprecatin need to be … | |
Hi to all peeps on this forum. I am unfortunately still a bit of a newb to this, but am starting uni on a computer pathway in sept this year due to my own driven interest in web development and android platform development. Im sure i will be asking more … |
The End.