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 Chriss Miller 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: JimmyK
  • Content: Threads
  • Order by date
  1. JimmyK

    Moving around Forms 2.0 ListBox

    Hello, In VB 6.0 I can use key UP & DOWN arrow keys to scroll Microsoft Forms 2.0 ListBox . I mean i can select item by UP or DOWN arrow keys. But in VB.NET, i can't. I can only select an item by mouse. Why? please help. Thank a lot Jimmy Le nhan_tiags@yahoo.com
  2. JimmyK

    Additem in Microsoft forms2 2.0 Combobox

    Hi, Please tell me how to use Additem to Microsoft forms2 2.0 Combobox which have 2 column Thank in advance Jimmy Le nhan_tiags@yahoo.com
  3. JimmyK

    Data Binding Error - Ms Forms 2.0 Textbox

    Hello, Plese help me. Binding data to Microsoft Forms 2.0 TextBox error. Here is my code to bind data Dim da As SqlDataAdapter Dim cn As SqlConnection cn = New SqlConnection("Initial Catalog=Nhan;Data Source=localhost;Integrated Security=False;User=sa;Password=") da = New...
  4. JimmyK

    Unicode on Windows 9x

    Hello, At this page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconunicodecharacterdisplayinwfcprojects.asp which say Windows Forms are entirely Unicode-enabled, ...... You can also write a single set of code which will work on all platforms. This is a change...
  5. JimmyK

    files included in project

    Hi all, I include a bitmap (test.bmp) file in my project, say MYPROJ i build it to EXE, say MYPROJ.EXE How can i copy this bitmap file to hard disk while running EXE? The command copy test.bmp to c:\test2.bmp cause an error say : File test.bmp does not exist! How can i work around this...
  6. JimmyK

    Get client IP

    Hello, Could you please tell me how to know the client ip in COM+ ? (The ip of computer that creates object ) ObjectContext does not have such property or method. Thank a lot!. Jimmy Le nhan_tiags@yahoo.com
  7. JimmyK

    get dll function parameter

    Hi, I have a DLL. i use Dependency Walker to look at exported function but i dont know how many parameters it requires and what kind of data type. Is there any way to debug? or any utility to help? Thank in advance Jimmy Le nhan_tiags@yahoo.com
  8. JimmyK

    Lock record by SQL

    Hi, please tell me how to lock a record in SQL Server 7.0. In Oracle, we have a SQL like this Select * from Emp for update it'll lock all record selected. Is there anything equivalent in SQL Server 7.0? Thank a lot Jimmy Le nhan_tiags@yahoo.com
  9. JimmyK

    Which message Window send to my app before it close?

    Hi, I make an small exe file without window i want to know which message my EXE receive before it has to close (eg When user Shutdown or Restart) The code is like this stream = fopen( "c:\\Windows\\bootlog.txt", "a+" ); MSG msg; while (GetMessage(&msg, NULL,0,0)) {...
  10. JimmyK

    MESSAGE(1) and source code when error

    Hi, I want display command line (source code) when there is an error. MESSAGE(1) does this job when i run PRG files in developement environment. When i build the project to EXE file. It does not work! So, how can i work around this problem? Is there any options? Thank Jimmy Le nhan_tiags@yahoo.com
  11. JimmyK

    Automation manager & Authentication

    Hi all, I run "Automation Manager" to allow creating objects remotely. The question is: Can i restrict the number of objects created per IP? Imagine that: one user create 1000 objects on your server (from the same PC), it will kill other connects. Or your COM server becomes deadlock...
  12. JimmyK

    Write FLL for Fox 2.6

    Hi, I can write FLL for Visual Foxpro (i mean 32-bit FLL) but Fox for Dos 2.x cant use it. Do you know how to wrire FLL for Fox for Dos? or How to set options Note: i use VC 6 as compiler Thanks a lot Jimmy Le nhan_tiags@yahoo.com
  13. JimmyK

    MCSD? VB6 vs VB.Net

    Hi, i intend to get MCSD in VB6. I wonder when we do have to take exams in VB.Net? Do you guy have some informations about this? Thanks Jimmy Le nhan_tiags@yahoo.com
  14. JimmyK

    Visual Basic is object-oriented programming?

    Hi, Microsoft books say that VB is event-programming. Why dont they say VB is object-oriented programming? And it is said that VB is less object-oriented than Visual Foxpro! What do you think ? Jimmy Le nhan_tiags@yahoo.com
  15. JimmyK

    sniff and redirect socket

    Hi, Have you ever used SocSpy32? it seem that it hooks all WNet functions. Do you know the principles to do that ? Where can i get documents or free source code about this? Thanks in advance Jimmy Le nhan_tiags@yahoo.com
  16. JimmyK

    create fll with VC6.0

    Hi all, I want to create fll in VC6.0, how can? or do you know where to download the documents? Thanks in advance! Jimmy Le nhan_tiags@yahoo.com
  17. JimmyK

    Capture data on TCP port?

    Hello, Please tell me how to capture data (packet without header)on TCP I mean: when using Winsock control, we must declare local port. If another program opened this port already, i cant use it. Any solution? Thankd in advance Jimmy Le nhan_tiags@yahoo.com
  18. JimmyK

    How to display bitmap in VB

    Hello, I have a databse on SQL Server 7.0 named "Personel" I have a table called "Emp" with structure like this empno char(2) ename char(50) photo image I create a VB form with: - an ADO based on table Emp - a textbox based on Emp.empno - a textbox baseon...
  19. JimmyK

    Windows 200 Server tools

    I use "Windows NT Server Tools" to create WinNT 4.0 user remotely on client PC running windows 98. Now, with Windows 2000 server, i can't. I wonder what to be updated or What is the new tool, where to download it. Thanks a lot Jimmy Le nhan_tiags@yahoo.com
  20. JimmyK

    Get rid of error message

    When i press a key at raed-only control, there is a error message say "The control is read-only". How can i suppress this message? Thanks Jimmy Le nhan_tiags@yahoo.com

Part and Inventory Search

Back
Top