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...
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...
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...
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!
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.
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...
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...
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...
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.
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...
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...
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.
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...
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...
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...
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...
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...
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.