hello.. does anyone know a sample code for saving a text from a textbox to a textfile example .doc then save it to database.. thanks.. ginji
ginji20
Posts
-
how to save a text to a textfile to a database -
treeview node problem:(( hello does someone know how to put a code in one of the treeview nodes??? i want every nodes to open differennt window forms.. how can i do it?? please some sample codes.. i really appreciate it, :(( ginji
-
treeview node and mdichildwhat is SDI application?? how do i use SDI application? ginji
-
javascript codeshello does anyone know the code for opening a link to another window from a button from another window link.. thanks ginji
-
treeview node and mdichildthanks Zoltan,, by the way do you know the answer to my second question?? about the mdi child.. if i close the mdicild using the button the mdiparent also closes.. also if i open an mdi child i want the mdiparent to be disabled so that i cant open another child. how do i enabled it again without using instantion?? is that possible?? example code please.. thanks Zoltan ginji
-
treeview node and mdichildhow do i used the treeview event for that??? sorry i was new to C# and it's my first time using treeview.. can you tell me the code please.. ginji
-
treeview node and mdichildhi.. does anyone know how to put a code inside one of the nodes in treeview? here's what i wanna do if i clicked node1 a form appears then if i clicked node2 the form closes.. about mdichild how do i close mdichild to show back the mdiparent again.. when i close the mdichild the mdiparent also closes.. ginji
-
treeview and mdichildi mean how to put a code in a node for example if i click node1 another form opens then if i click node2 the form is disabled... mdichild thanks i created a mdi child form can i also how can i close the mdichild form and goes back to the mdiparent because if i hide the mdichild the mdiparent also hides.
modified on Wednesday, June 25, 2008 9:27 PM
-
treeview and mdichildcan someone know how to put a code on a treeview node?? where can i find the mdichild form.. there is no mdi child form on the when i clicked project then add form.. ginji
-
form closethere was no
e.Cancel = true
when i press e. the only available is Closereason,Equals,Gethashcode,Gettype and ToString
-
form closehello can someone tell me whats wrong with my codes..
if (DialogResult.Yes == MessageBox.Show("Exit?","Message",MessageBoxButtons.YesNo,MessageboxIcon.Question))
{
Close();
}if i put it in a button it works fine.. But if i put it in formClose or formClosing Event when i clicked the yes button the messagebox just stay in the center of the form and it wont close but if i click no the form exits. ginji
-
hello.....thanks leppie my problem is like this i can get the total number of record from the database, but i want to keep track of the number of records the textbox / datagridview is displaying. so in the label RECORD 9 of 10 which 10 is the total record then 9 is the record on the textbox / datagridview if i move it forward the label must display RECORD 10 of 10. sorry my english is bad so i cant explain it well.. im just new in c# and i have this project working on without me training in c#. thanks..
-
hello.....sorry about the subject name. the records are displayed on the textboxes.. i also have another table which is in datagridview.
-
hello.....does someone know this code?? Record 9 of 10 this ^ is output on a label.. counting all the record on the database then displaying it like that..
-
multiline textbox to .doc filehow?? im just new at c# and im just learning it little by little ginji
-
multiline textbox to .doc filei dont know what to do to this one.. can someone tell me the codes for this.. from a multiline textbox save to a ms word format in the database.. ginji
-
DATAGRIDhello.. can someone tell me the codes for this scenario.. i want to select a column file from a datagridview on form1 and then if i click the open button that file would open to a multiline textbox on form2.. only on column zero can be clicked to go to form2 textbox.. ginji
-
still about datagridviewhello.. can someone tell me how to refresh the datagridview that is directly connected to a dtabase using wizard??? also how to delete the selected rows.. i need it's codes... thanks
-
image filecan someone tell me how to save a file to image file.. i want to save the fax receive from the modem to an image file to be save in the database.. is that possible?? even to convert it to msword format???
-
??ok,, i mean when closing the form.. exitng from the form...