939 Posted Topics
Re: Seems like we have a lot of pot lovers here :P To the OP, where did you find time to post all those examples? Maybe you should burn some bush in your free time... | |
Re: So basically its a rebranded, overly difficult version of Breakout. ...havent seen many of those... | |
Re: By C# EE, I think he means Express Edition. In that case, Visual C# express cannot do ASP.NET pages standalone, however, download Visual Web developer (same as previous user suggested), it should be on the same page you got the C# express edition. It's also free. After you install and … | |
Hi, say I have an app running in the background from startup. Now say I added an option to the explorer context menu to launch the app by right-clicking a file (how would one pass that filename in as a parameter by the way?), I would only want one instance … | |
Re: Maybe he can try that XPS API I think it allows for programmatic reading writing of XPS and PDF and the new open Word format | |
Hey, I have a hunch that many of you here would know where to point me in my search. I'm looking for a good BSc program for Computer Science, but I have no idea how to start looking (like how do I gauge how good a college's program is?). I … | |
Hi. I'm building a page without tables, and I ran into the stupidest dead end. The page is three columns, fixed width but elastic height. The problem is, that I put everything in divs, and no matter what I do to get the second column to shift over to the … | |
This seems like a problem that would have an easy solution, but I just cant figure out what it is. I made a png concept for a page, and I spilt the banner into multiple parts in order to get it display how I wanted. Only it doesn't in firefox. … | |
Hi. I'm new to web design, somewhat. I was wondering if there was some way to have a text background stretch with it, sort of. Like the forum posts on this site, you would notice the lines kinda follow the text. | |
Re: does it show in the device manager as unknown or problematic? What error message does it say? | |
After spending the entire morning just getting a live boot of ubuntu to work (my fauly really, the last blank cd i had burned with an error, and i had to configure a flash drive to do it instead), i was finally able to use linux for the first time. … | |
Re: Also try booting from the cd and start the installation there (if that's what you haven't beeen doing), and if you have, then start from inside windows XP home (if you get what I'm saying). You never know, these things work funny. | |
After spending the entire morning just getting a live boot of ubuntu to work (my fauly really, the last blank cd i had burned with an error, and i had to configure a flash drive to do it instead), i was finally able to use linux for the first time. … | |
Re: Uhm...I have a similar problem with my Comp...it's an Acer and the drive is an LG brand (HL-DT-ST DVD+-RW GSA-H12N-ATA). I also run Vista. The thing is that most times I can burn, but when trying to recognise a CD/DVD, the computer lags and the drive keeps spinning and spinning, … | |
Re: am i missing something? why not just not tag the ones you want hidden? or is that too tedious....i dont really have a vista in front of me right now(at work) to play around with | |
Hey, Is there a way I can import dll files made in C# into python and use their classes? | |
Re: Uhm you can try that setting inside the system properties dialog under the Advanced tab, theres a performance button, when you click a visual effects dialog open. See if checking any of those settings will help. | |
Re: hey i use a gig too....i find it handles the sims 2 extremely well (a known resource hog) even in wondowed mode (which, in vista, is really the bad way to play games since vista uses up your resources for its "aero"). I think it has something to do as … | |
Hey...Let's say I enjoyed the old type logon screen that was present in Windows XP...how shall I turn this on? There seems to be no option in the control panel :( | |
Hey. I'm having a problem. In a form's constructor, I have: [code=C#]this.KeyDown+=new KeyEventHandler(frmGScreen_KeyDown)[/code] but the event handler does not invoke at all when I press a key on the keyboard. I know this because i have the code "txtOutput.Text="Event handler entered" as the first line of the handler, and nothing … | |
I have an event handler for the Leave event of a text box, that checks that the user has entered an invalid value. It displays a message and tells the user that the value entered is wrong. But here's the trouble: after if displays the message, it still allows the … | |
Re: Hi. I too am developing sudoku. I basically have everything down but puzzle generation So I'm thinking if anyone knows a link or something that gets me source code for generating puzzles (preferably returning a 2 dimentional array) I'd be really grateful. It'll save me a lot of time. | |
Hello I have two forms currently. One is "normal" and the other is set to topmost and invisible. I want the topmost form to capture all keyboard input, but the form underneath should still be operational (have methods called, values changed, have it's buttons clicked etc) That in itself I … | |
Re: Theres this book "Micrsoft Visual C# Express 2005 for the absolute beginner" by Premier Press that delves right into Windows app programming that I found quite easy to follow. However, by the ned of he book, all you'll really know is the basics. It's a good introductory course. | |
I have 2 issues:rolleyes: : 1. I'm creating a combobox from inside code (sort of dynamic, when the user finishes a row, another row appears) and I would like to know how to set the list of items the user chooses from. 2. How can I block the user from … | |
First of all, let me just say thanks to everyone that helped me get my first C# project under my belt. It works and runs fine thanks to all of you. Now, only two days later, I'm going to try to take on another: --An internet application. (A messenger almost, … | |
So here's the deal. I learned to program with python, and C# is my second step up the ladder. I'm currently learning the language by making a Sudoku game (just porting over the code from python..nothing fancy). So I ran into a dead end just now...I know how to manipulate … | |
Hi again. I hope you guys don't think that I'm not trying or am lazy due to all the questions I'm asking here. Does anybody know the KeyChar arguments for the Del and Backspace buttons? I need to put them in a KeyPress event Also, I'm confused as to how … | |
I have a dynamically creasted grid of picture box controls, and I want to add custom events handlers to them and Im stuck. Event 1: User Enters with mouse Event 2: User Leaves with mouse Event 3: User Clicks with mouse btw, they're created when the form they are on … | |
Apparently the ewase of programming has disappeared when I stopped using python. [code="C#"] btnPlay.BackgroundImage = Image.FromFile("\\Images\\playbtn_down.jpg"); [/code] Now I have the image in a Images folder...and I don't see why this doesn't work (from build [F5]).... this is making me very bitter......It's one of the many problems I've encountered since … | |
Is there anything wrong with this code? [code=C#] namespace RotnetSudoku { public partial class splash : Form { public splash() { InitializeComponent(); fclsStartScreen frmStartscreen = new fclsStartScreen(); frmStartscreen.Show(); this.Visible = false; } } } [/code] Apart from the indentation? When i run it ithe splash form doesn't close...Also, if i … | |
I was just wondering.... There is a python projects for the beginner in the Python section of the site...maybe you guys can do one here too? Any readers are welcome to second this request..;) | |
I might as well back up and start from the very top. Does anybody know the best way for me to learn this language (from python), because I none of the tutorials I have tried work for me (I feel like I'm moving backwards here, and that's unnerving). So... any … | |
sigh... I need a way to make an image as a background for a window, and still be able to put buttons and other controls on top of it. I even tried using wxPython's wxPanel, but it proved a real pain because I found the documentation very sparce...:sad: (google didn't … | |
Re: This does not work for me, I get: AttributeError: overridedirect | |
Re: Is there any reason why your array is so complex? You have a list containing a tuple containing a list containing several tuples containing lists..... Anyway, try this (no guarantees, don't have an intepreter atm...you may also need to fix the indents): [code="python"] def count_char(array, char="a", total=0): for element in … | |
I know I've been told before to use C++ sockets...and I will if this doesn't work out, but that was before I even knew python had sockets. Now. The problem here if that my socket enabled program seems to work perfectly well on a LAN, but not over the internet … | |
Hi. SInce you guys were so helpful the last time around, I decided to ask a less pressing, but more casual questions. My friends and I want to build a private p2p client (connects to our computers through this client to share files and do messaging), just for the heck … | |
Hi. I've just registered, but I'm not exactly new to here (i've been lurking as a guest). I'm trying to make a countdown timer based on a class that I created, which accepts hours, minutes, and seconds as parameters and counts them down to zero, will displaying them in a … |
The End.