Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 81
Search took 0.02 seconds.
Search: Posts Made By: milot
Forum: C# May 21st, 2008, 7:30 AM
Replies: 9
Views: 502
Posted By milot
Re: C# 3.0

Druid,

I started using anonymous types, extension methods, LINQ, new object initialization feature, lambda expressions instead of anonymous method delegate calls, the beautiful var keyword etc. If...
Forum: C# May 20th, 2008, 9:51 AM
Replies: 9
Views: 502
Posted By milot
C# 3.0

Hi guys,

Long time no post, I was busy studying and working in the same time so I didn't have time to join the forums. But now I found some time to share my experience on C# 3.0 with C# developers...
Forum: Coder's Corner Lounge Apr 16th, 2008, 7:40 AM
Replies: 24
Views: 678
Posted By milot
Re: And... so what exactly do you do?

Well I always respond that question similar to Fall Back Son, I ask them "Do you know the MSN Messenger or Internet Explorer that you use to chat with people or join on HI5 or Facebook?" they will...
Forum: Coder's Corner Lounge Mar 3rd, 2008, 6:58 AM
Replies: 61
Views: 2,174
Posted By milot
Re: What have you been up to?

Great post IR,

I know haven't been around here for a while now, but today I started a new job as a Software Developer on a Software Development Company called ProNET in a capital city of Kosova...
Forum: C# Feb 26th, 2008, 8:22 AM
Replies: 5
Views: 400
Posted By milot
Re: Runtime error - Dispose

Well, we cannot help here without pasting some piece of code, but as I read the runtime unhandled exception I saw that the problem comes from line 6381. Look at these lines on your generated...
Forum: Coder's Corner Lounge Feb 25th, 2008, 8:52 AM
Replies: 45
Views: 1,368
Posted By milot
Re: What music do you listen to when programming?

When programming, I need to concentrate, so I prefer to listen nothing, or if I'm in the mood for music, I prefer some internet radio stations but with very low volume. When I'm traveling, or walking...
Forum: Visual Basic .NET Jan 6th, 2008, 7:54 PM
Replies: 6
Views: 366
Posted By milot
Re: Temperature Controls

Well I did a bit of research on "why-wmi-doesn't-support-Win32_TemperatureProbe" and figured out that WMI doesn't support this feature right now, but it will in the near future, but I saw that this...
Forum: Coder's Corner Lounge Jan 6th, 2008, 7:09 PM
Replies: 21
Views: 646
Posted By milot
Re: Thinking up good application names?

Thanks Matt, you're welcome :D
Forum: Visual Basic .NET Jan 6th, 2008, 9:53 AM
Replies: 6
Views: 366
Posted By milot
Re: Temperature Controls

You can use WMI (Windows Management Instrumentation) Classes and use the Win32_TemperatureProbe WMI Class to get that information you need, here is a code snippet that shows how to use WMI on C#, you...
Forum: Coder's Corner Lounge Jan 6th, 2008, 9:18 AM
Replies: 21
Views: 646
Posted By milot
Re: Thinking up good application names?

Or naming your software on animal names (like apple that uses wild cat names and there are 36 different wild cat species), or somebody can use fish species names, our actual example is Wireshark:...
Forum: Coder's Corner Lounge Jan 5th, 2008, 8:28 PM
Replies: 21
Views: 646
Posted By milot
Re: Thinking up good application names?

I have the same problem with names, but sometimes I get the great names for example I had to write a little piece of software that listens to your Network Interface Card and displays incoming and...
Forum: Visual Basic Dec 26th, 2007, 12:50 PM
Replies: 4
Views: 215
Posted By milot
Re: Auto Save

There are two different classes named "Timer", System.Threading.Timer, and Timer Control (System.Windows.Forms.Timer), thats the reason that I mentioned the whole namespace hierarchy.
Forum: Visual Basic Dec 24th, 2007, 6:13 AM
Replies: 4
Views: 215
Posted By milot
Re: Auto Save

Or you can use System.Windows.Forms.Timer to call the save method e.g every 2 minutes, 2 hours etc.
Forum: Coder's Corner Lounge Dec 19th, 2007, 5:30 PM
Replies: 6
Views: 317
Posted By milot
Re: Building a Beowulf Cluster...

I'm also interested on building a beowulf cluster just for fun, but for now I still live in my dorm so I am planning after my graduation to build one (depends on time and money), but for now I've...
Forum: C++ Dec 11th, 2007, 7:58 AM
Replies: 10
Views: 462
Posted By milot
Re: Any free C++, C# compiler?

You can also use DevC++ for C++ which has Windows port of gcc (MingW) and you can use Mono on Windows for C# or as other members above said microsoft offers free compiler for C# and C++ or you can...
Forum: Coder's Corner Lounge Dec 4th, 2007, 5:22 AM
Replies: 4
Views: 178
Posted By milot
Re: VC++ 2008 Express

I am using it right now, I just migrated from both VC# 2005 express and VC++ 2005 express to 2008, and as Narue said, there are no shocking differences, just some changes in gui and on VC# .NET 3.5...
Forum: Coder's Corner Lounge Nov 21st, 2007, 5:59 PM
Replies: 90
Views: 3,257
Posted By milot
Re: What does your workspace look like?

Here are my two laptops (picture taken on my dorm room where I live for now):

http://milot.baduka.net/beauties.JPG


Left: iBook G4 1.42GhZ 720DDR RAM Memory running Leopard
Right: Mac Book (White...
Forum: Coder's Corner Lounge Oct 18th, 2007, 7:15 PM
Replies: 29
Views: 1,021
Posted By milot
Re: C# Programming

ReggaetonKing,

As far as I know and at least as I tried, .NET CLR and WinForms are cross-platform done by Mono team, not Microsoft, IMO is kinda unofficial, below I just made two screenshots several...
Forum: Coder's Corner Lounge Oct 17th, 2007, 7:53 PM
Replies: 29
Views: 1,021
Posted By milot
Re: C# Programming

Before I didn't want to use Visual Studio Professional as a pirated copy, so I've written some apps in gVim for Windows, I just used the compiler and API which are free, but now I returned to VC#...
Forum: C# Oct 8th, 2007, 6:05 PM
Replies: 2
Views: 178
Posted By milot
I often write some custom controls, and of course...

I often write some custom controls, and of course I compile them as dlls and call them on my applications, but when I gave the software to somebody it was very painfull giving them all dlls with my...
Forum: Coder's Corner Lounge Sep 23rd, 2007, 10:50 AM
Replies: 12
Views: 349
Posted By milot
I often make jokes like that when somebody is...

I often make jokes like that when somebody is trying to keep everything memorized, and I say to him "you need a USB port on your head to easily put some pdfs in there" or "ah, I thought you have...
Forum: Coder's Corner Lounge Sep 22nd, 2007, 2:06 PM
Replies: 12
Views: 349
Posted By milot
What a stupidity! Books must stay there for...

What a stupidity! Books must stay there for reference! As I know guys but a thousand page book cannot be memorized! and people often save them to have them later as reference!

P.S: Though I think...
Forum: Visual Basic .NET Sep 10th, 2007, 6:14 AM
Replies: 2
Views: 370
Posted By milot
You can do this with .NET using SAPI (Speech...

You can do this with .NET using SAPI (Speech API), here is the link shows how to do it in C# and VB:

http://blogs.msdn.com/coding4fun/archive/2006/10/31/909044.aspx

I don't know about changing...
Forum: C++ Aug 19th, 2007, 7:29 AM
Replies: 18
Gui
Views: 420
Posted By milot
You also have a forms designer for wxWidgets...

You also have a forms designer for wxWidgets using Dev C++ with wxDev-C++ extension (which uses MingW compiler [gcc/g++ windows ports]):


http://wxdsgn.sourceforge.net/
Forum: Coder's Corner Lounge Aug 19th, 2007, 7:26 AM
Replies: 4
Views: 153
Posted By milot
I saw that two years before (I'm not so sure),...

I saw that two years before (I'm not so sure), but my laptop is a Mac (Mac Book) but here I have Windows XP dual boot with Linux, I really don't like the Mac OSX operating system at all!
Forum: Coder's Corner Lounge Aug 13th, 2007, 7:38 PM
Replies: 21
Views: 423
Posted By milot
Congratulations big_k105 :D. In September I will...

Congratulations big_k105 :D. In September I will start my final grade in CS. Can you tell us how is the feeling of being now CS graduate?
Forum: C# Aug 5th, 2007, 7:33 PM
Replies: 5
Views: 185
Posted By milot
Have you tried calling the test method that...

Have you tried calling the test method that accepts object array on other void method and then passing that method to the thread?

e.g

test method

public void test(object[] arr)
{
....
}
Forum: C# May 31st, 2007, 10:01 PM
Replies: 4
Views: 163
Posted By milot
Hi, For making tabs (and other controls) look...

Hi,

For making tabs (and other controls) look pretty you must write custom controls, in this case, a custom tab control.

Here are some links for custom tab...
Forum: C++ May 27th, 2007, 8:00 PM
Replies: 2
Views: 159
Posted By milot
Hello Leslie, You have MonoDevelop...

Hello Leslie,

You have MonoDevelop (http://www.monodevelop.com/Main_Page) and this allows you to design GTK apps and then write on C# (now added VB and this is GNOME based GUI Designer/IDE), you...
Forum: C# May 24th, 2007, 7:30 AM
Replies: 6
Views: 164
Posted By milot
You can apply some drawing using System.Drawing...

You can apply some drawing using System.Drawing on your windows forms, you can call a designed picture that can look pretty good and then create some custom colored buttons like shown on these links...
Forum: C# May 22nd, 2007, 5:36 AM
Replies: 14
Views: 202
Posted By milot
Power-user can, and he will know what he is...

Power-user can, and he will know what he is doing, IMO simple users don't know how, even perhaps they don't know what the registry is :p.
Forum: C# May 22nd, 2007, 4:40 AM
Replies: 7
Views: 175
Posted By milot
paulchwd, I will suggest you not to use this...

paulchwd,

I will suggest you not to use this form of insertion instead of using parameteres while performing such tasks, because it will cause a SQL injection, if you don't know 'em here the link...
Forum: C# May 22nd, 2007, 4:35 AM
Replies: 14
Views: 202
Posted By milot
I support Booooze, I almost everything save in...

I support Booooze, I almost everything save in the registry, that's the reason the windows registry is out here, if you look back in Windows 95 where everything was saved in *.ini files? That really...
Forum: C# May 21st, 2007, 9:13 PM
Replies: 14
Views: 202
Posted By milot
It's more practical and safe to store the value...

It's more practical and safe to store the value in Windows Registry and then read it in startup (constructor or Form_load event), this is because the end users to not open the file and change the...
Forum: C# May 12th, 2007, 4:20 PM
Replies: 3
Views: 130
Posted By milot
Hi, It's not anything special but in C# it...

Hi,

It's not anything special but in C# it allows you to use underscore in front of a variable followed by letters (or numbers), but it is not very recommended because it sometimes is hard to read...
Forum: Coder's Corner Lounge May 11th, 2007, 7:14 AM
Replies: 23
Views: 410
Posted By milot
I totally agree with you Jimbo, under XP I always...

I totally agree with you Jimbo, under XP I always used a third-party firewall that I managed by my self blocked everything else except things that I needed, and always used third-party anti-virus...
Forum: Coder's Corner Lounge May 10th, 2007, 10:09 PM
Replies: 23
Views: 410
Posted By milot
Hi there, I bought a Mac Book about 2 months...

Hi there,

I bought a Mac Book about 2 months now, first I installed Windows XP Professional and it seemed not to work well with my new mac book when i detached the power adapter the mouse was...
Forum: C# Mar 23rd, 2007, 5:47 AM
Replies: 4
Views: 173
Posted By milot
DateBarrowed =#" + sDTBrrwd + "# AND DateDue =#"...

DateBarrowed =#" + sDTBrrwd + "# AND DateDue =#" + sDTDue + "#"


Which data type are DateBarrowed and DateDue? if they are DateTime why are the "#" in there? And can you post all the snippet for the...
Forum: C# Mar 19th, 2007, 2:31 PM
Replies: 4
Views: 173
Posted By milot
l2u, Can you post your query? Then we'll try to...

l2u,

Can you post your query?
Then we'll try to fix it, and for error handling try to use try-catch-finally exception handling.
Forum: C# Mar 19th, 2007, 2:30 PM
Replies: 4
Views: 207
Posted By milot
l2u, You are always welcome to our community, we...

l2u,

You are always welcome to our community, we are all here for the same purpose, to help people :D.
Showing results 1 to 40 of 81

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:43 PM.

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