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
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...
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...
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...
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
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
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
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))
{...
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
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...
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
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
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
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
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
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...
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
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
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.