Forum: Coder's Corner Lounge
Jul 18th, 2008, 7:46 AM
|
|
Replies: 11
Views: 168
Re: Learn Cobol or convert?
If it were me I'd learn cobol. Mainly because the programs already do what they're supposed to, the only situation where I'd convert them would be if the program is going to change signifigantly in...
|
Forum: C#
Jul 17th, 2008, 10:20 AM
|
|
Replies: 1
Views: 76
|
Forum: Visual Basic
Jul 16th, 2008, 3:17 PM
|
|
Replies: 9
Views: 268
Re: Visual Basic pointers
In my opinion because some people:
-do not realize VB and VB .NET are very different.
-are scared of learning a somewhat unique syntax that doesn't quite stick as much to other langauge syntax (curly...
|
Forum: Visual Basic
Jul 15th, 2008, 12:50 AM
|
|
Replies: 9
Views: 268
Re: Visual Basic pointers
Yea, pass-by-reference is used alot, if you thought I said it wasn't or that it was bad practice, that is not what i meant at all. I was just saying that is why I thought the .NET Framework...
|
Forum: Visual Basic
Jul 10th, 2008, 8:40 AM
|
|
Replies: 9
Views: 268
Re: Visual Basic pointers
yes, it is considered unsafe code since .NET uses its special garbage collector to free up memory and pointers fall outside the scope of the garbage collector.
in C# however there is a way to use...
|
Forum: Coder's Corner Lounge
Apr 22nd, 2008, 12:50 AM
|
|
Replies: 4
Views: 193
|
Forum: Coder's Corner Lounge
Apr 21st, 2008, 5:50 PM
|
|
Replies: 4
Views: 193
Need some advice
I don't know if many of you have ever been in this situation, but recently I was thrown into this and I'm still trying to figure out what to do.
Here's my problem:
At work, for the first time we...
|
Forum: Visual Basic .NET
Apr 15th, 2008, 8:26 AM
|
|
Replies: 5
Views: 315
Re: writing a service in VB.NET
as a matter of fact there is a process class in the 1.1 framework
check it out
http://msdn2.microsoft.com/en-us/library/system.diagnostics.process(VS.71).aspx
namespace it is under is...
|
Forum: Coder's Corner Lounge
Oct 4th, 2007, 9:17 AM
|
|
Replies: 6
Views: 292
actually, here's a better link...
actually, here's a better link
http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx
|
Forum: Coder's Corner Lounge
Oct 4th, 2007, 9:10 AM
|
|
Replies: 6
Views: 292
Microsoft to release .NET source
just figured I would share the news incase you haven't heard :)
http://blog.dennyboynton.com/PermaLink,guid,79563190-ddd1-4eab-b583-f67d82eda94f.aspx
|
Forum: Visual Basic .NET
Oct 4th, 2007, 9:02 AM
|
|
Replies: 3
Views: 193
let me see if I can explain this right.
here's...
let me see if I can explain this right.
here's the problem, you attempt to put something in the array newword but you never allocated any space for that array.
what i mean by this is, you never...
|
Forum: Show Off Your Open Source Projects
Sep 6th, 2007, 7:58 AM
|
|
Replies: 1
Views: 229
Windows Service Installer/Uninstaller
Hi, after building a couple windows services at work and having to install and uninstall them via .NET command line about 50 times in the course of debugging and going back and making changes to it,...
|
Forum: C
Aug 18th, 2007, 1:09 PM
|
|
Replies: 5
Views: 208
|
Forum: C
Aug 18th, 2007, 4:22 AM
|
|
Replies: 5
Views: 208
ah ok, I get what you're saying, using what you...
ah ok, I get what you're saying, using what you gave me and a bit more research, I managed to get it past the includes. There were other errors I received later but then I found a tutorial on glade...
|
Forum: C
Aug 17th, 2007, 9:30 AM
|
|
Replies: 5
Views: 208
|
Forum: C
Aug 17th, 2007, 1:42 AM
|
|
Replies: 5
Views: 208
gtk header problem
Hi guys, I am new to programming on linux, and I am having problems getting my first attempt at an app to compile. although I already have the lib-gtk2.0 library installed I keep getting this error...
|
Forum: Coder's Corner Lounge
Aug 13th, 2007, 9:46 AM
|
|
Replies: 5
Views: 145
|
Forum: Visual Basic .NET
Jul 9th, 2007, 12:24 PM
|
|
Replies: 11
Views: 476
|
Forum: Visual Basic .NET
Jul 9th, 2007, 8:07 AM
|
|
Replies: 11
Views: 476
|
Forum: Visual Basic .NET
Jul 5th, 2007, 1:01 PM
|
|
Replies: 5
Views: 168
|
Forum: C++
Jul 5th, 2007, 12:58 PM
|
|
Replies: 2
Views: 141
Haven't tried it, but I found...
Haven't tried it, but I found this
http://www.devexpress.com/Products/NET/IDETools/RefactorCPP/
let us know what you think of it if you decide to use it.
|
Forum: Visual Basic .NET
Jul 2nd, 2007, 11:27 AM
|
|
Replies: 1
Views: 113
|
Forum: Visual Basic .NET
Jul 2nd, 2007, 11:23 AM
|
|
Replies: 5
Views: 180
What are you trying to do, need a bit more...
What are you trying to do, need a bit more detail.
Not sure if this is what you're looking for, but you could use this to determine if the messagebox you opened earlier had its "ok" clicked or...
|
Forum: Visual Basic .NET
Jul 2nd, 2007, 11:14 AM
|
|
Replies: 1
Views: 96
|
Forum: Coder's Corner Lounge
Jul 2nd, 2007, 11:08 AM
|
|
Replies: 25
Views: 518
|
Forum: C#
Jun 15th, 2007, 8:54 AM
|
|
Replies: 4
Views: 168
|
Forum: Coder's Corner Lounge
Jun 7th, 2007, 8:19 AM
|
|
Replies: 7
Views: 207
|
Forum: Coder's Corner Lounge
May 31st, 2007, 10:39 PM
|
|
Replies: 14
Views: 278
|
Forum: Coder's Corner Lounge
May 31st, 2007, 10:19 PM
|
|
Replies: 11
Views: 242
|
Forum: Show Off Your Open Source Projects
May 25th, 2007, 8:39 AM
|
|
Replies: 12
Views: 622
|
Forum: C#
May 23rd, 2007, 11:14 PM
|
|
Replies: 12
Views: 361
I'm not really set up to actually run and debug...
I'm not really set up to actually run and debug this here at home but if i were you i would put a breakpoint somewhere in your code after the dataset is populated and do a quickwatch on your dataset...
|
Forum: C#
May 23rd, 2007, 9:30 PM
|
|
Replies: 12
Views: 361
Well when it just displays a blank grey...
Well when it just displays a blank grey rectangle, that's what it looks like when there is no data in it.
I see you decided to go with a dataset
"If a DataSource contains multiple sources of data,...
|
Forum: C#
May 23rd, 2007, 8:54 AM
|
|
Replies: 12
Views: 361
|
Forum: Coder's Corner Lounge
May 22nd, 2007, 8:35 AM
|
|
Replies: 30
Views: 648
|
Forum: C#
May 22nd, 2007, 8:26 AM
|
|
Replies: 4
Views: 178
|
Forum: ASP.NET
May 21st, 2007, 10:52 PM
|
|
Replies: 2
Views: 142
|
Forum: C#
May 21st, 2007, 8:49 AM
|
|
Replies: 6
Views: 130
I know what you said, you said you tried it on...
I know what you said, you said you tried it on "Project", I told you to do it on "Solution", there are the following items in the dropdown "Current Document", "All open documents", "current project",...
|
Forum: C#
May 19th, 2007, 2:38 PM
|
|
Replies: 6
Views: 130
|
Forum: C#
May 19th, 2007, 12:07 PM
|
|
Replies: 8
Views: 155
FYI:
While this works it is by no means...
FYI:
While this works it is by no means necessary. You do not need to have a variable on the right hand side of your assignment operator. A string literal will work just fine.
like so:
...
|
Forum: Other Scripting Languages
May 19th, 2007, 11:49 AM
|
|
Replies: 9
Views: 409
this will explain it to...
this will explain it to you
http://en.wikipedia.org/wiki/J_Sharp
quote taken from article:
"While J# provides a Java syntax on top of .NET's framework, IKVM is effectively a Java framework running...
|