282 Posted Topics

Member Avatar for JOSheaIV

(I'll make this sweat and short, writting in class) Okay so I am working on a sudoku program, and am using a dataGridView for the gameboard. But I need to know how to create different boarders for the cells so that I can make up the 4 black lines that …

Member Avatar for ddanbe
0
654
Member Avatar for JOSheaIV

Okay so about a year ago I took a usual college class on C# and since have been addicted to the language, I love writting in it. But I have been puzzled by an issue that I have never figured out, and I decided it's finally time to ask for …

Member Avatar for Ketsuekiame
0
254
Member Avatar for tjm6f4

Hmmm, first of all msdn.com (or what ever the ending it), they moreexplain methods, and calls and such more indepth, giving you examples, and some pages list all the members of a call (or such). I just learned C# last year, and use VS2010 for my GUIs and have become …

Member Avatar for Ketsuekiame
0
159
Member Avatar for jnyekha

Well you could always use the DateTime call in C#, and just do a check for when it equals 6 hours from it, here's a link on that [url]http://msdn.microsoft.com/en-us/library/system.datetime.aspx[/url] But if this in not for real and more a test run or just project, I would probably with what midimatt …

Member Avatar for JOSheaIV
0
204
Member Avatar for JOSheaIV

Okay so I hope the title makes sense but I'll explain a litte more indepth. Right now i have an object that consists of multiple forms of data (strings, int, and a boolean array). The object array looks like this (sorry for all the clutter I had it looking nice, …

Member Avatar for ddanbe
0
154
Member Avatar for JOSheaIV

Okay so I am working on a massive program involving multiple forms, delegate calls, ext. Anyway I was wondering is there a way to make global values that can be accessed my any form or class? In otherwords, removing the need to pass in the variables. Sorry this is rush …

Member Avatar for JOSheaIV
0
112
Member Avatar for JOSheaIV

Okay I have a datagridview with multiple rows and columns of data. I set the grid to Readonly == true by default, but have a method that when the user double clicks the datagridview, it's gets the current cell the user is clicking and then uses this line of code …

Member Avatar for JOSheaIV
0
1K
Member Avatar for JOSheaIV

Okay so I am writting a program that is designed to make scheduling easier at the job I work at right now. Well part of the program is that there is a DB of employees and data that can be edited from the program (pretty straight forward like any program …

Member Avatar for JOSheaIV
0
154
Member Avatar for JOSheaIV

Okay so I recently have no clue what's causing it but I can predict a BSOD and can prevent it sometimes. Everytime this has happened I have been gaming. The warning sign is I will start to hear the sound get distoreded and then it progressivily gets worst and worst, …

Member Avatar for makush
0
244
Member Avatar for JOSheaIV

Okay so after many hours I finally figured out how to read data from an excel file but now I am running into a problem here is how I read in data [CODE] Microsoft.Office.Interop.Excel.Application excelApp = new Microsoft.Office.Interop.Excel.Application(); Workbook excelFile = excelApp.Workbooks.Open(filePath, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, …

Member Avatar for JOSheaIV
0
311
Member Avatar for elizabeth mwash

depends on how you want to save the file. If you are saving to store data that you can access when you open the program after closing it use streamwriter and streamreader I am using that alot right now on a program I am working on. I would be more …

Member Avatar for JOSheaIV
0
185
Member Avatar for JOSheaIV

Okay so I was pulling some hair off my motherboard and bumped the powercable that connects the PSU to the Motherboard (not the 4 pin one, the bigger one that is like 16-pin) any way the system all of a sudden just shut down all I can think is that …

Member Avatar for JOSheaIV
0
909
Member Avatar for JOSheaIV

Okay so I am learning to write with with ActionScript for a flash project. First of all I hate this language and can't figure out how to solve my problem. I am trying to play the frames so that they appear 1 second apart but stop at a certain frame. …

Member Avatar for JOSheaIV
0
252
Member Avatar for eventhorizon

Okay if it is indeed F11 I want you to restart the computer and spam that key till either the computer starts beeping at you, or the menu pops up. If this doesn't work try the F8 and do the same thing I said before. I have a dell laptop …

Member Avatar for eventhorizon
0
591
Member Avatar for adiiz

Does it sound like the fans of anything are running really fast? Like their running at full speed and will not slow down? Did this happen all of a sudden or what? Did it do this the first time you turned it on or did it all of a sudden …

Member Avatar for Shlaa
0
167
Member Avatar for JOSheaIV

Okay so I am a newer programmer and have no clue how to use the language fortran77. All I know is I have the source code for the old game Adventure. Here is where I downloaded it from [URL="http://jerz.setonhill.edu/if/crowther/"]Where I Downloaded Files[/URL] I have no clue how to use this …

Member Avatar for Momerath
0
107
Member Avatar for JOSheaIV

Okay I am working on a group project in class and I have to learn XML for it, would anyone be able to point me in the right direction. If I recall right we are using XML to communicate with a flash program we're building. ALso if anyone knows anything …

Member Avatar for iceandrews
0
100
Member Avatar for EazyB

Check your BIOS! Some motherboards have timer functions on them. I know they can turn them on, maybe they turn them off. Also check your CPU temp! I had a buddy make a custom build, he brings it to me telling me it keeps shutting down on start up. Well …

Member Avatar for JOSheaIV
0
124
Member Avatar for JOSheaIV

Okay first of all thanks for taking the time to read this post. So I took a C# class this last spring semester and love programming with it now. The program I am working on I decided to make for my job that will help with scheduling. Here's where the …

Member Avatar for JOSheaIV
0
156
Member Avatar for JOSheaIV

Okay so I feel stupid for asking this and I feel like i am overlooking something, but how do retrieve the value of a datagridview cell as an int. I have used this code to change the column to type int [CODE]dataGridView1.Columns[0].CellTemplate.ValueType = typeof(int);[/CODE] I haven't really had a chance …

Member Avatar for Geekitygeek
0
3K
Member Avatar for JOSheaIV

Okay so the GPU on my laptop (nvidia card), has gone bad and I have confirmed this with Nvidia (cause Dell would have been a headache). Anyway I needed to turn it on to get some stuff off of it, and decided to put this temperature program to see what …

Member Avatar for caperjack
0
117
Member Avatar for JOSheaIV

Okay so I am creating a program (well more an application as it's becoming alot of coding). But anyway, I have created multiple forms for it but I can't figure how to keep the form on top. I have found the code [CODE]this.TopMost = true;[/CODE] But that only keeps the …

Member Avatar for JOSheaIV
0
155
Member Avatar for Techwriter10

I just wish someone other then mac would create something almost identical to the iphone (I want to write apps for one but don't have a max and I hate apple, also AT&T sucks...Verizon)

Member Avatar for Techwriter10
0
784
Member Avatar for JOSheaIV

Okay so I know this is probably an easy question but I am tired and I want to find a good way to do this. The code below will show what I am getting into (I'll explain more after it) [CODE]string loc = dataGridView1.SelectedRows.ToString(); int loc2 = Convert.ToInt32(loc);[/CODE] Anyway this …

Member Avatar for JOSheaIV
0
96
Member Avatar for JOSheaIV

Okay so I have a datagrid view I am trying to build (here is the code so far) [CODE] public partial class employeeAlterForm4 : Form { static readInFileDel2 readInFileCall = new readInFileDel2(readInFileClass2.readInFile2); static Employee [] employeeTempArray; ToolTip tooltip1 = new ToolTip(); Panel panel1 = new Panel(); //-------------------------------------------------------------------------------------- public employeeAlterForm4() { …

Member Avatar for JOSheaIV
0
862
Member Avatar for JOSheaIV

okay I have been looking all over the web trying certain pieces of code and I have had no luck. I am tired and I really am at a lost right now. I am trying to make it so that when the user mouses over a select set of cells …

Member Avatar for JOSheaIV
0
7K
Member Avatar for epicasian

okay let me try this Read the file in as a string Then this should work [CODE] public int [] convertString (string input) { char [] temp = input.ToCharArray(); int [] temp2 = new int [temp.Length]; for(int i = 0; i < temp.Length; i++) { temp2[i] = (int) temp[i]; } …

Member Avatar for JOSheaIV
0
119
Member Avatar for pickleleon

Just import and export from a text file. I myself and not very familiar with database, so I use use txt files and build classes that read and export the stuff into an array I can display

Member Avatar for JOSheaIV
0
121
Member Avatar for jakkee

here try entering it like this [CODE] public void EditDialog(DataRow row) { editRow = row; InitializeComponent(); PopulateForm(); } [/CODE] The only time you can get away without using void or a return type other then that (that I can think of) is when you create an item (or a form) …

Member Avatar for JOSheaIV
0
343
Member Avatar for jakkee

Here I know this is alittle off but I created a code that did something like this except that I preloaded the pictures into the application and when you clicked on them they would open and go full screen (this is meant to run on vista default picture viewer). I …

Member Avatar for JOSheaIV
0
140
Member Avatar for JOSheaIV

Okay so I am writing some C# and the program at one point reads in a file and stores each line in a string array. This part of the code works I have tested it. Well then I have the string displayed in a listBox with this string array using …

Member Avatar for JOSheaIV
0
3K
Member Avatar for JOSheaIV

Okay so this one should seem easy enough but I can't get past 1 issue I am having. Pretty much what ever is in the the listBox is stored in an array, but also in a text file (for loading and saving). The only issue is that I can't seem …

Member Avatar for JOSheaIV
0
178

The End.