Forum: C# Apr 11th, 2009 |
| Replies: 4 Views: 758 Basically it comes down to the difference between .Net 2.0 (2005) and .Net 3.5 (2008) Framework. Basically what you code in .Net 2.0 won't work the same if at all with .Net 3.5 framework. But ... |
Forum: ASP.NET Sep 1st, 2005 |
| Replies: 3 Views: 14,339 It is more than just code. Reports are the output of your data stores, so design is as much of a consideration as code. It is not like I can say here, this is the code for writing a Crystal Report... |
Forum: ASP.NET Jun 1st, 2004 |
| Replies: 8 Views: 6,935 Nice work Slade, I may actually put that to some use! |
Forum: VB.NET May 22nd, 2004 |
| Replies: 12 Views: 18,482 Not sure I follow what you are saying. I did try it. By default the text (as the name of the textbox, in my case TextBox1) is automatically selected on startup. Why? That is because the... |
Forum: Website Reviews May 16th, 2004 |
| Replies: 9 Views: 3,540 I am not sure if this is an issue in Internet Explorer or not Slade, but when I browse the site with Opera, I get some funking things happening with the position of the side panel bar on the left. ... |
Forum: VB.NET May 15th, 2004 |
| Replies: 2 Views: 18,099 Slade is right, are you meaning with in the code beind you want to have VB.Net "generate" HTML code?
i.e. Response.write("<h1>This work?</h1>") |
Forum: Storage May 15th, 2004 |
| Replies: 14 Views: 9,119 Actually it can be used that way. I have an UltraATA Promise Controller Card, and to make it work I just modified the Windows 98 boot disk by adding the sys file or com file (can't remember which... |
Forum: ASP.NET May 13th, 2004 |
| Replies: 6 Views: 6,788 Just a long shot but fix one thing and let me know the result:
<authentication mode="Forms" />
<Forms name=".ASPXSession" loginUrl="FacLogin.aspx" protection="All" />
<credentials... |
Forum: ASP.NET May 12th, 2004 |
| Replies: 7 Views: 11,157 That was my thought too slade... :confused: |
Forum: Windows NT / 2000 / XP Jan 7th, 2004 |
| Replies: 11 Views: 3,064 And what kind of modem at you using that requires you to type AT commands directly too, for it to wake up? That is like the old days of Windows 3.11 or even older. Commodore 64 Days.
Never... |
Forum: Windows NT / 2000 / XP Dec 13th, 2003 |
| Replies: 7 Views: 5,052 To start with, I would be interested in seeing the exact error message/dialog box that comes up when you try to access the file. And by access, what do you mean? Opening it? Copying it? ... |
Forum: Geeks' Lounge Nov 20th, 2003 |
| Replies: 10 Views: 2,783 I may be dating myself, but anyone else care to open up to their past "like/love" of the computer erra to date?
What do I mean? I mean, what thing or things did you find most appealing in ... |
Forum: C++ Nov 10th, 2003 |
| Replies: 4 Views: 3,435 CSCGal is right on the money there BMF. Check you code over dude, as there seems to be some inconsistencies.
ex:
void execute(struct CarADT c.listADT 11)
CarADT you declare as a... |
Forum: Windows NT / 2000 / XP Oct 30th, 2003 |
| Replies: 11 Views: 13,264 Yeah, well one other thought is to see what is running in the windows taskbar. Anything there that needs to be loaded at Windows start up can slow things down too. i.e. Zone Alarm, Norton... |
Forum: Windows NT / 2000 / XP Oct 30th, 2003 |
| Replies: 10 Views: 18,417 OK, when you boot up with the Windows XP CD, you should got through the normal process of F8 to accept some CULA or something agreement, and then be prescent with something like ENTER to install... |
Forum: Web Browsers Aug 12th, 2003 |
| Replies: 23 Views: 11,146 Use Mozilla - View Source even comes up Color Coded!! |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2003 |
| Replies: 11 Views: 6,756 Format(Date(),"mmmm dd"", ""yyyy") |
Forum: VB.NET Jun 25th, 2003 |
| Replies: 11 Views: 26,689 Just got to playing around, and felt that the VB forum on here could use some posts.
What I was playing around with forms in VB.NET and wanted to hard code centering a form. Here is what I... |