4,588 Topics

Member Avatar for
Member Avatar for Florinmoc

Hi there! I'm interested in learning C#. I haven't studied IT at university (studied theology instead :) ). I have a couple of questions: Has anyone managed to learn programming at a level to be able to get a job as a programmer, without studying at university? If so, what …

Member Avatar for ddanbe
0
74
Member Avatar for wsoza

Hei...i tried to make a program to scraping html, all is worked but i have a problem in the regex senteces but im not sure, [CODE]<a href="([^"]+)"><span>\d+</span>([^<]+)</a>\s*</li>[/CODE] this sentences should to show me just link and text and not \d+ but when I debugging i can se that come with …

0
38
Member Avatar for Tank50

Hi I am using C# to connect to mysql database that install in my local machine.After I complete the project I want to publish it in another server.So I change the mysql connection string.Here I mention the connection string that I used in local machine String MyConString = "SERVER=localhost;"+"DATABASE=IPG;"+"UID=root;"+"PASSWORD=Test;"; Before …

Member Avatar for Tank50
0
142
Member Avatar for sachintha81

I'm using the following code (which I found on the net) to register an exe as a Windows Firewall Exception using C# code. Type type = Type.GetTypeFromProgID("HNetCfg.FwAuthorizedApplication"); INetFwAuthorizedApplication authorizedApp = Activator.CreateInstance(type) as INetFwAuthorizedApplication; // Set properties of authorizedApp here. Type objectType = Type.GetTypeFromCLSID(new Guid("{304CE942-6E39-40D8-943A-B913C40C9CD4}")); INetFwMgr firewallMgr = Activator.CreateInstance(objectType) as INetFwMgr; …

0
66
Member Avatar for bbman

Hey, I was using a script that uploaded to ImageShack, but it appears they have blocked it. I found a website, WaffleImages, which is open to uploads. [url]http://waffleimages.com/info/api[/url] I am pretty new to coding, and I am really unsure about how I would go about this. I tried to modify …

0
73
Member Avatar for krishnisilva

hi how can i add data to a unbound datagridview in C#. i have columns with a combo box column and a check box column and a calender control column. how can i add data to these columns in a datagrid view in C# please help me thanx appriciate a …

Member Avatar for Alexpap
0
116
Member Avatar for Alexpap

Hi all, I would like to ask a question. Is the way that we connect an Access 2010 with a C# application the same. Are we still using the JET ENGINE 4.0? Thanks in advance, Alex

Member Avatar for finito
0
92
Member Avatar for hwa

Can someone help me?? How to retrive image from MySQL(not MS_SQL) and show into my <asp:Image> control using c# Lets said my table on have a field as following: "SELECT pic FROM image" Thanks in advance !!

Member Avatar for kvprajapati
0
204
Member Avatar for paslanmaz

How can I make this code asp.net [CODE] If InStr( Request.ServerVariables("HTTP_REFERER"), "google") > 0 Then KeyURL = Request.ServerVariables("HTTP_REFERER") ' Remove all up to q= KeyLen = Len(KeyURL) kStart = InStr( KeyURL, "q=" ) kStart = kStart + 1 KeyRight = KeyLen - kStart Keyword = Right( keyURL, KeyRight ) ' …

0
64
Member Avatar for krishnisilva

hi how can i call a crystal report from a button in a form?? i am using visual studio 2008 professional edition please help me thanx

0
64
Member Avatar for ShahdaaD

[COLOR=#555555][B][I]hi guys, I am a Beginer Programmer.[/I][/B] :confused: [/COLOR] [COLOR=#555555][B][I]I Like to Learn about C# and i started from a week ago.[/I][/B][/COLOR] [COLOR=#555555][B][I]I Searched in google to find a froum to get some help about C#.[/I][/B][/COLOR] [COLOR=#555555][B][I]and i found this website.i hope i can find some friend to get help.[/I][/B][/COLOR] …

Member Avatar for kvprajapati
0
170
Member Avatar for jellybeannn

I've got this code that creates a Table and a graph, the values have to be int for the graph. But in the table I want t display the values as... 1,000,000 How can I do this?? [code] public partial class output : System.Web.UI.Page { int max = 0; int …

Member Avatar for finito
-1
108
Member Avatar for wsoza

hei, im new around here, and i tried to display a image from sqlserver i didnt get error but the code dont display the image... thanks default.aspx [CODE] protected void Page_Load(object sender, EventArgs e) { string sql = string.Format("SELECT TOP 1 ItemId,Thumb FROM RubrikkImg.dbo.Attachment"); List<object[]> img = Db.GetData(sql); lblResult.Text = …

Member Avatar for kvprajapati
0
457
Member Avatar for SteveyD

Greetings again I have a small utility that reports which printer port has been selected. Its returning the correct data, but in binary, LPT 1 = 0x378 = 888 Right now its reports in the message box "Printer Port 888" I would like to change that to read "Printer Port …

Member Avatar for kvprajapati
0
122
Member Avatar for MoriEdan

How can i add a executable program to my program and run the executeable file in to my program and the program starts with my program :cry: The shape like this ; [CODE] **************************+---+ * My Prog v.0.01 | | --------------------------+--\\ * *\\ * +---------------------+ * \\ * |The Prog …

Member Avatar for kvprajapati
0
258
Member Avatar for krishnisilva

hi, how can i valiadte each cell in a datagrid view seperately, i have one column int which is the 7th column and the 3rd and the 5th are calender control and the first two are combo boxes, and a check box column Question 1: how can i select on …

Member Avatar for kvprajapati
0
162
Member Avatar for nsutton

I have a little background in Python, but I want to move on to learning C# (Im not giving up on Python, I'm still coding in it). I choose C# so I can make games to submit to [URL="http://creators.xna.com/en-US/"]XNA[/URL], so I can get some games on XBLA. Anyway every tutorial …

Member Avatar for kvprajapati
0
66
Member Avatar for g2gayan

:icon_lol: I have stated to write a C# program , now im sucked :icon_sad: I searched this over internet for long, but i ddint find out what i exactly need to my project.. Does anyone of you guys know to access cmd actions via c# ? it will be great …

Member Avatar for g2gayan
0
137
Member Avatar for bassant-kh
Member Avatar for Hardz

I am a c# and MSSql Server beginner, one of the project that i created is the library system database, I used MSSql Server as my database and c# as my interface. I have no problem to run that application coz it runs smoothly and better without any error. One …

Member Avatar for powerbox
0
101
Member Avatar for UNOWN

Hey guys, i need to get the URL of an image on a webpage that im currently on in the webBrowser1 on my C# program. The image does not have an id and everytime i go to that page, the image is different, so i need to extract the URL …

Member Avatar for UNOWN
0
2K
Member Avatar for rickarde

Hi I'm into deep (at least that's what it feels like) trouble Short background: I'm calling a COM+ component from an ASP and I get an error when doing so. I'm using Win XP Sp3, .NET framework 1.1, EntLib 1.1 (rebuilt w strong names = ok) and a local SQL …

0
30
Member Avatar for elizabeth mwash

kindly assist...am creating a software and i needed to include a table...columns and rows but i don't know how to do it. can i get a shortcut through the toolbox. highly appreciated elizabeth

Member Avatar for babbu
0
84
Member Avatar for kiranbvsn

Hi, I am using dotnet 2.0 version, I've bulk of records in a grid which i've to insert into database at a time, so i used dataset.getxml() function and stored in the database, I've used the same concept to update. But when coming to delete. i am facing problems Since …

0
41
Member Avatar for debutant

Hi everybody, I'm starting to work with C#, almost every doubt I've had, I've found it in forums or tutorials in Internet, but there is one that I don't. How can I check if a string value is a number? I have a function that returns a string and I …

Member Avatar for kvprajapati
0
104
Member Avatar for Buzu007luk

To whom it may concern, I am trying to make a board game but I got no idea from where to start. The thing im trying to do is that when u press the dice(the dice is a random number) button, the small black box moves according to the number …

-1
30
Member Avatar for zachattack05

Anyone have any good links to tutorials for printing with C#? I need to mimic a form that we have. It's a rather complex form, so if you know of a tutorial that is better than just printing rows and columns of data would be greatly appreciative!

Member Avatar for zachattack05
0
162
Member Avatar for prosmart1

Hi Everybody, I'm was given a project that manages sales activity within a company.I'm free to choose any language i would like. It is not a very complicated application. What are the advantges of programming the app in C# .NET vs.VB6 ? What would you choose? Thanks Dan

Member Avatar for QuickView
0
92
Member Avatar for mansoorhacker

Hello To all Great developers. i want to use urdu in my textboxes and grid and i want to insert urdu in to database via these controls, plz let me explain step by step how to use urdu in c#.net. in vb6.0 we used urdutexbox.ocx control but .net i think …

Member Avatar for mansoorhacker
0
93
Member Avatar for Flippers321

I have been working with c# for about a year and with Visual Studio for a couple months. I was debugging a web browser that I made and I found out that when I go to a web site other than google, the url on the search bar remains the …

Member Avatar for Flippers321
0
122

The End.