Hi,
I have never used the number part in the right hand side of my keyboard and I need space for my mouse beside the keyboard. I have been looking for the same keyboard but without the number part. I don't want to get some mini keyboard since I am quite familiar with the one I am using.
Do you...
I have successfully recorded my voice by computer + Sound Recorder+ microphone in Vista.
However, I fail to record noise from the pipes in my flat, although the noise was more aloud than my voice and I put the microphone very close to the pipe.
I tried to record sound by computer + Sound Recorder+ microphone . I spoke loudly and closely to the microphone but the sound was quite small when I play it on Windows Media Player.
I have turned the speaker volume in the middle position and the mixer at 68%.
Can I make recording more...
Hi,
This is for Excel.
In VBAProject list -> Personal.xlsb -> Microsoft Excel Objects there are Sheet1 (Sheet1) and ThisWorkbook, where is Sheet2 (Sheet2) and Sheet3 (Sheet3)? Or, can I add Seet2(Sheet2) and Sheet3 (Sheet3)?
I will be appreciated for an help.
Hi,
I want to copy some text from a webpage by Ctrl-C, Ctrl-V and got a few lines from a single line in the page.
I tried to find out why by doing following steps:
1. View, Source, Ctrl-A, Ctrl-C, Open an empty text file by Notepad and Ctrl-V onto it. Save the text file as file1.htm (text...
Hi,
Using VBA code in a .mdb, I got a new table (Table2) from Table1:
cn.Execute "Select * Into Table2 From Table1"
It was working fine. However, I could not find the new table in "All Access Objects" list, until I close the Access ang reopen it.
What I can do to see the new table in the list...
Hello.
When I run Macro1 in its design view, I got error message
Microsoft Office Access can't find the object 'MyMacro.'
What I set is
In Macro1 design view, Action: RunMacro, Arguments: MyMacro
where MyMacro is a Sub in Module1.
I will be appreciated for any help.
Hi,
I need to put code
W = W/n/m
into my usercontrol, W, n and m are the usercontrol's properties.
When I put the code in
Sub UserControl_Initialize()
I got divide by zero error. I sould put the code in what event?
Hi,
I remember we need to make an .ocx file in order to make a usercontrol.
I have just found some usercontrol example without any .ocx file and I can run the example without regester.
My question is:
How can I make a usercontrol and use it in my VB6 project without regester it as long as I...
Hi,
I tried to bitblt a part of the form onto another part of the same form:
Me.Line (0, 0)-(8000, 8000)
BitBlt Me.hDC, 0, 1000, 5000, 5000, Me.hDC, 0, 0, SRCCOPY
but not worked. Anything I did wrong?
I would be appreciated for your hint.
Hello,
I am learning multi threads in Applet. I have been looking for examples in the internet for a few days. Unfortunately, all the examples are too complex for me.... What I need is:
Applet, draw two lines in two threads separately
Can anybody kind enough to show my an example, as simple as...
Hi,
This very simple code shows function paint will be executed twice, why?
import java.applet.*;
import java.awt.*;
public class TestClass extends Applet{
int k=0;
public void paint(Graphics g){
g.drawString(Integer.toString(++k),50,20);
}
}
Hi,
I try to drawOval in the JFrame as below (I want it as simple as possible). However, it not works. Can you tell me what I am missing?
import javax.swing.*;
import java.awt.*;
public class MyFrameClass {
public static void main(String[] args) {
JFrame frame = new JFrame()...
Hi,
I noticed that there are some contents contained in a window of some web pages cannot be copied while they can be downloaded after become an advanced user or similar.
Can you tell me how to achieve that?
I will be very appreciated if somebody can help me.
Hi,
In Excel, we can treat a sheet as a database table and the first row would be the field name.
Can we ignore the first rwo and use the second row as the field name?
Hi,
I got one remote website and two local websites. All the .asp files are the same in 3 websites.
In the remote website, there is a file aaa.asp, its url is http://www.xxx.com/aaa.asp
In the first local website, the url of the same file is http://127.0.0.1/local1/aaa.asp
In the second local...
Hi,
In my log file, I found Googlebot visited a page and got
|7|800a000d|Type_mismatch:_'now()'
However, after about one hour, Googlebot visited the same page again without any error.
I also tried to open that page, no problem.
Can you guess what is wrong?
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.