Click here to Skip to main content
15,881,173 members
Home / Discussions / C#
   

C#

 
AnswerRe: multiple socket connection Pin
Jimmanuel23-Oct-09 3:16
Jimmanuel23-Oct-09 3:16 
Question[Message Deleted] Pin
Sebastian T Xavier22-Oct-09 18:05
Sebastian T Xavier22-Oct-09 18:05 
AnswerRe: Need to manipulate an excel file using MS Office SDK Pin
Christian Graus22-Oct-09 18:20
protectorChristian Graus22-Oct-09 18:20 
GeneralRe: Need to manipulate an excel file using MS Office SDK Pin
Sebastian T Xavier22-Oct-09 18:44
Sebastian T Xavier22-Oct-09 18:44 
Questionvoice chat Pin
kevinpiper12322-Oct-09 17:30
kevinpiper12322-Oct-09 17:30 
AnswerRe: voice chat Pin
Christian Graus22-Oct-09 17:34
protectorChristian Graus22-Oct-09 17:34 
QuestionAutonumber and refresh form, C sharp Pin
misCafe22-Oct-09 16:54
misCafe22-Oct-09 16:54 
AnswerRe: Autonumber and refresh form, C sharp Pin
Christian Graus22-Oct-09 17:10
protectorChristian Graus22-Oct-09 17:10 
misCafe wrote:
I have two questions here, first, I wanna know how to make an autonumber on C sharp (textbox). I have selected max number from a field in the table but I do not know how to make the textbox becomes an autonumber (always +1 with the max number) when I load the form.


There is absolutely no way to do this automatically - you will have to write your own control. The only logical way I can see to do this is to have a column to show numbers, not add text to the control.

misCafe wrote:
The second question, I have many forms in my small (homework) project. I open form2 from form1(form1 still actives), I add some text in form2 and I want to make form1 (ex: combox) refresh (vba calls requery) when I close form 2.


When your call to ShowDialog ends, you still have the dialog object and you can access it's properties. So, just expose the values you need, and grab and use them.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Autonumber and refresh form, C sharp Pin
misCafe22-Oct-09 18:04
misCafe22-Oct-09 18:04 
QuestionI am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
chungdovn22-Oct-09 11:57
chungdovn22-Oct-09 11:57 
AnswerRe: I am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
Not Active22-Oct-09 12:05
mentorNot Active22-Oct-09 12:05 
AnswerRe: I am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
Christian Graus22-Oct-09 12:09
protectorChristian Graus22-Oct-09 12:09 
GeneralRe: I am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
FyreWyrm22-Oct-09 15:28
FyreWyrm22-Oct-09 15:28 
GeneralRe: I am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
Christian Graus22-Oct-09 17:09
protectorChristian Graus22-Oct-09 17:09 
GeneralRe: I am coding in C# on Webform, who can show me the way to send SMS from Webform? thanks! Pin
benjymous22-Oct-09 22:28
benjymous22-Oct-09 22:28 
Questionchange win form name Pin
jashimu22-Oct-09 9:53
jashimu22-Oct-09 9:53 
AnswerRe: change win form name Pin
DaveyM6922-Oct-09 10:15
professionalDaveyM6922-Oct-09 10:15 
GeneralRe: change win form name Pin
jashimu22-Oct-09 10:29
jashimu22-Oct-09 10:29 
GeneralRe: change win form name Pin
EliottA22-Oct-09 11:10
EliottA22-Oct-09 11:10 
Questionhow to make a form reference public? Pin
genisyssoftware22-Oct-09 8:47
genisyssoftware22-Oct-09 8:47 
AnswerRe: how to make a form reference public? [modified] PinPopular
DaveyM6922-Oct-09 8:58
professionalDaveyM6922-Oct-09 8:58 
GeneralRe: how to make a form reference public? Pin
Christian Graus22-Oct-09 17:35
protectorChristian Graus22-Oct-09 17:35 
GeneralRe: how to make a form reference public? Pin
dan!sh 22-Oct-09 17:45
professional dan!sh 22-Oct-09 17:45 
QuestionHow to drag image from my picturebox to other application(ex.Photoshop) Pin
Kortez222322-Oct-09 7:57
Kortez222322-Oct-09 7:57 
AnswerRe: How to drag image from my picturebox to other application(ex.Photoshop) Pin
Christian Graus22-Oct-09 12:10
protectorChristian Graus22-Oct-09 12:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.