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 bkrike 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: BogdanMBM
  • Content: Threads
  • Order by date
  1. BogdanMBM

    Get icon from exe using hwnd ?!?

    Hi everyone! It's been a wile :) ... I'm currently working on an application that should implement multiple desktops. I have a treeview that I fill with the existing desktops and under each desktop i add child nodes representing the windows. No problem so far, but I would like to add to each...
  2. BogdanMBM

    Menu from MDI child form hides menu from MDI parent. Why?!?

    Hi, I realise this is a stupid question, but I have a situation here: - I've created a project with a MDI form & a child form (with MDIChild prop. set to TRUE). - I have a menu bar on the MDI form (that's the main menu of the application) - I want to have a context menu on the child form so I...
  3. BogdanMBM

    Processor cache level 2 missreported...

    Hy guys! I'm using the following (piece of) code to retrive cache level 2 size of the processor. Dim cpuSet As SWbemObjectSet Dim cpu As SWbemObject Set cpuSet = GetObject("winmgmts:{impersonationLevel=impersonate}"). _ InstancesOf("Win32_Processor") For Each...
  4. BogdanMBM

    Read from File Allocation Table

    Hie! Is there any way in VB (API) to read from File Allocation Table? If you have any ideea to give me a start on this... Thanks!
  5. BogdanMBM

    "read" information about deleted files from the HDD

    Guyz! Is it possible to "read" information about deleted files from the HDD? I know it is possible (lots of commercial software that can do that) but I was wondering if it can be done in VB. Is there any API that can tell what files have been deleted from a specified folder? Any ideas? Thanks!
  6. BogdanMBM

    System hook for Copy/Paste commands

    Hie! I was wondering if there is a way (API call) to make a system hook for Copy/Paste commands, so that I'll be notified if a Copy or Paste command on the computer. I need it to be a system wide hook. Any ideas? Thanks! Bogdan.
  7. BogdanMBM

    Use DirectPlay instead of Winsock to chat in VB6

    Hm,... I'm not shure if this is the right place to post this question, but i'll trie anyway. So: I did a chat application in VB6 that supports text chat as well as video chat (sadly without sound, because I can't figure out how to sincronize video with sound) using Winsock control. Now I'm...
  8. BogdanMBM

    mciSendString error - I can not record, don't know why !?!

    OK. Here it is: I want to record sound for 1 second (I use timer for this). The problem I have is that mciSendString returns 295 value (captured in "i" variable) at the line with the "save" command. Anyone knows why is this happening? Thanks!!! Private Sub cmdRecord_Click() Dim i As Long...
  9. BogdanMBM

    Record sound

    Hi! I was wondering if I can record sound while having the posibility of setting the quality, thus for further controlling the output file size. Is there any API's I can use for this? Is there for sound some basic structure (like frames for video)? I'm interested in capturing that basic sound...
  10. BogdanMBM

    Record sound in VB

    Hie! How can I record sound in VB? There is some special "basic" data structure (something like frames in AVI files...) for audio data? And if it is, how can I set the quality of my recorded sound? Thanks! Hope I've been helpful, Bogdan Muresan.
  11. BogdanMBM

    Voice over IP & VB ?!?

    Hie! I'm working on an intranet broadcast application, using winsock and TCP/IP. Now, I'm able to send allmoust live pictures over network, but NO sound. Anybody knows how to broadcast sound using winsock (sound streams or something?), or do I need DX for this? I'd rather use winsock, 'cause...
  12. BogdanMBM

    Send sound with winsock

    Hie! I'm working on an intranet broadcast application, using winsock and TCP/IP. Now, I'm able to send allmoust live pictures over network, but NO sound. Anybody knows how to broadcast sound using winsock (sound streams or something?), or do I need DX for this? I'd rather use winsock, 'cause...
  13. BogdanMBM

    Save picture to a byte array

    Hie! How can I save a picture into a byte array and then read from that byte array in order to fill another picturebox? Thanks. Hope I've been helpful, Bogdan Muresan.
  14. BogdanMBM

    Video broadcast using Winsock control.

    Guys! I have a chat application that can capture frames (live) from a webcam or tv tunner. What I am trying to do is to broadcast over network using winsock control the captured frames from the webcam but I want it to be LIVE. What I was able to accomplish so far is to grab the frame (one by...
  15. BogdanMBM

    Who is connected to my computer

    Hi! My computer has Windows 98 and it is member of a Workgroup (NOT a domain, there is no server for the network). OK. So I have a folder shared on my computer. I would like to write a program that can tel me what other computers on the network are currently logged on to my shared folder, at a...
  16. BogdanMBM

    Network shared folder access

    Hi! My computer has Windows 98 and it is member of a Workgroup (NOT a domain, there is no server for the network). OK. So I have a folder shared on my computer. I would like to write a program that can tel me what other computers on the network are currently logged on to my shared folder, at a...
  17. BogdanMBM

    Network shared folder access monitoring

    Hi! My computer has Windows 98 and it is member of a Workgroup (NOT a domain, there is no server for the network). OK. So I have a folder shared on my computer. I would like to write a program that can tel me what other computers on the network are currently logged on to my shared folder, at a...
  18. BogdanMBM

    NET Share monitoring ?!?

    Hi! My computer has Windows 98 and it is member of a Workgroup (NOT a domain, there is no server for the network). OK. So I have a folder shared on my computer. I would like to write a program that can tel me what other computers on the network are currently logged on to my shared folder, at a...
  19. BogdanMBM

    How can I free up RAM?

    I'm familiar with "GlobalMemoryStatus", so I can monitor the RAM usage from my program. Now I want to be able to free up some RAM from my program (move it to the swap file...). How can I do than in VB? Is there any API that can do this for me?
  20. BogdanMBM

    How can i store files in an SQL 2000 SERVER table?

    I have an MS SQL Server 2000 and an application written in VB 6.0. I use this one for user interface in an intranet mailing system i've designed. I whant to be able to store the attachements of the emails in an SQL table. My table has a column of "Image" data type. I know I can store...

Part and Inventory Search

Back
Top