4,588 Topics
| |
How do I create methods in C# like I used to in C++ MFC classes? Aren't there methods for the forms that are called during initialization of a class, for example? I am talking about some sort of wizard that comes with the 2005 Visual Studio. | |
How do I switch from code view to form view in C# IDE? I am able to do it when I first create a form, but if I close and reopen a project, that ability seems lost. | |
Hi, There is a coldfusion webservice that I want to call in C# and/or C++. Is anybody know how to do that? Because I can call my commun web service I created manually in asp but not the one we fornished me in coldfusion. thanks | |
I have a simple function that I wish to perform in a .NET program. I am currently working in C# with .NET version 1.1, but any .NET language help would be useful. I want to be able to send a remote command to a UNIX or VxWorks computer form a … | |
hi everyone i need a little help, im trying to create a program which ask a user a password and when it reached a max password retry it goes to windows login. when he enters the right windows login my app will try to ask again. until the correct password … | |
I have written some simple C# programs just to get my feet wet. Now I have decided to build a co-workers program and step through it. I am not used to all of the problems that might arise when building a C# program as I would a C++ program. I … | |
am working on my final year project at the moment and i would like to know how to link from one GUI to another. thanx dee | |
I have written my first "Hello World" program in ASP. I thought I would post here how it is done and ask if anyone can suggest how to incorporate C#. The first step was to download the free "Microsoft Visual Web Developer 2005 Express Edition" from microsoft.com The next step … | |
| |
Hi, everybody i need help so fast ....... i work in project that translate from english to arabic & from arabic to english and i have database that containing english words and there opposite & i made interface that is textbox1 & textbox2 and one button when i enter a … | |
How to create [url]www.mydomain.subdomain.com[/url] for my user using C# in asp.net | |
i can say u r so professional if u finish it just after 1 day it contain many things and it will improve ur programming for sure the programs in Attachment file if anyone just try to start it ,,, let me know 2day plz and connect with me at … | |
Is there any way to detect that I am no longer receiving data on a TCP connection in C#. For example, I have the following program: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.Sockets; namespace SocketTest { … | |
I am working on an ASP.net 2.0 application written in C#, pulling data from an Oracle 10g database on a remote server (i.e. the application and database are on different servers). The data is pulled via a SqlDataSource control. When I run small, quick queries, everything works fine, but when … | |
in visual c# express edition 2005 is it possible to add your own window border, like in some programs there are custom made min,max and close buttons instead of the xp ones. how can i do it in visual studio??:p | |
Hi :) I have 3 DataGrids (and even more in the future) that supose to present data from a DataBase. When i press on the main DG all the rest are updated according to a cartein Code Index. The problem is that its very slow and i want to make … | |
Hello everybody, For my university graduating's project i'm looking for a challnging C# project. It doesn't matter neither it a web, windows is or another project's type. Will any body give me such a case scenarios. Thanx Anunnaki | |
Hello , please help with a code to write in a Microsoft word file . | |
i have finished coding a c# program and it is fully debugged. but what is the next step? the program has to be installed on my manager's computer but i little idea how to proceed. i know that i can publish the program to some location on my hard disk. … | |
HI all I am new to C # and have picked up a copy of Sams teach yourself c # in 21 days. I hold a BSc in software design so I am not new to programming. However I am surprised at how similar c # is to java ( … | |
I want to make video conference using ASP.NET & C#. | |
I have created crystal report now i want to take printout of that page using c# with asp.net1.1. Can anyone help to comeout from this queries ? what code i have to write to take print of that page in pdf format? | |
Hi All, I am developing a Windows Forms 2.0 application. I have some questions on the DataGridView. I have two Datagridviews on the form which I have populated from the the database tables customer_group, and group using the datasource wizard. The table group for the gridview contains columns GroupID int … | |
Hello , I have created an treeview control in C# form,how can i load this control to my HTML page? Thanks | |
am i the only one who thinks that c# screen development really sucks? i have just completed the silly task of repeating the same 30 lines of code sixteen times. and why, some might ask, are you so silly to do that? it is because, unlike java and visual basic … | |
here is a question which some would consider silly but i would still love to ask. what are the chances of C# or java replacing c++ as the gaming language? more and more books are being written about game design in C#. c++ has the advantages of being fast and … | |
I can't seem to get OleDb controls to show up in C# Express. Are they excluded for some reason? I have made sure they are selected in the "Choose Toolbox items..." dialog, where they are listed, but they don't appear anywhere on the toolbar. I tried to add them to … | |
Hey everyone, I'm attempting to monitor a directory, including subdirectories, for changes and update a database. The database part I can do, I just cant figure out how to monitor the directory for changes.. any suggestions? Is there an easy way to do it like function.getChanges(directory)?? Microsoft seems to make … | |
Hello All I have created a form which as two group boxes, in each of these group boxes I have 8 radio buttons in each labeled 1 to 8 and the group boxes are named Up for the first box and Down for the second box. and I also have … | |
Hi all, (I apologise if this thread is out-of-topic) I need some ideas for my project. I have to develop a web application for some users to approve some documents. The problem I have is that I [U]can't[/U] give these people a login account (due to my project requirement). I … |
The End.