Forum: ASP Apr 13th, 2008 |
| Replies: 0 Views: 400 SQL server date time formating in ASP page Hi I am hopeing someone can help me with extracting and formating the time from an sql server datetime field. I have tried a number of different methods, all of which have returned a runtime error of... |
Forum: ASP Apr 2nd, 2008 |
| Replies: 1 Views: 416 ASP Newbee Hi, I am hoping someone will kindly help me out. I am new to ASP and need to create a connection to an SQL server 2005 database.
I have failed misserably at web so far and is my worst subject on the... |
Forum: VB.NET Feb 19th, 2008 |
| Replies: 4 Views: 935 Re: Accessing the sender object properties just to clarify the code i want to condense is
Private Sub picA1_DragDrop(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles picA1.DragDrop
MovePiece(e,... |
Forum: VB.NET Feb 19th, 2008 |
| Replies: 4 Views: 935 Accessing the sender object properties Hi, i am having a bit of trouble condensing some basic drag and drop code and i am hoping that someone can help me. to reduce code i have created a subroutine to handle the proces, however i still... |
Forum: C# Dec 24th, 2007 |
| Replies: 4 Views: 2,540 Re: Printing from a console application Thank you for you reply....sorry it has taken me so long. The c++ has to be complied first? as i have never used it and did not realise i could call in somthing like that
Thanks again though. |
Forum: C# Dec 20th, 2007 |
| Replies: 4 Views: 2,540 Printing from a console application Hi all,
I am hoping that someone will be able to point me in the correct direction. I am trying to print an error log (simple txt file) from a c# console application. I have created the txt file and... |
Forum: C# Dec 13th, 2007 |
| Replies: 4 Views: 485 Re: Passing Structs Thank you. I have been trying to work it out and had stumbled accros it by accident, but thanks for taking the time to look. |
Forum: C# Dec 13th, 2007 |
| Replies: 4 Views: 485 Re: Passing Structs //struct class
/// <summary>
/// Summary description for Class employeeStructur.
/// This class holds the data structur for the records held within
/// the employee file, the backup of this file... |
Forum: C# Dec 13th, 2007 |
| Replies: 4 Views: 485 Passing Structs Hi i am having difficulty passing the contence of a struct to a class. I have constructed the class without any errors. However when i try to pass the struct with just its name i get a not declaired... |
Forum: ASP Nov 30th, 2007 |
| Replies: 6 Views: 1,045 |
Forum: ASP Nov 21st, 2007 |
| Replies: 6 Views: 1,045 Re: Will this work sorry the above code needs to be amended for the loop to read
Do while Not objRecordSet.EOF
Response.Write"<B>" & objRecordSet ("time") & "</B><BR>"
Response.Write objRecordSet("date") &... |
Forum: ASP Nov 20th, 2007 |
| Replies: 6 Views: 1,045 Will this work Hi I am experimenting with VBScript and SQL and am unsure if the following code will actually work. I do not have access to IIS at present so I am unable to test it. I would be greatfull if anyone... |
Forum: C# Nov 10th, 2007 |
| Replies: 2 Views: 623 Re: The .Net frame work Thanks for the reply, but i was wondering if the compiler from mono can be added to a project designed in visual studio, for release, to enable the release CD to have the option of Linux or Windows... |
Forum: C# Nov 8th, 2007 |
| Replies: 2 Views: 623 The .Net frame work Hi just a quick question regarding compatibility to other non MS OS. Is there a intermediate language compiler for other platforms such as Linux? |
Forum: C# Nov 1st, 2007 |
| Replies: 6 Views: 1,281 Re: c# Console Hi there, thanks again......it apears that you have to creat a new instance (??) by declaring the console as a variable then clear the variable.........i keep forgetting that everything is an object... |
Forum: C# Oct 31st, 2007 |
| Replies: 6 Views: 1,281 Re: c# Console hi there have tried the .clear() statement, however it is not recognised as a valid command within the c# console application component of visual studio 2003. Is there anything else? |
Forum: C# Oct 31st, 2007 |
| Replies: 6 Views: 1,281 Re: c# Console hi, thanks for your reply.............is it really that simple? Thanks |
Forum: C# Oct 30th, 2007 |
| Replies: 6 Views: 1,281 c# Console Hi, I am currently studying programing, and have become some what stumped with Visual studio 2003. I have written a number of application using the console, however currently i am trying to clear of... |