4,588 Topics

Member Avatar for
Member Avatar for complete

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.

Member Avatar for Ramy Mahrous
0
27
Member Avatar for complete

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.

Member Avatar for scru
0
52
Member Avatar for Bernybon

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

0
78
Member Avatar for dalebert

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 …

Member Avatar for dalebert
0
128
Member Avatar for jigoro

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 …

Member Avatar for Kerjo
0
91
Member Avatar for complete

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 …

Member Avatar for Ramy Mahrous
0
102
Member Avatar for doyinbaks

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

Member Avatar for prabinv
0
68
Member Avatar for complete

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 …

Member Avatar for blacklocist
0
191
Member Avatar for prahalad

What are the basic questions to be asked about C# for an interview?

Member Avatar for msenthilrajan
0
163
Member Avatar for genuis1

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 …

Member Avatar for jireh
0
124
Member Avatar for venkatesh_rvk
Member Avatar for alc6379
0
47
Member Avatar for Omar Allam

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 …

Member Avatar for Omar Allam
0
122
Member Avatar for atrusmre

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 { …

Member Avatar for Jugortha
0
101
Member Avatar for rregalad

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 …

Member Avatar for rregalad
0
122
Member Avatar for josh06

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

Member Avatar for Jugortha
0
93
Member Avatar for 1qaz2wsx7

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 …

Member Avatar for Jugortha
0
166
Member Avatar for Anunnaki

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

Member Avatar for Ramy Mahrous
0
37
Member Avatar for Qatar.Uni
Member Avatar for Jugortha
0
309
Member Avatar for Ravenous Wolf

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. …

Member Avatar for Jugortha
1
167
Member Avatar for majestic0110

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 ( …

Member Avatar for majestic0110
0
140
Member Avatar for Monali
Member Avatar for soniamehra83

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?

0
49
Member Avatar for Kisankoori

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 …

0
59
Member Avatar for kobi

Hello , I have created an treeview control in C# form,how can i load this control to my HTML page? Thanks

Member Avatar for yagiD
0
91
Member Avatar for Ravenous Wolf

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 …

Member Avatar for latitude7ds
0
98
Member Avatar for Ravenous Wolf

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 …

Member Avatar for maddog39
0
182
Member Avatar for fishsqzr

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 …

Member Avatar for fishsqzr
0
81
Member Avatar for Barefootsanders

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 …

Member Avatar for Barefootsanders
0
87
Member Avatar for partyanimal

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 …

Member Avatar for partyanimal
0
154
Member Avatar for dotNetDummi

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 …

Member Avatar for dotNetDummi
0
152

The End.