blah blah blah is here! blah blah » Close

0
votes
2 answers

pleaze help me.. I have Small problem in c Charp.

i have datagridviewer in c#(platform) and i try that change cell beckground, this cell Should be for example 5(integer!) if in my datagridwiewer Will be 5(whatwhich should be take in my base_database_) its back color will be for example blu ...

0
votes
0 answers

c# => image processing and artificial intelligence ?

Hello programmers :) I'm new to the c# world as I only have c/c++ programming skills ... I needed a consultation for my graduation project ... any intervention is much appreciated :) I'm thinking about a program that automatically obt ...

1
votes
0 answers

VB in Access problem

Hi every one I have problem with my vb form, when I want to save data from vb form to access database it can not save to access, is there any body to help me, I am waiting to ur aswers Thanks

0
votes
1 answers

Creating labels at runtime

Hi guys, I am trying to write a code which will create labels at runtime vertically after selecting a value from a combobox. I am only getting one label created at the starting position. I have been struggling for a while. Can you pleas ...

1
votes
1 answers

C# wndproc override in windows Form

Hello, I have been trying to implement a very simple example to detect a mouse click outside the form. I have read a lot on forums and its supposed to be simple, but for some reason, the mouse click isn't detected outside the form. ...

0
votes
1 answers

asking for looping.....

int rowIndex = GridHelper.LastSelectCellByMouseRowIndex; int a,b,c,d,f,g; if (rowIndex == 1) { a = int.Parse(fasilitaslinegrid[1, 5].Value.ToString()); ...

0
votes
1 answers

Multiple directory query DBF Help in C#

I'm fairly new to c# and even newer to these forums. So, please bare with me while I try to explain what I'm needing to do. I have 800+ different databases all located under 1 parent folder. I need to run a query for each of the database ...

0
votes
2 answers

Using linq to insert multiple items.

I'm making a program that allows users to create a "Book" in a table row, and then, if desired, will create a relationship with already created characters in that book. This is all triggered by a button click and what I have is be ...

0
votes
1 answers

can't fingure this simple loop out in c#

string[] origArray = new string[] { "b", "c", "d" , "e"}; for(int i = 0; i< origArray.Length; i++) { lblOrig.Text = origArray[i] ; rt ...

0
votes
2 answers

A little Help

a lot has changed from: [color=White] [Code] 10 PRINT "Hello World!" 20 PRINT "This is line two." 15 PRINT "Oops... This is Line Two..." [/CODE] [/color=white] or [CODE] $ SET SOURCEFORMAT" ...

1
votes
1 answers

total n00b question

I'm learning c# and having some trouble understanding implementation of classes. Below is a simple program i was writing to use classes. it takes your name and age, stores them in a class and displays them. // Namespace Declaration ...

-1
votes
1 answers

“Databind is not a member of system.windows.forms.datagridview”

Imports system.IO Public Class ExcelImpoter Private Sub btnexcelfile_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnexcelfile.Click Dim excelfilepath As FileInfo = New FileInfo("E:\Exp ...

0
votes
1 answers

databind is not a member of system.windows.forms.datagridview

Imports system.IO Public Class ExcelImpoter Private Sub btnexcelfile_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnexcelfile.Click Dim excelfilepath As FileInfo = New FileInfo("E:\Exp ...

0
votes
2 answers

Adding Image to sqldatabase

Hey guys need to know how i can add an image from my image control that I have on my website to my sql database, so far I have no problems with textbox's dropdownlists etc but trying to save an image to my database is really hard? below is ...

Feedback