4,588 Topics
| |
Hi guys, I'm currently doing a J2ME application that gets a JPEG image and sends it's bytes to a C# server via sockets. In the J2ME application, I can re-convert the bytes I sent to an Image and view it. On the server side, however, the SAME bytes cannot create … | |
Hi there, I just saw the thread about helping with assignments but I'm hoping you will be able to share your knowledge with me on this. We have had one week to complete this assignment and I'm beginning to worry I won't be able to finish it, I've tried to … | |
Hello there, I just would like to ask what are the basic needs in order for me to develop a mail library using C#. I've been googling around for good tutorials in developing mail libraries but haven't found any decent one. Thanks! | |
Hi All, I want to know that, if i have developed a project using asp.net c# and i also in asp.net and code in vb.net, can i use any form of vb.net code in c#.net without any change? :) Please increase my knowledge. | |
Hi everyone Am new in the software development world and am trying to come up with a login application that checks username and password from the database.Please if anyone can give me a heads up i would really appreciate thnx jerry | |
I compiled a very basic C# program (not pointers or memory related) inside my c drive using the command prompt. I just wish to know if this is a bad move? Is it better to save all programs to the desktop and run them through the command prompt from there? … | |
Hello everyone, On my webbrowser when it displays webpages the text is larger than normal and the whole page doesn't fit into the webbrowser and requires scrollbars eg google homepage. This doesn't happen when I view the same page in Internet Explorer. Does anyone have any suggestions as to how … | |
Hi, People can you please help me on how to start the connections using SQL Server and C#.NET. I have the following tools in my PC but I don't know how to start,from the very beginning. Can you please send me a link on how to start. Badly needed. Your … | |
hi guys, I want to call win32 dll in C#. It has parameters encode(char *argv[]). what i have to write in in C# in the placa of char *argv[]. I have make my efforts see my code below but vain. [code] // in C++ int ConvertBinToAmt(char JFIF_NTSC_XML_File1[],char JFIF_NTSC_XML_File2[], char DestinationFolderName[],char … | |
Hi, how to declare optional parameters in C#. Like... public void test(int a, Optional int b) Thanks in advance. | |
hi how can i create Pagination table or GridView in asp.net using c# ? but i need it to show hug number o data without affect the performance of web application because i need to retrive data from SQL DB with data set can any help me Best Regards, IT_Techno | |
Hi Guys, Im more familiar with coding in C# ... can someone please help me to convert the line highlighted below into VB.NET Much appreciated [code] private int file_count = 0; /// /// Get the file count of a given directory recursively. /// public void GetDirectoryFileCount(string dir) { dir = … | |
My aim is to read a part of excel sheet for which I have written C# DLL,Now I have to call my DLL from a per written unmanaged C++ program.... plz help n plz dont suggest to create a seperate C++ client program.....coz I can't do that... following is the … | |
hi, i would like to know how can i upload my website which is made in asp.net using c# while our server is lynux server? some one told me about mono project but what is mono project? my application will open on that or there will be change or what's … | |
please help me how to work with binding context using C# web applications | |
[B][COLOR="Red"]hai can any one help me how to work with binding context using C# web applications[/COLOR][/B] | |
We're trying to get our C# program to work on linux. We just loaded into Mono, and it compiles fine but the form doesn't appear. Anyone know what? Does it have something to do with it being a "windows form"? | |
Hi, I am a C/C++ folk and need to pick up C# basic knowledge for a project which will start by 3 weeks. Could you reccommend me a (free if possible) reading stuff??? Thank you for any advice! | |
Hi Folks Iam trying to insert values into my access table using c# and iam at my wits end My Access table has the following fields Country State Curr VAT and Exchange I have made them all as text for ease of use in the access database this is my … | |
Hello everyone, I have a html file (that is displayed in a webbrowser) which contains an onclick function that calls an external function in c# code. I have this part working and after the external function is finished the webbrowser navigates to a new file. The html file contains frames … | |
Hi everyone. I am new to C# and have to write a program to use a Phidget RFID to track people along a certain route. i have some understanding of C# and some code but not a lot and really under presure for time. I also need to be able … | |
HI all, I am trying to add a 3D scene to my c# application, so I am using Tao libraries. I am not very experienced with c# and a complete beginner in OpenGL. At the end, I could open a window with my OpenGL graphic using Glut, but the problem … | |
hi guys i kinda need help with my project, i never dealt with GUI and i am stuck on this project. if anyone can help plz. the project is a MAZE but to start i wanna know how to to start the First event handler: [code=csharp] public partial class MazeBoard … | |
hello frds, I m very new about xml. I just write table in xml files and now want to execute sql statement on that files. provide help. Thanks in advance. | |
Hi there, I am developing a desktop application that has a form that shows Domain on a System/ Network.The System.Environment.UserDomainName only tells the current user's domain. I want to see all the available domains and all the users under those doamain. I want to know how can I read Domains … | |
Im doing a POS system for book shop.There I need to print barcode number book wise.Are there any sample code? pls help... | |
Hi... As im new to .Net .. I just wanted to know if their is any "event or method" in C#.net to find the DISTANCE between the two Points.... Say for example:" I have two points on a web form and i need to find its distance by Dragging the … | |
This is what i am doing: EXTRA CREDIT: Write a program that calculates and prints the take-home pay for a commissioned sales employee. Create appropriate variables and enter the values of variables that will change for each employee using Console.ReadLine(); Jessica received 7% of her total sales. Her federal tax … | |
Hi guys... i am new to .net programming i have made a small s/w for hospital management for the hospital of my relative...... no, they want my application to run in their office on Network....along with a common Database i have made the application in C#.NEt and another application in … | |
Hi Guys I want to change the values in first combo box1 according to values in combo box2.I wore followign coding but it did nt work.I wrote in under SelectedIndexChanged in combo box Pls give me idea how to slove this problem [ICODE]private void comboBox2_SelectedIndexChanged(object sender, EventArgs e) { SqlConnection … |
The End.