Is your application working on your development machine?
hollystyles commented: Argumentative !! the cheek! hee hee +5
jamello 158 Posting Whiz in Training
Is your application working on your development machine?
Well, different strokes for different folks!:)
I find coding before design 'easier' or more convinient for me to do. I generally know what the functionality of the website would be and code accordingly(using asp.net). so it is always easier for me to change the design later or anyhow I want it after implementing all the functionality of the website
peace:cool:
This answer depends on the type of OS you are using.
All that is needed is to change the regional settings of all the computers concerned to English Language - either British or American.
Your program should pick up from there.
If you are using Windows XP:
Go to control panel->Regional and Language Options-->Language Options--> English(United Kingdom)
hi everyone
I need to change the system clock and date's language to English. My program is going to show the date automatically in english in every computer that is installed in.. I tried to change the names of the months in to english but it did not work.. do u have any idea how can I do that?
thank you..
^holly styles, good guy, sometimes arguementative but good guy!:cool:
Can you use server.execute instead of respnse.redirect.
If the result is the same, send the details of your code and we take it from there.
Try this, I am not sure it would work. Look at the display properties of you screens. Be sure they are of the same screen area ( I mean 1024 x 768 or less). If they are different your apps rendering might be streched in comparison to the dev. computer. Please get back to me if this doesn't work. Peace
Just now i burnt my .vbp on to disc from my computer so i could put it on this one
Everything works fine and is correct size but when i put it on this computer.. everything is different sized. like its stretched? i even made the .exe on my computer. put it on this one. and its stretched on this one to whats going on? anyone know this is really annoying.
What does the error message say?:?:
Dim objNetwork
Dim objExcel
Dim objWorkBook
Set objExcel = CreateObject("EXCEL.APPLICATION")
objExcel.Visible = True
Set objWorkbook = objExcel.Workbooks.Add()
objworkbook.ActiveSheet.Range("A1").value = "DisplayComputername"
Set objNetwork = CreateObject("WScript.NetWork")Dim strComputer
strComputer = objNetwork.ComputerName
Msg strComputer
Set objNetwork = Nothing