1,975 Topics

Member Avatar for
Member Avatar for imobby

i am a newbie in programming and undergoing Software Engineering Course in current semester. I am making a a simple word processor project more like a Rich text document editor. [B]what can be the basic features to add to in it?[/B] [U]Since time is short to complete it, which features …

Member Avatar for alasser222
0
157
Member Avatar for Momerath

When Microsoft was developing Windows Vista (and they continued this in Windows 7) they decided to add a security feature to the Program Files directories. This feature is that all the directories are read only. The idea behind this is to prevent malicious software from overwriting your exe/dll files. This, …

Member Avatar for Ssyxz
2
758
Member Avatar for davieJohnson

I have 2 projects that I have been working on for a while. I want to open a form that is part of project 2 when I click a button on a form in project 1. I have no doubt that that this is possible but I don't know how, …

Member Avatar for davieJohnson
0
230
Member Avatar for nutrion

I have an application that I'm trying to write in C#. This is my first application using C#, so please bear with me. I tried to create a small app with a textbox and two buttons: start and stop. The start button calls a function that iterates from 1 to …

Member Avatar for Mitja Bonca
0
135
Member Avatar for nHulk

Hello, I am final year student.I am doing project on Remote Desktop Viewer and Controller in JAVA. Similar to Team Viewer .I want to add some New Features that are not in Team Viewer.[B]So plz suggest some new features that can be added that are not in Team Viewer.[/B] [B]Also …

0
75
Member Avatar for AngelicOne

I read some articles with regards on watermarks in windows app, but I found it to be quite complicated. What is the best way to implement watermark in textboxes?

Member Avatar for Momerath
0
148
Member Avatar for Vardonir

I'm sorry if the title is a bit vague. Hehe. I've had this idea to use different namespaces to control the contents of a second form. Unfortunately, this version uses five namespaces: three for the forms, and two for the contents of the other two forms. What I need to …

Member Avatar for Vardonir
0
131
Member Avatar for AndreRet

Ever wanted to change jobs or wondered what else is out there for the more senior developer. This guy has drawn up some interview questions (supplied by readers and interviewers) for senior software developers that will determine if you will be able to land that new shiny job. Have a …

1
91
Member Avatar for Phil++

Hello, I'm working on a project that once ran (the main window) becomes maximised and then another window (Form2) pops up allowing the user to login OR register. I have created the main project and added a form (called form2) but when I try to display Form2 when Form1 loads …

Member Avatar for Phil++
0
162
Member Avatar for happyandrea

I have this button in Form2 that when is clicked, a string value is passed back to Form1 and it is displayed in a textbox. [CODE] public partial class Form2 : Form { double a, b, ave; string stype; Form1 frm = new Form1(); public Form2(double x, double y) { …

Member Avatar for Mitja Bonca
0
3K
Member Avatar for yousafc#

// THIS IS MY CODE FOR CALCULATOR BUT I HAVE PROBLEM IT CANNOT PERCENTAGE AND SQRT PLEAS HELP ME [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace MyCalculator { public partial class calculator3 : Form { /******************=========================****************** * creat bool for all …

Member Avatar for yousafc#
-3
198
Member Avatar for hirenpatel53

hello all i created windows application in C# into it i i want to drag one Item Code from grid1 to grid2 but before droping Itemcode into grid2 iam checking that itemcode is available in grid3 or not for that i pick the ItemCode of dragrow and via two for …

0
74
Member Avatar for arelius

Hello All, On my local machine, my website works perfectly. All the functionality that I have made works great. I then copy my folders from my local machine to my test development web server. Once this occurs, certain functionality of my website no longer works, yet it is a direct …

Member Avatar for Fortinbra
0
120
Member Avatar for JakeM11

Hi, I'm doing a research paper on Software Engineer and I am required to have an interview as a source. I have a few questions and if they could be answered, that would be great. 1.) What are your regular duties on the job? 2.) What type of training is …

Member Avatar for pritaeas
0
220
Member Avatar for sandeshps89

Hi , I'm Sandesh doing BCA course . I'm interested in web development , software development and i'm a great fan of JAVA

Member Avatar for AndreRet
0
33
Member Avatar for SubGrizzly

Ok, I'm just starting to learn C#. It will be my first language I am learning. I start my degree in Software Engineering on the 22nd. I'm required to take two Java courses and two VB courses. I don't really want to develop in either of them. I've played with …

Member Avatar for SubGrizzly
0
114
Member Avatar for ryathegr8

hi em doing BS.Software engineering, as its my last semester and want to take Final year project. em just confuse of what to take. i want to do something for my university but as i gone through my university systems they are hell complex. can anybudy suggest me. i want …

Member Avatar for ryathegr8
0
210
Member Avatar for RenanLazarotto

Hey guys! Some time ago, I saw someone asking about trial software protection, and my first thought was a '30-day evaluation' mode. I was thinking on how it can be done without using any third-party programs. How can I detect the first run and count down (or up) the number …

Member Avatar for CodeWord
0
364
Member Avatar for Bijaya123

How i can deploy an application with database. Actually i want to create an application that have an database and also i can also install that in the client machine. Please please help me. Thank you.

Member Avatar for Bijaya123
0
83
Member Avatar for ryathegr8

hi em doing BS.Software engineering, as its my last semester and want to take Final year project. em just confuse of what to take. i want to do something for my university but as i gone through my university systems they are hell complex. can anybudy suggest me. i want …

Member Avatar for ryathegr8
0
174
Member Avatar for crapgarden

Just to clarify, the text I'm reading defines the lifecycle of a program as: -idea -plan -source code -object file -executable. In gaming terms would this be comparable to: -an Italian plumber goes on an adventure to save a princess from evil turtles and mushrooms. -sketch out level designs. Write …

Member Avatar for jonsca
1
202
Member Avatar for amitapm

Hello, Please help me in my query below: Code snippet 1: [code] Employee *e1 = new Employee(this); e1->setX(); e1->setY(); [/code] Code snippet 2: [code] Employee e1 = new Employee(); e1->setX(this); e1->setY(this); [/code] "this" can be anything. Example, this code is present in a method of another class say Organization. so, …

Member Avatar for amitapm
0
153
Member Avatar for Zabzacon

Right now I have three classes from following a tutorial I found online. It draws a red square and a blue square to the screen and lets the user control the red square. The issue I am having is getting it so that when they intersect from the bottom of …

Member Avatar for Ezzaral
0
157
Member Avatar for bhagawatshinde

Hi, I have create an vb application software. In that application on one button i call a c# .exe for exporting a question into rtf file but when i am exporting the paper. it will not displaying properly and when c# .exe run outside the project (means only exe run …

Member Avatar for zachattack05
0
95
Member Avatar for Member #880394

I have had a request from my employer to make a program that sort of locks windows until some tasks have been completed, a bit like what happens when the UAC box appears. Is this possible in C#?

Member Avatar for zachattack05
0
117
Member Avatar for lelejau

Hello. How can I protect my application against Memory Editors? Like, Cheat Engine, Debuggers, etc.

Member Avatar for FreeBirdLjj
0
101
Member Avatar for MaceWindu

Hi everybody! Firstly, I apologize you if my English is not enough good, I'm from Spain. I have a problem in JSP. I'm doing my software engineering master's final project and I have a hierarchy of users with different permissions for each. The problem I have is I want to …

0
54
Member Avatar for NewOrder

i want to transfer my code to a winform. i know how to create buttons, text,,etc... and how to operate them. The problem is that i made my code in a windows application, and i want to transform it to window form application.. i dont know how to copy and …

Member Avatar for NewOrder
0
191
Member Avatar for learner_1

Hi!! Iam doing bachelor in software engineering & now in my third year.i have to decide my degree project but finding no direction of exactly searching the project according to my capabilities.Iam good in software designing like subjects and little bit weak in programming.Can anyone suggest me the right area …

Member Avatar for KushMishra
0
67
Member Avatar for elizabeth mwash

hello, am trying to create a system that can grade a lecture according to his knowledge of subject, how he handle the class etc.....is there a way this can be implemented into a system...its the normal questionnaires on papers but i wanted to make a system from that...is it possible. …

Member Avatar for jonsca
0
118
Member Avatar for GizmoPower

Hello. I am making a win app wich I can use to replace values in a .ini file. In this example.ini file I want to change the values after the = [QUOTE] location { x=0.35 y=0.56 z=-0.5 }[/QUOTE] I have label1, 2, 3 with text: "x, y, z" and want …

Member Avatar for GizmoPower
0
1K
Member Avatar for jlivvers

Im doing some reports on a c# winforms app ive been working on. I want the reports to generate upon a mouseclick (IE not be visible all the time) and the best way i can see to do this is use the mouse click to open a popup form with …

Member Avatar for jlivvers
0
141
Member Avatar for MrCapuchino

Hello I created a setup project for an application. The output goes to the program files folder. I create a shorcut on desktop too. The thing is that the application works with some text files embeded. When I run the application and click new there is an error saying that …

Member Avatar for Ketsuekiame
0
174
Member Avatar for RuneFS

Im currently in the need of some code metrics. Specifically Im in need of afferent + efferent coupling and Instability measures. I used to work with NDepend (on .NET platform) but I now need to be able to make similar measurements on a c++ project. If you don't know NDependt, …

Member Avatar for IssamLahlali
0
131
Member Avatar for ITHope

I am currently taking C++ but i am also in Software engineering. for my software engineering class we have to create a project(of our own choosing) coding included by April. my question is how would i use c++ to create a rigorous/simple software.... i want to do something pertaining to …

Member Avatar for daviddoria
0
189
Member Avatar for prakash2813

Hi...Friends... I have posted a threads about the custom window in C#... But WPF is a better way to create a custom window..... I don't want to the basic wpf procedures...I just want to know the steps to create a custom window in WPF..or if u have any direct link …

Member Avatar for CloneXpert
0
118
Member Avatar for mette-mari

Hi all, I have been reading up on creating a C# application that can take plugin and understand the principals of that. However all the examples read have it so that when the DLL is called it creates its own form with controls on it. What I would like to …

Member Avatar for mette-mari
0
140
Member Avatar for Flyleafian

I am writing a program that will constantly be reading information from a disc in the disc drive. To accomplish this, I am using the following code. [CODE] if (Directory.Exists(@"D:\")) { DirectoryInfo LookingAtDir = new DirectoryInfo(@"D:\"); FileInfo[] Files = LookingAtDir.GetFiles("*.txt"); foreach (FileInfo IndividualFile in Files) { File.ReadAllBytes(IndividualFile.FullName); File.ReadAllLines(IndividualFile.FullName); File.ReadAllText(IndividualFile.FullName); } …

Member Avatar for kvprajapati
0
98
Member Avatar for Mr.BunyRabit

I have no idea why i get bombarded with Inferior Small irritating bugs.... uh... Please help this poor, Form struggling guy. To simplify, i have 2 forms. FormA and FormB. At startup, FormA is displayed now i would like to go to FormB. I use this and it works. [CODE] …

Member Avatar for IdanS
0
112
Member Avatar for neosonic

Hi all, Please give me some inputs about my situation, because I know that you have more experience than me. I have a program that is written in vb6, which is near to the completion. I would like to start selling the program at the beginning of next year. My …

Member Avatar for AndreRet
0
239
Member Avatar for CrimsonGT

I wrote a small c# .NET application that is basically a controller for a Java application. My company has been using a .bat file to launch it, but we need an .exe so our web panel can detect when it is online/offline/etc. When my .NET application starts, it starts the …

0
91
Member Avatar for dotancohen

Hi all, first post. I am a C# novice, but I have some experience in other C-derived languages. I am trying to close a Windows Form and open another. This is the code that I am trying to use: [code=c#] FormChat fm = new FormChat(client, username); fm.Show(); fm.Activate(); this.Close(); [/code] …

Member Avatar for dotancohen
0
201
Member Avatar for frodo_man

Hello, I am looking for a good .NET licensing system, which would be extremely easy to use and integrate (automatic integration into the program). 1. It should have online payment system: the user can buy a license online and the server can generate the key and send it to the …

Member Avatar for andyman2
0
140
Member Avatar for Singlem

Hey I have a application with two forms: Form1 and Form2 now Form1 displays Form2, but how can I go back to Form1, I know it will not help if I create another instance of Form1. What I have Form1 [CODE] private void button1_Click(object sender, EventArgs e) { Form2 FormMain …

Member Avatar for Mitja Bonca
0
193
Member Avatar for levanlong

Hi all, I'm not sure this thread is in a right category. I have a problem relating to software design. I'm developing a software to manage member ranking of a chess club in C#. The requirement is: "Each member has a title in club. The title of a member is …

Member Avatar for levanlong
0
210
Member Avatar for mukijose

Hi daniweb family. This is Mukijose, Ugandan. Software developer

0
30
Member Avatar for hauda67

I am creating a desktop application that will also include a calculator, similar in function to the calculator of the Microsoft Windows OS. I require some assistance in implementing the memory capability such that the user can store a number, recall the number to be used in a calculation or …

Member Avatar for Ezzaral
0
235
Member Avatar for shajis001

FRIENDS, i want the code for hide the first form in 10 seconds and show the form2. i have using the below code but it open the second form continously... [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Steganography { public partial …

Member Avatar for shajis001
-1
872
Member Avatar for sandeepamazing

Hey hi i am new to this field , i am working on project which is desktop application in C#,in the project there are three forms ,i want to show only working form and all other form should get close 'showdialogue' method also does not work ...............please give me some …

Member Avatar for sandeepamazing
0
107
Member Avatar for hahanottelling

If you want your program to startup automatically when the user logs in, just paste this code into it. To add as a HKLM (For all users) startup item instead of HKCU (Current User), change HKEY_CURRENT_USER to HKEY_LOCAL_MACHINE. I'm posting this because I had a hard time figuring this out …

Member Avatar for WaltP
0
3K

The End.