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!

Search results for query: *

  • Users: mi1306
  • Content: Threads
  • Order by date
  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

    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
  8. 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...
  9. mi1306

    As print Excel sheet

    Hi all As print Excel sheet 1,3,5.... pages and after 2,4,6.... pages? Miho
  10. 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
  11. mi1306

    Tool for SQL database

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

    Record 59 it is shown in first row

    Hi, At me has arisen such problems: I work with Access database. In the form I have DataGrid connected with Query in DB and I use DataEnvironment. In DB everything is all right, but in DBGrid record with ID 59 shows on the first place and all is confused. Obviously it and in Recordset. Who...
  13. mi1306

    Connect with database

    Hi All In mine project connect with database which is on the friend computer through local network. Whether can connect with database which is on the friend computer through Internet if we know IP adress it computer Any ideas? Miho
  14. mi1306

    Forbid fax signal.

    HI ALL I would make VB communication the program that speaks through PC. Everything is all right but I can not will solve one of problems. When I establish connection modem starts to send fax signal. How I can will forbid it, or it is necessary another modem (Vois modem?)? I wait for the...
  15. mi1306

    MAC adress question

    Hi ALL, How to see and change MAC adress mine LAN card in Windows XP? Miho
  16. mi1306

    MSComm & fax signal

    Hi All In may project i use NSComm control to speak on telephone. When to communicate modem sends a fax signal.How I can will switch off him? I shall be grateful on any help. Miho
  17. mi1306

    Windows shuts down

    HI ALL, I can not find the decision on problems will intercept when Windows shuts down. It is necessary to use API function but what? Thanks.
  18. mi1306

    GetAsyncKeyState question

    I would use GetAsyncKeyState what to catch what key was pressed on keyboard. Mine code: Function GetKey $ () For Cnt=1 To 255 If (GetAsyncKeyState (Cnt) And *H8001) < > 0 Then GetKey $ = Chr (Cnt) Exit For...
  19. mi1306

    What button was pressed

    Hi All, At me in progect eat CommonDialog control. With command " CommonDialog. ShowSave " show Save dialog box. How will intercept what button was pressed "Save" or "Cancel"? Have good day. Mi1306
  20. mi1306

    Start control with code.

    Hi all, At me in the form eat OLE control. When I on it DblClick it show Word document.As I can specify it a code instead of click it . I shall be very grateful Mi1306

Part and Inventory Search

Back
Top