8 Unanswered Topics

Remove Filter
Member Avatar for pseudorandom21

Here is a sort of description to my yet-unimplemented AI agent to play tic-tac-toe. It doesn't have to win, it just has to work, and my description of it has to be good. Tell me what you think: [code] /* "RATION_AL" The goal of my agent is to implement an …

0
147
Member Avatar for pseudorandom21

This is my first time trying to use a web API with C#, a friend asked me to make him a simple remote control app. I don't really know where to begin, I'm thinking I can create a [URL="http://msdn.microsoft.com/en-us/library/system.net.webrequest.aspx"]WebRequest[/URL] filled with the proper info, is this going to work? A …

0
90
Member Avatar for pseudorandom21

Hi, currently my application uses panels to put all the controls on and manage docking, but I need a resizable border. How is this done?

0
64
Member Avatar for pseudorandom21

Hi this project is actually C++/CLI but I expected more useful help from the .NET developers (most things are similar). So, I have a transparent form (completely transparent) and I want to draw a visible rectangle onto it and since I am using C++/CLI I was hoping to do it …

0
72
Member Avatar for pseudorandom21

Hi, is there a function to increment a character in F# ? I'm working with: [code] let workingSet = ['a' .. 'z'];; let inc x = x++;; let rslt = workingSet |> List.map inc ;; [/code]

0
62
Member Avatar for pseudorandom21

Hello, I would like to use the QT LGPL version with my software, but I'm really not sure what I'm allowed to do with it. The license is very confusing. I'm hoping I can dynamically link to some QT DLLs and use them without too much GNU-tape. What other requirements …

0
74
Member Avatar for pseudorandom21

Hi, I'm starting to do some work with MFC and I was wondering why the design view seems to only work for dialogs? I'm using VS2010, is there a design view you can use with a simple SDI application?

0
82
Member Avatar for pseudorandom21

Is there any way to add a disclaimer using the "Publish" feature of Visual Studio 2010 ? I just kind of fear someone will claim the application damaged their computer and try to sue me or something, it's unlikely anyone would, but I suppose it could happen. If not, what …

0
69

The End.