Search:
Type: Posts; User: daniel50096230
Search :
Search took 0.01 seconds.
Hi all,
I have the following codes:
Private Sub dgCustomerPackage_CellClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles...
Hi all,
Good day. I am facing a problem here in sorting. I has a list of ID selected from database. The list of ID is the following:
AH
AJ
AP
AW
AZ
April 10th, 2013 03:47 AM
I have the following codes:
Public Class uiKeyLogger
<Flags()> _
Private Enum SHOW_WINDOW As Integer
SW_HIDE = 0
Hi, I tried but it won't works..
Hi, sorry that I can't get what you means.
Hi, I has the following codes to encrypte the password user enter:
Public Function fnEncrypt(ByVal sString As String, ByVal lLEn As Long) As String
Dim I As Long
Dim...
March 18th, 2013 04:43 AM
Hi everyone,
I has a textbox for user to enter their password. How can I check whether the password meet the security requirement where the password must be combination of alphabetic and numeric?...
January 11th, 2013 12:52 AM
Hi,
Can we set the printer name automatically when user click on the Report Viewer button so that the report can print automatically without choosing the printer.
The printer name was set in my...
January 11th, 2013 12:49 AM
I had found the solution.Thanks.
January 10th, 2013 09:59 PM
This is because we are printing the pages into a card printer, so everytime they print a page, they are required to insert Customer Card into the printer to print it. That why I need to prompt a...
January 10th, 2013 08:13 PM
Hi,
I has codes below to print the rdlc report automatically and it works well.
Sub sbAutoSendToPrinter(ByVal pstrCardMessage As String, ByVal pstrLocalReport As LocalReport)
...
January 5th, 2013 07:36 AM
Hi all, I have something below stored in my sql server 2008 xml datatype column:
<Product_ID>A</Product_ID><Product_Name>Oil</Product_Name>
How can i read the xml from sql server into...
August 6th, 2012 06:21 AM
I have the following code:
Dim aaa As New List(Of String())
Dim dt as Datatable
August 6th, 2012 04:00 AM
I have the following codes:
Dim wb As New XLWorkbook()
Dim ws As Object = wb.Worksheets.Add("Cont")
wb.SaveAs("C:\Users\cmchong\Desktop\b.xlsx")
How should I do if I want my vb.net...
August 1st, 2012 10:46 PM
May I know is there anyone did this before? I have the code below:
Private Function FnReadWeeklyConsumption(ByVal pstrSheetName As String, _
...
hi,hannesthegreat, any idea? Really appreciate if you have any idea or suggestion....
Microsoft Report Viewer..I am thinking whether there is a way to change the background color to white or totally cover it with rdlc.
Please refer to my attachment of the picture of my report. How can I cover the gray area(circled) with my whole report or change the color to white instead of gray?29975
I tried your code, but how can I embedded my progress bar codes into the thread so that the bar will running?
I have the following code:
Private Sub btnConfirm_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnConfirm.Click
Try
CheckSignature()
...
Hi, I tried this:
For introw = Me.SplitContainer1.Panel1.Controls.Count - 1 To 0
If Me.SplitContainer1.Panel1.Controls(introw).GetType.ToString =...
I have the following codes:
For Each ctrl As Control In Me.SplitContainer1.Panel1.Controls
If ctrl.GetType.ToString = "Adjustment.UI.ucSubApproval" Then
...
I have the following code :
Private Sub dgPackage_CellFormatting(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellFormattingEventArgs) Handles...
I have the code following:
Private Sub dgPackage_CellToolTipTextNeeded(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs) Handles...
April 23rd, 2012 04:40 AM
I had the following code :
Dim row As Integer = 0
For row = 0 To pdgvDataGridView.RowCount - 1
pdgvDataGridView.Rows(row).Cells(0).Value = row + 1
...
Click Here to Expand Forum to Full Width