4,588 Topics

Member Avatar for
Member Avatar for DavidKroukamp

Hi all, I'm in my 2nd year of software development (doing C#) and having come from a Java background, and having programmed a few GUI's in C#/Visual Studio's; I was wondering... Like in Java You can use an IDE to build a GUI, however you can also simply add Frames, …

Member Avatar for DavidKroukamp
0
335
Member Avatar for notuserfriendly

I am starting a new project and i plan to use c# for it. Basically what it entails to is reconfiguring a large am mount of config files. 100+ of them. They are each named differently but are prefixed the same (ex: CONFIG_FILE_xxxxxx , where x changes). Inside the files …

Member Avatar for thines01
0
296
Member Avatar for bhagawatshinde

Hi Guys, I am developing an windows application which is downloading file from webserver using FTP, my question is can i download file using HTTP. can anybody help me with some source. I am downloading a xml file. Thanks in advance.

Member Avatar for bhagawatshinde
0
3K
Member Avatar for uva1102

Hi, Hare is the Example: Table1 Table2 Edit button = to edit the value at Table2 3 blank Table1(as per contract we have 3 spare things) Table2(Current stock of things means if stock have 3 out of 2 means we have to edit to 2 in the table 2) ANy …

-2
70
Member Avatar for dwarvenassassin

OK, I am relatively new to C#, so in order to give myself a 'learning' project, I thought I'd update an application I wrote a couple of years ago. The application uses a ListView control in "Details" mode to display MP3 tag data stored in an Access MDB database file. …

Member Avatar for Momerath
0
189
Member Avatar for itsvineethpv

How to host a asp.net c# web project in a windows service. Please give some step by step instruction. . Please note that it is Not a webservice

Member Avatar for Ketsuekiame
0
314
Member Avatar for VasquezPL

Hi guys, I need your help: I tried to initialize an array like this: [CODE]string[] relation1;[/CODE] then I fill it with another function that contains the code: [CODE] for loop then: relation1[z] = something; [/CODE] but...compiler always writes that: [CODE]relation1' is never assigned to, and will always have its default …

Member Avatar for VasquezPL
0
286
Member Avatar for megha.iconweb

We are using C# as front End and Sqlserver 2005 as backend.We are using visual studio 2008. System.data.sqlclient is the provider for sqlserver in our localhost and our functionality is running correctly. But we are using bigrock as hostgator, where we uploaded our files and we get to know that …

0
49
Member Avatar for bhagawatshinde

Hi Guys, How to use bigin trance, commit and rollback in c#, suppose i have inserted values in two tables while inserting i am getting error in table 2 but table 1 has inserted values successfully so in catch how i can rollback changes.....after successful insertion i want to commit …

Member Avatar for bhagawatshinde
0
514
Member Avatar for dresdor

Taking the advice of one of my relatives, I'm learning c#. Now, I've come to understand that I learn best by tinkering and playing around with things, and if I have a problem in front of me, I will learn quickly. I understand programming basics well enough, but most of …

Member Avatar for darkelflemurian
0
231
Member Avatar for aravind_aravind

This gives me error..how to solve this... class nameex { public object call() { dynamic expando = new ExpandoObject(); var p = expando as IDictionary<String, object>; p["Demo"] = "New val 1"; } } } class de { dynamic n = new nameex(); x.call(); n.Demo = "Welcome"; Console.WriteLine(n.Demo); }

Member Avatar for skatamatic
0
157
Member Avatar for sandeepparekh9

Ever Thought if it was possible to not WebBrower control and use the Firefox Browser in your c# window Application...?? Yes ,, It is possible using GeckoFx wrapper class for C#.net and vb also. You will need the Followings: 1. [URL="http://code.google.com/p/geckofx/downloads/list"]GeckoFx Wrapper[/URL] 2. [URL="http://mirrors.directorymix.com/mozilla/xulrunner/releases/1.9.1.2/runtimes/"]Xul Runner[/URL] (Download the zip file from …

Member Avatar for newlonator
0
923
Member Avatar for JohnSoftware

I'm creating a game, the game is designed on 2d array of 12x12 The game is a remake of the 1984 pengi. I'm having trouble creating the array making the array fit the screen size. in the attachment in the Game1.cs I have initialized the 2d array of blocks randomly …

0
56
Member Avatar for ChaseRLewis

Well been working on a project that has a bit of sandbox approach to building things. It works pretty well, but I want users to be able to implement C# script for the objects or to keep track of them and perform analytics. I have got it somewhat working as …

0
63
Member Avatar for kamilacbe

Hi.... I want to write a little application to get the NetBIOS names of a remote machine...exactly like the command nbtstat -a [IP], but in a programmatic way. I googled around quite a bit but without success. Could someone plz guide me how to go abt doing this. Thanks

Member Avatar for BobS0327
0
89
Member Avatar for mayankshri

Hi i am open a word file 2007(.doc file) in a rich text box through open dialog box. It works fine but images and bullets are not shown in a rich text box. i want to open open word file with images and bullets in a rich text box. I …

Member Avatar for thines01
0
417
Member Avatar for abhijeet P

Hello all, I have a code to encrypt data in C# and I want it to b decrypted in Java... following is the C# code [CODE]string Encrypt(string textToEncrypt, string key) { RijndaelManaged rijndaelCipher = new RijndaelManaged(); rijndaelCipher.Mode = CipherMode.CBC; rijndaelCipher.Padding = PaddingMode.PKCS7; rijndaelCipher.KeySize = 0x80; rijndaelCipher.BlockSize = 0x80; byte[] pwdBytes …

0
74
Member Avatar for aniperiye

hi, i want to lock a folder, contains an decrypted video file. Along with this i want to play this file using windows application. But no one can copy or cut this file while playing. Is there any method to develop this? Here actual scenario is need to play a …

Member Avatar for skatamatic
0
3K
Member Avatar for LisaMcOsker

Customers of 65 years and over are entitled to discount of 20% on all purchases from an online shopping site. Write compile and test a program which will read in a customer’s age, and inform them whether or not they are entitled to discount on purchases. I have this so …

Member Avatar for deceptikon
0
87
Member Avatar for VasquezPL

Hi guys, I need your help. I tried to find out sth via google, no luck. I need to create an appointment "on behalf of" I know how to make an appointment in my personal calendar. But how to do that in other calendar (where I have access rights)? Thx …

0
79
Member Avatar for suneye

Hello, I need someone to give me ideas about a project to start developing it. I am an intermediate programmer and I want to develop my skills .thanks in advance guys

Member Avatar for suneye
0
78
Member Avatar for rajnagthi123

Hi, The key suppress event is working fine for english character for a string (blocked string). But for korean characters, if i tried to edit the blocked character, the character is not blocking it is simply typing. i tried by key supress event and handled event it is not working. …

0
39
Member Avatar for tontano

Hi Team; I am new to programming and C#. I am creating a calculator form, and need to ensure the user enters a numeric only value (no empty values are valid). I have 2 text boxes Value 1 & Value 2..The user must enter a numeric value only, and if …

Member Avatar for ddanbe
0
651
Member Avatar for axd107220

I am trying to develop a C# calculator that can run in the web browser. But it doesn't seem to run. The control goes inside the try function but the variables show 0 or null value. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace CalculatorWeb …

Member Avatar for axd107220
0
172
Member Avatar for VasquezPL

Hi guys, I need to make an appointment in shared calendar. The problem is that I know how to do that in my calendar, but how to do that in shared one?

0
82
Member Avatar for mani-hellboy

Hi friends., I am now try to study LINQ in C#.net which book can i refer and that is easy to learn and give perfect example code snippet

Member Avatar for thines01
-1
224
Member Avatar for itsvineethpv
Member Avatar for D.Twomey

Hey, I'm having a bit of trouble with progress bars and background workers and want to try and solve this with the simplest solution What I am doing is reading the contents of a specific directory, I am then displaying in a list box all the folder names so that …

Member Avatar for NetDeveloper
0
594
Member Avatar for dwayned

HI I am using - ASP.Net - C# - SQL Server Express 2008 R2 I have a table called customers which contains all customer details and a stored procedure which gets: - Total No Of Customers - Total No Of Customers in Region1 - Total No Of Customers in Region2 …

Member Avatar for suzaine
0
2K
Member Avatar for Skeldave

Hi, I am trying to define a 'null' LINQ Table as a global variable and then use a switch statement to deturmine what the Table should be. I am having problems defining the datatype and also assigning values to it. Hopefully the code below will explain better. [CODE] System.Data.Linq.Table table; …

Member Avatar for ddanbe
0
148

The End.