Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mi1306

  1. mi1306

    Measurement internet transfer

    Hello all, It is necessary to me will measure internet transfer from mine computer. Certain ideas? Tencs
  2. mi1306

    Crystal Reports Question VB.NET 2005

    If I want will put on DataReport in Text1 "1000", in VB6 I write: Report. Sections ("section4" .Controls. Item ("text1") .Text=1000 How it to write on VB2005 for CrystalReport? Miho
  3. mi1306

    VS2005 and SQL Server2005 together on computer?

    Hi all, At me on computer eat VS2005. I want install SQL Server2005, but it is necessary uninstall VS2005. Whether together can be on computer? Miho
  4. mi1306

    InsertCommand...In VB2005

    Hi All, I can not find an example for Insert Row in Access database in mine website. What syntax AccessDataSource1.Insert.... or AccessDataSource1. In VB2005? I shall be very grateful !! Miho
  5. mi1306

    InsertCommand in VB2005 Website

    Hi All, I can not find an example for Insert Row in Access database in mine website. What syntax AccessDataSource1.Insert.... or AccessDataSource1.InsertCommand... In VB2005? I shall be very grateful !! Miho
  6. mi1306

    How I can is taken value Text box or Function box which is in DataRepo

    Hi All, How I can is taken value Text box or Function box which is in DataReport? I can will put value: repFull.Sections("ReportHeader").Controls.Item("label2").Caption=12 But as it is taken this value when it already there. Preliminary Thanks Miho
  7. mi1306

    Making a form suitable for all resolutions

    In VB6 and VS2003 this of problems is solved. For the final decision of this question it is necessary to use control Resizer which many firms offer, but good are not cheap. This control makes again the size the form and all the control in her . Whether I do not know it is solved in VS2005...
  8. mi1306

    listbox to tab over items

    Vrite so: For i = 1 To intYears 'listitems = CStr(decPaymentDue) dim Aa as String Aa=i & vbTab & Pmt(decInterestRate / 12, i, intYears, decLoanAmount, 0, 0)) & vbTab & IPmt(decInterestRate / 12, i, intYears, decLoanAmount, 0, 0)) lstPayments.Items.Add(Aa)...
  9. mi1306

    DataGrid does not grasp procedures DataGrid1_KeyDown

    Hi All, May DataGrid1 does not grasp procedures DataGrid1_KeyDown, DataGrid1_KeyUp, DataGrid1_KeyPress, DataGrid1_DoubleClick. Someone knows why it so? I shall be very grateful. Miho
  10. mi1306

    Change name and width colums on DataGrid

    I think this are not the reasons. I have an example with the same source code that works, but when i put it in my project it does not work from 1. till the end.
  11. mi1306

    Change name and width colums on DataGrid

    I want will change name and width colums on DataGrid. Has written the following code all on rules. Works up to a point 1, but does not want will change columns Ani ideas? Private Sub Form2_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load dt.Columns.Add(New...
  12. mi1306

    As print Excel sheet

    Hi all As print Excel sheet 1,3,5.... pages and after 2,4,6.... pages? Miho
  13. mi1306

    MSChart control and DataReport

    Or as will place chart in DataRiport Miho
  14. mi1306

    MSChart control and DataReport

    Hi, At me in the form eat MSChat control. How to copy are ready chart in DataReport? Any help is appreciated. Miho
  15. mi1306

    Tool for SQL database

    Hi All, Explain what tool to me it is necessary to make SQL database. Miho

Part and Inventory Search

Back
Top