Jump to content
Xtreme .Net Talk

Mick Dugan

Avatar/Signature
  • Posts

    45
  • Joined

  • Last visited

About Mick Dugan

  • Birthday October 8

Mick Dugan's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi All, I'd like to be able to rotate a group of labels at about a 45 degree angle. Could someone here give me a dumbed down explanation on how this might be accomplished? Thanx
  2. I�m trying to send a zipped solution file to someone but my server apparently thinks it contains a virus and is rejecting it. Calling my ISP tech support line was no help at all. Is there any work around for this issue?
  3. VS 2005 sometimes runs pretty slow and I'm wondering if my 512 MB of RAM is enough. Suggestions?
  4. Thanks for the lead!
  5. In my application, users may create a number of objects. Information about these objects (height, width, name, etc) is stored in several 2 dimensional arrays. How do I go about using the properties grid to display the data?
  6. Hi All, I�m an amateur coder, writing a program, part of which involves some graphics. A few issues have come up which quite honestly are beyond my ability. What�s the best way of going about looking for someone who�d be willing to take on some of this on a freelance, hourly basis? Location isn�t an issue as the code can be swapped back and forth via email.
  7. Yes, that's the appearence of what I'm looking for, but that can only be used to change the appearence of various controls properties at run time. I need to put my own controls into that grid
  8. Thanks Cags for the reply. I dont' know C# though. Could you post the code in VB for me? Thanx
  9. Hi guys, I have a problem with screen flicker. In my application, I�m drawing some objects in myPanel using myPanel.Paint. The coordinates of the objects (they�re mostly just primitives along with some regions) are stored in arrays. So when the graphics need to be refreshed, the arrays are consulted. The problem is I also want to show items being dragged across the screen, but when I do that, the constant redrawing causes the screen to flicker. I�ve read that I should use the invalidate method, but can�t figure out where invalidate should be invoked. Any ideas? Cheers, Michael Dugan
  10. Hi guys, I need a control that�s similar to the properties window in Visual Studio.net. Namely, a grid consisting of two columns separated by a splitter bar. Labels would go in the left column, while text boxes and combo boxes would reside in the right column. I kind of made on myself by putting 2 panels and a splitter bar within a third panel, but it has limitations (i.e. no combo boxes, and I can�t make the fixed single border of the text box anything but black). Is what I�m looking for readily available, or will I have to purchase it from a third party? Any ideas? Cheers, Michael Dugan
  11. You saved me a HUGE amount of time, and I REALLY, REALLY appreciate it!!!
  12. Wow, thanks Marble Eater! I hate to push my luck, but I really only know VB. If you could make that translation for me I'd be your biggest fan!
  13. Thanks for the responses guys. Sorry I didn�t supply enough information. Marble Eater, you were correct in assuming that the two �lines� are actually �line segments� and are derived from the coordinates of their end points. Sometimes they will actually cross, in which case I�d need to find the point of intersection. Usually though, they will not cross, in which case I need to find out the point they would intersect if they were to be extended. As someone who doesn�t know the difference between calculus and Confucius, I was hoping someone had a ready made routine that would fit the bill. Barring that, if I have to do it myself, I could really use some dumbed down Pseudo code to get me started.
  14. Does anyone have a function that will take the coordinates of 2 lines (that are in the same plane) and compute the intersection point? TIA
  15. Hi Guys, I'd like to have a databound combo box sorted but apparantly it's a no no to use the "sorted" property of that control. Could one of you be so kind as to supply an example of the code I'd need to make this happen? TIA, Mick
×
×
  • Create New...