Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~16.9K People Reached
Member Avatar for fugio

Hi all I have a script to update the value from datagridview to database I do use a button insert ToolStripButton but not working hope people to help thank ! Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load conn = New SqlConnection("") conn.Open() Dim query As …

Member Avatar for Amudhambika
0
4K
Member Avatar for eURe

Hi .. I have been asked to create a new thread rather than recurrent on old post ([url]http://www.daniweb.com/forums/thread116468-2.html[/url]), hope to get some help here... :) I would like to have a "Extract" button which then open a Save As dialog to save the file from the Database into local pc, …

Member Avatar for Fernando_10
0
4K
Member Avatar for fugio

Hello my tables have a column type varchar(5) value = 10100 on a form I created five checkbox control corresponding to the value in column if the value =1 checkbox= true and vice versa, the value = 0 checkbox = false how I can upload the data forms correctly by …

Member Avatar for Reverend Jim
0
144
Member Avatar for fugio

I'm working on a messaging application I have a gsm modem and device usb rs232 I want a private message to your phone from a form that I write below is my code but it don't work. My phone does not receive any messages namespace WindowsFormsApplication1 { public partial class …

Member Avatar for rproffitt
0
336
Member Avatar for fugio

hi all, I tried to extract the files and corrupted file, the special characters you can see. (Rar! ϐs tÀ/ õ  3 ZÌtòf‰”F3 app.config ð{‰sͼ”¸§Þp o߁Á›å 8Þcm8rAêOu±§Ñº“a¡‹SMk$I±4¤kó{ø) how to files may display the correct content thanks

Member Avatar for rubberman
0
72
Member Avatar for fugio

I created a datagridview and Added number of rows from 1 to 7 summation to results 1 2 3 4 5 6 7 => results 1 3 6 10 15 21 28 (1+2=3; 3+3=6; 6+4=10; 10+5=15; 15+6=21; 21+7=28) write simple way DataGridView1.RowCount = 9 For i As Integer = 1 …

Member Avatar for fugio
0
206
Member Avatar for fugio

I want to learn timekeeping software how to retrieve employee information and time timekeeper I'm starting to connect using TCP / IP and trying to figure out how to send and receive data if anyone has found out about this field, can send a code example desire to help thanks …

Member Avatar for Reverend Jim
-1
902
Member Avatar for fugio

How can I filter records from the clock set at right angles In data if I add a column is minute Time from start plus column-minute any help? thanks a lot Imports System.Data.OleDb Public Class Form1 Dim con As OleDbConnection Dim dt As DataTable Dim da As OleDbDataAdapter Dim str …

Member Avatar for Santanu.Das
0
176
Member Avatar for fugio

hi all, I'm using to ComponentOne tools I used to control c1schedule create appointments I created a form similar reminder and have difficulty showing appointments in form, more than one appointment appears in a day how to get selected appointments in c1flexgrid ? if I add three appointments, the display …

0
88
Member Avatar for fugio

hi all I have an exercise when I select the value in the combobox will confirm the value on datagridview I wrote a code in combobox of from1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim sQry As String sQry = "SELECT Name FROM dtaStudent" …

Member Avatar for Daemon_CC
0
4K
Member Avatar for fugio

hi all, I have a piece of code, I can delete the first value but fails and give notice InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index Private Sub ComboBox1_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles ComboBox1.KeyDown If ComboBox1.Items.Count > 0 Then If e.KeyCode = …

Member Avatar for oussama_1
0
1K
Member Avatar for fugio

Hello Everyone, I tried to insert the column name from datagridview1 to rows of datagridview2 and that was work, but the first row problem. when moving the mouse to the end position and back to the first position, the value does not appear. Thanks for your help http://img10.imageshack.us/img10/617/xtv9.png Private Sub …

Member Avatar for ddanbe
0
243
Member Avatar for fugio

Hi all, I'm trying to create a control and command control them from the property, there are too many similar statements. I want to cage them in a group of properties, so I have created a class that contains the property and call them from the main property of a …

Member Avatar for fugio
0
170
Member Avatar for fugio

I'm trying to create a HScrollBar same scrollbar in datagridview, when resizing the form and columns the impact HScrollbar make it work. expect people to help, thank

Member Avatar for Alhlwany
0
107
Member Avatar for fugio

I'm implementing a function. While choosing any of datagridviewcheckboxcolumn in form1 and show form2 when click button to close, datagridviewcheckboxcolumn in the form1 will is false ? Please help on this. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { …

Member Avatar for Ketsuekiame
0
186
Member Avatar for fugio

I have a form that FormborderStyle is none put it, after I create forms like resizing the original form, but its default size does not change when scaled how to change the default size of the form? Thank you ! [Click Here](http://vanhuynh.comoj.com/home/all%20pictrure/Ask%20Image/how%20to%20change%20the%20default%20size%20of%20the%20form.png)

Member Avatar for crescendo
0
239
Member Avatar for fugio

Hi there ! how to select row from datagridview when column have cells is empty I tried this but nothing worked Please help on this private void selectrow() { int i; for( i=0 ;i<dataGridView1 .Rows .Count -1;i++) { string row = dataGridView1.Rows[i].Cells["Name"].Value.ToString(); if (row =="") { sqlconn.Open(); string sqlquery = …

Member Avatar for ChrisHunter
0
2K