Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 283
Search took 0.03 seconds.
Search: Posts Made By: melbolt
Forum: Coder's Corner Lounge Jul 18th, 2008, 7:46 AM
Replies: 11
Views: 168
Posted By melbolt
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
Posted By melbolt
Re: Please Help.. "HRESULT: DllNotFoundException"!!

hmm, not sure if this is it but worth a try before looking into deeper solutions. maybe try typing out the full path to the .dll in both the import as well as the if statement. I tried it your way...
Forum: Visual Basic Jul 16th, 2008, 3:17 PM
Replies: 9
Views: 268
Posted By melbolt
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
Posted By melbolt
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
Posted By melbolt
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
Posted By melbolt
Re: Need some advice

thanks guys, you're probably right
Forum: Coder's Corner Lounge Apr 21st, 2008, 5:50 PM
Replies: 4
Views: 193
Posted By melbolt
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
Posted By melbolt
Thumbs up 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
Posted By melbolt
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
Posted By melbolt
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
Posted By melbolt
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
Posted By melbolt
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
Posted By melbolt
sorry, to be more specific and to the point, I...

sorry, to be more specific and to the point, I want glade to output a dynamic library or shared library. any idea how to do that?
Forum: C Aug 18th, 2007, 4:22 AM
Replies: 5
Views: 208
Posted By melbolt
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
Posted By melbolt
If I recall correctly, I tried using both "gcc...

If I recall correctly, I tried using both "gcc main.c" and "make main" and received the same error on both.
Forum: C Aug 17th, 2007, 1:42 AM
Replies: 5
Views: 208
Posted By melbolt
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
Posted By melbolt
I highly recommend COBOL :eek:

I highly recommend COBOL :eek:
Forum: Visual Basic .NET Jul 9th, 2007, 12:24 PM
Replies: 11
Views: 476
Posted By melbolt
you might want to think twice about putting your...

you might want to think twice about putting your email address in your sig, a spambot will eat that up.
Forum: Visual Basic .NET Jul 9th, 2007, 8:07 AM
Replies: 11
Views: 476
Posted By melbolt
http://www.vb-helper.com/howto_net_drag_drop.html ...

http://www.vb-helper.com/howto_net_drag_drop.html

I doubt anyone will create a project and do all the coding, but you could use the example provided above and modify it.

Besides the only way to...
Forum: Visual Basic .NET Jul 5th, 2007, 1:01 PM
Replies: 5
Views: 168
Posted By melbolt
maybe try putting it in a new thread and see what...

maybe try putting it in a new thread and see what happens
Forum: C++ Jul 5th, 2007, 12:58 PM
Replies: 2
Views: 141
Posted By melbolt
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
Posted By melbolt
404 - File not found

404 - File not found
Forum: Visual Basic .NET Jul 2nd, 2007, 11:23 AM
Replies: 5
Views: 180
Posted By melbolt
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
Posted By melbolt
I wasn't entirely sure what you were referring to...

I wasn't entirely sure what you were referring to but there are a couple things you can do to secure your assembly.

1. StrongName your assemblies(sign with a key)
2. Use CAS(code access security) on...
Forum: Coder's Corner Lounge Jul 2nd, 2007, 11:08 AM
Replies: 25
Views: 518
Posted By melbolt
62 priest, I don't get on very much anymore...

62 priest, I don't get on very much anymore though, started getting pretty repetitive.
Forum: C# Jun 15th, 2007, 8:54 AM
Replies: 4
Views: 168
Posted By melbolt
edit: oops sorry didn't see samjack already had...

edit: oops sorry didn't see samjack already had something like this




public Form1()
{
InitializeComponent();

//gotta set up the event handler for...
Forum: Coder's Corner Lounge Jun 7th, 2007, 8:19 AM
Replies: 7
Views: 207
Posted By melbolt
Its hard to come up with new ideas, what I do is...

Its hard to come up with new ideas, what I do is this. I find some existing software and remake that type of software from scratch and customize it the way I like it. For example, I'm making my own...
Forum: Coder's Corner Lounge May 31st, 2007, 10:39 PM
Replies: 14
Views: 278
Posted By melbolt
lol nice link, I especially enjoyed the article...

lol nice link, I especially enjoyed the article on stabbing people. :p
Forum: Coder's Corner Lounge May 31st, 2007, 10:19 PM
Replies: 11
Views: 242
Posted By melbolt
Kind of reminds me of the computers in Minority...

Kind of reminds me of the computers in Minority Report. that's pretty spiffy.
Forum: Show Off Your Open Source Projects May 25th, 2007, 8:39 AM
Replies: 12
Views: 622
Posted By melbolt
But then you get into things like, should it have...

But then you get into things like, should it have some form of error programmed into it as well or will it just be a flawless player? Is it even possible to ever beat this computer or will it always...
Forum: C# May 23rd, 2007, 11:14 PM
Replies: 12
Views: 361
Posted By melbolt
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
Posted By melbolt
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
Posted By melbolt
I myself like to bind it to a datatable, which is...

I myself like to bind it to a datatable, which is actually pretty easy to do.

declare a new datatable
fill a datarow object with data
add the datarow to the datatable

continue for as many rows of...
Forum: Coder's Corner Lounge May 22nd, 2007, 8:35 AM
Replies: 30
Views: 648
Posted By melbolt
Pennsylvania, USA

Pennsylvania, USA
Forum: C# May 22nd, 2007, 8:26 AM
Replies: 4
Views: 178
Posted By melbolt
Is there somewhere you can download the solution?

Is there somewhere you can download the solution?
Forum: ASP.NET May 21st, 2007, 10:52 PM
Replies: 2
Views: 142
Posted By melbolt
there is no listview you're right, maybe try...

there is no listview you're right, maybe try datalist or gridview?
Forum: C# May 21st, 2007, 8:49 AM
Replies: 6
Views: 130
Posted By melbolt
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
Posted By melbolt
ctrl-f in the find dialog there is a combobox...

ctrl-f

in the find dialog there is a combobox that allows you to specify "current document, project, solution, etc" search the whole solution.
Forum: C# May 19th, 2007, 12:07 PM
Replies: 8
Views: 155
Posted By melbolt
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
Posted By melbolt
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...
Showing results 1 to 40 of 283

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:16 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC