Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #10.5K
Ranked #4K
~9K People Reached
About Me

Software Developer

Interests
I code and play pool. Advice on coding - free, advice on pool $$$$.
Favorite Tags
Member Avatar for Ravenous Wolf

can anyone tell me if it is possible in C# to open a file which is located in the same folder as the application without specifying the path to that file? if both file and program is located for example on C:/containfileandprog can i open the file from within a …

Member Avatar for JOSheaIV
0
6K
Member Avatar for Mongooseman

In my Senior English class, we were assigned a research paper based on our prospective vocation, and for it I chose Computer Science, specifically software engineering. One of the requirements of the project is that I have two interviews as sources, but I don't personally know anyone who works in …

Member Avatar for hua052011
0
184
Member Avatar for Hannahlv

Hello all, I have overloading method problem with my miniproject. The code is below : [CODE] patients.UpdatePatientsDetail(patientsidTextBox.Text, patientsnameLabel1.Text); [/CODE] Error is : no overload for UpdatePatientsDetail takes '2' arguments Code for this method is : [CODE] public void UpdatePatientsDetail(string strPatientsID, string strPatientsName, string strPatientsAddress, string strPatientsTelephonenumber, string strPatientsDateofBirth, string strPatientsNric, …

Member Avatar for ramiljoaquin
0
135
Member Avatar for blacklocist

Hi All, I am having this issue and don't really know a good way to overcome it. I have a main form. With a click of a button another form is created. For the example let's just say it has a simple text box. You type whatever you want in …

Member Avatar for blacklocist
0
179
Member Avatar for ConfusedMuchMor

Hi Folks I had problems running my project outside the enviroment. I was told I should Publish it. I don't understand the paths or option I have to choose from, does anyone have a link to some literature on the subject or able to enlighten me? I've tried publishing it …

Member Avatar for tostrinj
0
119
Member Avatar for Ravenous Wolf

Hi. I am currently working on a quote system project. The final step of the quote would be to print the quote. Does anyone know whether it is possible to create a pdf file with c# coding? even if i first have to create something else like a XML file …

Member Avatar for scru
-1
1K
Member Avatar for barbie 2

hi i am writing a program that counts words containing at least 3 different vowels using functions and also input files.i am confused here and don't know what to do.in this program i am to write another function that will output either 1 or 0 when a character is a …

Member Avatar for tostrinj
0
147
Member Avatar for Pim

Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You.

Member Avatar for tostrinj
0
142
Member Avatar for dabu

Hello. I wrote a program which works fine, all i need is to add one more thing. When I ask the user to input an answer (withdraw, balance...) I don't know how to prompt them if they enter something else, such as "golfball" and loop them back to entering the …

Member Avatar for Lerner
0
141
Member Avatar for blazted

I have a Form that has 3 radio buttons grouped together. I have a default combobox selected on the form. When a user selects a item from the combo box a new combo box appears that is populated from the data in a access DB. Problem is that right now …

Member Avatar for blazted
0
121
Member Avatar for Ravenous Wolf

Hi. I need some help with arraylists. i can do a basic arraylist which uses integers and strings and so on. but what i need is an arraylist composed of something else. best would be an arraylist composed of arraylists. like a multi dimensional array. is it possible to create …

Member Avatar for tostrinj
0
144
Member Avatar for MSC

Hello, I'm rather new to C# though I have extensive experience with C++. I need help displaying a couple XML documents that I've created on an ASP page. My intent is to display a table showing the contents of the XML document in table form initially. After that I want …

Member Avatar for tostrinj
0
104
Member Avatar for GRaymer

I've been able to call a cmd process to run a batch file. It runs but I have no idea what it does bec' the window opens and closes too fast. I've used .WaitForExit(), but it doesn't help. I've been looking for more help and can find anything specific. I …

Member Avatar for tostrinj
0
310
Member Avatar for FilteR

When i type in a string consisting of numbers and signs for example: 12 + 3 how can i split it and how can i convert parts of the string into integers? been searching in the web for 2 hours didnt find anything apropreate :(

Member Avatar for subburaj.r
0
172