4,588 Topics

Member Avatar for
Member Avatar for mahdi68

Hi how can i use AT-Commands in C# ? i try with this code but it`s not work ! can any body help to me ? thanks [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.IO.Ports; namespace Sending_SMS { public partial …

Member Avatar for bigboss013
0
2K
Member Avatar for JeffMagoo

I am developing a hardware troubleshooting expert system but i am facing challenges in getting pattern matching algorithims to match the solutions in my database.

Member Avatar for thines01
0
48
Member Avatar for shajis001

Hello, After a long time am back to coding,Actually i want to create a calculator ,it will work like drag and drop the text file to the RICHTEXTBOX and i want to get the output on the TEXTBOX1. It will come like randomly " 12+13-7+8-23+7 " like this on 123.txt …

Member Avatar for Momerath
0
310
Member Avatar for MasterHacker110

I am wondering that if you can make a C# program that is like C++. My meaning with that is that it doesnt require a "Runtime" to work. I ask this becuase i want to write a operating system completely in C# (yes with very few assembly involved).

Member Avatar for Godfear1
0
199
Member Avatar for GFX010

Greetings to all, I have two functions: Function 1: ImageToByteArray: Is used to Convert an Image into a Byte Array and then Store in an Oracle Database, in a BLOB Field. public byte[] ImageToByteArray(string sPath) { byte[] data = null; FileInfo fInfo = new FileInfo(sPath); long numBytes = fInfo.Length; FileStream …

0
282
Member Avatar for vimit

Hello, Please tell me how to use datagrid in C# windows application? How to use other controls like textbox, checkbox and combobox in datagrind and populate it from database. Thanks VIMIT

Member Avatar for faizan11
0
149
Member Avatar for game4tress

Hi, I'm trying to print a document in landscape, but i'm only being able to print it in portrait. I've searched for the problem but i haven't found a solution to the problem. Can you, please help? Here's the source code: public void btnImprimir_Click() { try { PrintDialog pDialog = …

0
170
Member Avatar for king03

hello there guys I have attached a picture of the error that I've been receiving in coding my tetris program, anyone here who knows how to fix this? please help me thanks in advance. ![ddd2](/attachments/small/3/ddd2.jpg "align-left")

Member Avatar for lxXTaCoXxl
0
146
Member Avatar for king03

Hi there guys may I ask if there's anyone here who has a complete guide or maybe just a guide on how to make the tetris game in c#? Thank you very much I really need your help.

Member Avatar for lxXTaCoXxl
0
2K
Member Avatar for sah

For some days I have been trying to optimize an image processing program (cropping, rotate, changing brightness and undo) written in c# 4.0. Getting suggestions from google I have optimized the code in many ways. At first some disposable objects hadn’t been disposed that’s why exception was shown. But I …

Member Avatar for sah
0
1K
Member Avatar for king03

hi there guys can you suggest me some games that I can program in c sharp in an object oriented way? just simple programs that can be done for maybe less than a week since I'm just starting to learn it yet. Any idea? Please help me guys I will …

Member Avatar for seslie
0
120
Member Avatar for tendaishava

hello guys my code is not giving me any errors but wont execute the task it just loops can, anyone help me debug it. its a code for extracting book information from a chinese website. thanks in advance. using System; using System.Collections.Generic; using System.Collections.Concurrent; using System.Text; using System.Text.RegularExpressions; using System.IO; …

Member Avatar for skatamatic
0
335
Member Avatar for moroshko

Hi, Say MyClass inherits from BaseClass, and I write the following constructor for MyClass: [code] public MyClass() { DoSomething(); } [/code] When MyClass constructor is called, does it call automatically the BaseClass constructor (even though I didn't explicitly wrote this) ? Thanks !

Member Avatar for Beata7
0
177
Member Avatar for king03

Guys I have some questions please help me., 1. if I make a tetris game out of c# will it be difficult to do? 2. Is it possible to finish it in less than a week ? 3. Also what should I use as a game studio? OpenGL, XNA or …

Member Avatar for thines01
0
221
Member Avatar for cool_zephyr

Hello everyone..i'm trying to build a custom installer for my program..could anyone help me getting started?? I need to show a dialog box giving the user an option to choose where to install the program as well as show the installation progress in a progressbar..any help would be appreciated

Member Avatar for charlybones
0
136
Member Avatar for king03

Hi there guys I need your suggestions. Do you know any system or game that is not that hard to program, like something that can be done for less than 3 weeks because I need it for my term project. thank you for those who will help out.

Member Avatar for thines01
0
112
Member Avatar for mr_scooby

I use mediaportal as my mediacenter, with this I use the plugin mvcentral for my music videos. This generates .db3 file, what I want to do is create a .net interface to view this file, with the intention of making it into an exe to have a portal database of …

Member Avatar for Momerath
0
101
Member Avatar for tamerhanna

Hi, I'm having a problem with a datetimepicker and databinding. I bind the text of the picker to a value from the database and it works perfectly fine and shows the value correctly, however whenever i change the text in the datetimepicker field to update, it changes, BUT gets back …

Member Avatar for mtroli
0
505
Member Avatar for riahc3

Hey I have the following code private void buttonInicio_Click(object sender, EventArgs e) { MySql.Data.MySqlClient.MySqlConnection conn; String constring = "server=localhost;database=bd;uid=user;password=pass;"; try { conn = new MySql.Data.MySqlClient.MySqlConnection(constring); string query = "COUNT (*) FROM table WHERE usuario=" + Globales.usuario + " AND pass=" + Globales.contra; MySqlCommand cmd = new MySqlCommand(query,conn); cmd.CommandType = CommandType.Text; …

Member Avatar for riahc3
0
5K
Member Avatar for CesarG

I have just downloaded this C# Command Line Caller sample program of Ozeki VoIP SIP SDK: http://www.voip-sip-sdk.com/p_163-c-command-line-caller-voip.html It is very easy to use and meets my requirements, but I would really appreciate some extra info from more experienced developers. Has anyone ever built a C# Command Line Caller?

Member Avatar for skatamatic
0
388
Member Avatar for jrpaarlberg

I was wondering if anyone could help me. I am working on a program in VS2008 with C# which has a datagridview populated from 2 SQL Express tables and needs to save to only 1 database. Below is the code I have working so far: public frmGrid() { BindingSource bs …

0
118
Member Avatar for T0pAz

The problem is simple. I have LoadLibrary on my c++ app and I want to load c# library but I don't know the entry point.

Member Avatar for T0pAz
0
2K
Member Avatar for Rutu3

Actually im creatg a website as a project so how to create database ,and connect asp page to C# code, hw to change template plzz help

Member Avatar for Zorrro
2
357
Member Avatar for Panathinaikos22

I have 2 files writen in java, if someone can please covert them in C# and give it. The problem is with type of variables and operators, many operators are not overloaded like in java, idk what to say... This one will not work in C# as integer result |= …

Member Avatar for wilen
0
278
Member Avatar for Pundia

Hey everybody, I'm working in a project where we need a multi agent platform like Java Agent Development Environment(JADE). I'm sorry if this is already posted, I searched for it and couldn't find it, and I'm kind of in a hurry right now =) I hope you understand. Thanks in …

0
125
Member Avatar for memomk

well i have two questions: 1-hey i was wondering is there a library or namespace in c# for creating databases? like anydbm with python?or anyway to do it? 2-witch faster? getting data from huge database or getting it from like a huge database devided to multi database i mean witch …

Member Avatar for faizan11
0
203
Member Avatar for memomk

sorry but i still cant understand what is different betweeen Thread and Process in c# what to use?

Member Avatar for memomk
0
106
Member Avatar for SolTec

Hello, I'm looking to, with code, create a report that is numbered 1 through 10000 using MS Access, Visual Basic.NET or C#.Net. Any assistance, would be greatly appreciated. I know I'll have to use a looping structure, and logic with an If Then Else probably. Thank you in advance.

Member Avatar for adam_k
0
87
Member Avatar for NyQii

Hey guys! can you please help me.... I need my user to login to the application, My program must detect to wich depearment to user belongs to, for example if the sales person logs into the application the sales form should be called.... and so on! Having a little problem …

0
110
Member Avatar for VasquezPL

Hi! I am still fighting with outlook myappointment.RTFBODY method... I have found on some page that there is a workround which will give me a possibility to put there html text... I have tried it, and it wokrs - almost... webBrowser.CreateControl(); webBrowser.DocumentText = html; // HTML = HTML CODE Application.DoEvents(); …

Member Avatar for VasquezPL
0
908

The End.