blah blah blah is here! blah blah » Close

0
votes
0 answers

Where to start with my C# Mobile programming Project?

I have a project to code a web site for mobile (mobile app) and it should have a connection to DB, The page should obtain a new user registration (Custom Mobile Control), And a page for authenticating a user Log in, And a page for changing ...

-1
votes
0 answers

Brand new to software developement

Howdy. I want to create a wage calculating program, fairly simple, buttons that represent certain shifts of the week, input totals, then maybe print pout results. Ive done this quite well in a spreadsheet, but i want something i can sel ...

1
votes
1 answers

Newbie C# Question about float/int/text type formatting

Hey everybody, I'm a total C# newb with a light (first year CS) background in Python. I wrote a console program in Python for doing marathon pace running calculations and I'm trying to figure out the syntax for this in C# using Visual ...

0
votes
1 answers

installing a c# created application on a new PC

i have created a application in visual c#.net using visual studio 2008. Now i want to install this application on a new PC which is not having any thing installed on it(formatted PC without visual studio and .net framework). i want to know ...

1
votes
0 answers

Can I make a normal java SE file into an Applet?

Sorry. New to Java. Theo

0
votes
0 answers

Calling a Windows 7 .bat file from C# Vs2008

I have a windows 7 .bat file that runs just fine from the command window, but when I try to call it in Vs2008 C# .Net 3.5 it doesn't execute! Here is the .bat: @echo off echo Hello There so and so!! >> jtDateTime.txt For /f &qu ...

0
votes
3 answers

C# Beginner, questions on some starter projects I'm doing.

Hello all, Learning C# and decided that for my first applications outside the realm of 'tutorial stuff' I would make some things that I would actually use. So I decided on a password manager and a file archiver. My questions are mainly r ...

0
votes
0 answers

How do I put specific XML elements into A Dataset?

As noted in my earlier question I'm working on a simple password manager for one of my first legit C# applications. I've gotten the code to the point where it'll take user input and create and append to an XML document with the various user ...

0
votes
0 answers

C# Automatically opening a new outlook email (but not sending)

I am trying to open a outlook message and prefill in the to, cc, subject and message body. The problem is the message body is long so I can't use the process.start. I have tried to search around but can't seem to find a solution. Can someon ...

1
votes
1 answers

"new" functions (instead of overrides)

Does the "new" keyword find much application in the context of function declarations in derived classes? It would seem virtual overrides and abstract overrides would almost obviate the need to ever declare "new functions&q ...

Feedback