Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~10.7K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for sarifah n

Hi, I have the problem that the textfile did not appear after I saved it at my document, dekstop and other existing folder or new folder that created by user.Currently, it is only can be saved at C and D. Below is the summary: first:i want to call the value …

Member Avatar for sarifah n
0
127
Member Avatar for sarifah n

Hi based on the title, I want my textfile created can save at any location folder . Please help me.

Member Avatar for sarifah n
0
2K
Member Avatar for swathys

if you use mssql server 2005, you can create a column to increment the number.so you can call the value in this column. [ID] [int]NOT NULL IDENTITY(1,1),

Member Avatar for swathys
0
389
Member Avatar for sarifah n

Hi, I want to ask how to add/insert new row/record and it show at the top in datagridview. i don't want the new add record at the bottom but i want it at the top. I mean,the current is at the top in datagridview. i'm adding the new record is …

Member Avatar for sarifah n
0
3K
Member Avatar for sarifah n

hi, i want to ask about keyevent when keypress on form load in a function. what i want is when i click "F2" then the key of "F12" and a button is enabled=false. Anyone, please help me..:?: thank you.

Member Avatar for sarifah n
0
102
Member Avatar for Shantanu88d

something must be to check: 1.maybe you wrongly state the column. it is the first column? if it is the first column, i think your code have no problem. 2.the name of datagridview 3.else you can try this: [CODE]GridView1.Columns("nameofcolumn").Visible = False[/CODE]

Member Avatar for sarifah n
0
206
Member Avatar for sarifah n

hi i want to ask about how to disable the button when the datagrid have 9 rows? i want to control the button.after the datagrid have 9 rows, then the button.enabled=false. tq.

Member Avatar for sarifah n
0
149
Member Avatar for khean

you try this:[CODE] dim i as integer i = datagrid.CurrentRow.Index txtSomething.Text=datagrid(6, i).Value [/CODE]

Member Avatar for khean
0
2K
Member Avatar for sarifah n

hi, i want to ask about the check/uncheck the checkbox in a column in datagrid. if all row in the checkbox column is not selected, what is the code is.... because i want the msgbox appear if the user not check any row. tq,

Member Avatar for sarifah n
0
3K

The End.