I've just graduated with a Bachelor of Computer Science from UNE and overall the course content is quite good. Class sizes for both tutes and lectures are quite small. A problem is that some course content is a bit dated. For example most programming is done in C based languages. Without much...
I have recently installed a 3rd hard drive on my system. It is connected to the same IDE cable as a DVD RW drive. I didn't change any of the settings ie Master, Cable Select, Slave etc settings when I installed it. However I changed my DVD drive to being slave. I have since noticed that whenever...
Re: Whats accommadation like?
At Austin you don't get to decide the rooms that you have when you first apply as a first year student. However, once you have lived at the college for a few weeks you can have the option of changing to a different room on a different block. This depends on the...
PHP Nuke, PHP Website etc are examples of CMS where u can add text areas and determine where these areas are to be located on the main site. You can even add HTML code to the areas allowing you to add images etc to the main site.
Those programs are free to see but you require a website with...
Actually that is not the case, as long as the marking superviser signs it they don't care as I forgot to sign one of those thingys on my exams and it still got marked.
What it actually said, is that the board of studies reserves the right to use your exam papers for its documents, ie those Standards packages that has Band 5/6 responses etc on them.
If you think about it from the Board of Studies prospective, it is a nightmare getting all the papers back to...
I did, however as you said, my assessment marks weren't the best and my miss adventure was accepted by the board of studies and they did use my assessment marks for 4 out of my 6 subjects.
What I can say, is that I did the best that I could under the circumstances. I even managed to gain...
I got a UAI of 62.6 which was about what I was expecting. I could of got a UAI in the 80's but I had a lot of personal issues that I had to deal with during year 11 and 12 on of which was my father being sick and who died about a month before the HSC. My actual HSC results ranged from 58 to 88...
The final question of the paper the question on the logic gates, I could do the truth tables fine, but I couldn't remember the purpose of them, so I dribbled crap about flip flops and carry ins and stuff like that, however I know I least got half the available marks for that question as I am...
Thank you all for your help, I found the file associations code etc to get a command button to open up a file in a program a bit confusing so I have decided to stick with the Rich Text thingy with its dodgy formating, it doesn't look too bad but it would look better if it didn't stuff it up, but...
Private Sub Command2_Click()
Dim RetVal
RetVal = Shell("C:\Program Files\Microsoft Office\Office10\WINWORD.EXE", 1) ' Run Calculator.
End Sub
Thats the code of got that will load Microsoft Word which works, but how do I actually get it to load MS Word with the respective document.