Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
66% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
Member Avatar for SelArom

hi! I haven't been here in a while, but i'm glad you're still around since I need some help! I've got to implement a round-robin simulation of process execution. I've decided to do this in VB.NET because it's my strongest language and it's a difficult concept! I've got some of …

Member Avatar for Mr.M
0
2K
Member Avatar for SelArom

greetings all, I'm trying to make a sidebar navigation using ul and li tags, and structurally it works fine, but I cannot seem to get one of the list items to appear "selected" so that it displays in a different color from the rest of the menu. Here's basically how …

Member Avatar for Cobra98
0
5K
Member Avatar for SelArom

hi all. i have a two-dimensional array of System.Drawing.Color that I wish to populate with random colors. I have created a class called Utilities that I want to place a RandomColor() method so that various classes within my program can use it... so this is what the utilities class looks …

Member Avatar for Momerath
0
150
Member Avatar for SelArom

hello, I'm in the process of upgrading a site's pages from htm static content to a dynamix aspx page. the problem is that I want to redirect users visiting the old pages to the new pages and I want to use the proper 301 "moved permanently" redirect to be search …

Member Avatar for GamersX
0
416
Member Avatar for SelArom

Hi! My assignment was to create a program to retrieve the IP address based on a host name... which I totally did :) at least I think i did; it does actually work :) but in my operating systems class the professor introduced threads, and I don't really get it …

Member Avatar for davidps
0
402
Member Avatar for SelArom

I'm a web developer, but not much of a designer, so I often resort to using stock images and photos for my content. So far I've been able to get by with stockxchg and wiki commons, but my needs are quickly growing and I would like to expand to something …

Member Avatar for rockbd
0
113
Member Avatar for SelArom

i wasn't quite sure where to put this, since this is more of an html/encoding question, but since I'm working in .net I figured this is the best place to start... I have a site, and the content-type meta tag is utf-8. I am receiving an rss feed, and am …

0
65
Member Avatar for SelArom

I would like to know where to find the "get XX browser" images. I'm making a page to intercept IE <6 users and tell them to continue they need to upgrade to a more modern browser, and show images for each of the more popular browsers. Unfortunately, I can't seem …

Member Avatar for SelArom
0
57
Member Avatar for SelArom

I have a table which counts messages sent to a particular department. the important structure is basically ID Department Message DateSent I want to be able to retrieve a resultset where that looks like this: Department MessageCount something like a SELECT COUNT(ID) Where Department=XXX but collect each individual department count …

Member Avatar for SelArom
0
108
Member Avatar for SelArom

I have an xml documents that I need to bind using a repeater. This is to be a "preview" of a few rows of data with a "view more" link to see them all. Is it possible to do this using just one xml document? the xml file has about …

Member Avatar for majestic0110
0
326
Member Avatar for SelArom

when working with strings, I can check if it has a value by doing something like if (s == "") but how do I accomplish this with integers? I thought maybe initializing to a dummy value like 0 or -1, but what if those values might be valid? should I …

Member Avatar for SelArom
0
266
Member Avatar for SelArom

okay so I'm getting started with directx and C#, but the tutorials I've found are very similar and general and I'm having trouble finding the best way to do this. Any advice is appreciated on this: I'm trying to make a grid, of varying sizes like say 10x10 or 5x5 …

Member Avatar for ~s.o.s~
-2
309
Member Avatar for SelArom

hi, I have been trying to get into C++ for a while now. My background is in VB.net. I do have experience programming with C++ (and some C) through my classes, but nothing complex... the biggest thing that I seem to be having trouble comprehending is how data access is …

Member Avatar for ~s.o.s~
0
174
Member Avatar for SelArom

hi everyone, I'm wanting to make a simple blogging system, where a user can create their own blog. But I also want a user to be able to create multiple blogs. This means that one person can have many blogs and also many people can have one blog. I'm wondering …

Member Avatar for jwenting
0
57
Member Avatar for SelArom

hi, I'm wanting to undertake a big project, and I want a way to keep track of my progress. I learned in my software engineering class about requirements elicitation and analysis and I really like that approach, but I'm wondering if there is a formal mechanism (like software or a …

0
70
Member Avatar for SelArom

I've got a procedure within a class that will be running something on its own thread. Basically it's a timer that will fire periodically... well when that event fires I want to be able to handle that on a windows form. for example: the class is a queue, when the …

Member Avatar for SelArom
0
98
Member Avatar for SelArom

Hi! I'm not sure which forum to place this in, so if there is a more appropriate one, please move it or let me know and I will repost it there. thanks. A while back I developed a simple vb.net program for keeping track of rebates. I didn't want to …

Member Avatar for Preminition
0
63
Member Avatar for SelArom

hi! I'm messing with the new Visual Studio 2005, and I'm totally loving it, but there is something that is driving me nuts. In 2003, if I was working on a form, and double clicked a control it would create a handler and shoot me to the code view. I …

Member Avatar for SelArom
0
125
Member Avatar for SelArom
0
68
Member Avatar for SelArom

good afternoon everyone! I was wondering, is it possible to incorporate assembly language within a .NET program, preferably in C# but also in C++ (or even VB!)? I'm not talking about the IL language, but the IA32 assembly language like mov, cmp, jmp, eax, ebx kind of stuff! is that …

0
80
Member Avatar for SelArom

hello! I tried posting this in another community forum and didn't get much success... is there no way to duplicate the >> operator functionality in C#? I have a file that is set up like this: 450 350 0 0 10 390 10 20 40 20 0 1 1 0 …

Member Avatar for SelArom
0
144
Member Avatar for Madhusudhan

Hi all, I have data grid: In that i have to show different hyperlinks colors with type of memberships. If gold member then Hyperlink is Green If Silver member then Hyperlink is Red. otherwise the Hyperlink shoudl be Blue !!! How to achieve this is Data grid!!!.

Member Avatar for cambia
0
99
Member Avatar for SelArom

hi! I haven't been here in a while but I like the changes! I've asked this question @ asp.net forums, but they were completely unhelpful. Maybe it's just me but they could not give me a straight answer. So maybe I'll have better luck here; I find the people in …

Member Avatar for cambia
0
167
Member Avatar for SelArom

it's really frustrating to be looking in my textbook and see something like [CODE]void apd(vector& a, int j, int n) for (j = vector[a]; n > j; j--) j++; [/CODE] I would change it to something like [code] void functionName(vector& theArray, int position, n target) [/code] that way I know …

Member Avatar for Chainsaw
1
160
Member Avatar for SelArom

Hi I'm Josh and I'm new to these forums, and new to c++. I hope that I can get some great hints and help from the community. thank you in advance! I'm trying to create and use a hashtable class that uses a linked list for separate chaining. I've completed …

Member Avatar for SelArom
0
207