Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General 2 / May 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Q: Raise VB error from C++19 May 2004 22:23 GMT1
   I have a function written in C++ (no MFC, ATL or alike used), which I am
calling from VB. But for possible errors that may occur, I want to raise a
VB error. I tried the following:
{
Why doesn't this work ? (complete)19 May 2004 19:18 GMT3
Hello all. Sorry for the previous one. Just pressed the Send button in a
hurry.
Following is the code i have. Seems pretty simple. When Command1 without
file checking is executed - no problem. As soon as i add another piece of
Populating a Right Click menu from a file??19 May 2004 18:11 GMT2
I don't know if this is possible but here goes:
I'm trying to make a calendar program and i want the users to be able
ro right click a day, and a popup menu to appear with user defined
catagories (eg, meetings, out of office, etc.) as taken from a
Global Selecting all text in a textbox19 May 2004 16:27 GMT6
I usuall, in the gotfocus of a text box , select all the text with :-
   Private Sub txtTest_gotfocus()
       txtTest.SelStart = 0
       txtTest.SelLength = Len(txtTest.text)
Rich Text  ASCII Conversion...19 May 2004 15:49 GMT2
I am using a RTB to load an ascii errorLog
that is generated from another program. I chose
to use it over an standard text box because there
is a reasonable chance the standard text would
Change Event and Combo Boxes19 May 2004 15:34 GMT3
Can someone please post a code example using the change event with a combo
box in VB6. As the user types in a vendor code, he wants the text area to
display the closest choice from a pre-loaded list.
Thanks in advance.
Weird problem with multiline textbox19 May 2004 13:00 GMT5
Has anyone seen a problem where a multiline textbox will no accept input
from all the keys? The textbox will not accept the keys below ASCII 32 and
just puts a pipe char in its place. My application runs fine on all the
other pcs except this one. Maybe a virus?
Please help: MoveMemory and UDT19 May 2004 12:53 GMT2
I am trying to use MoveMemory (API call) to copy data from a byte
array to a UDT (User-Defined Type). My type comprises of a few
elements of type byte, integer and long. Somebody told me something to
watch out for which I can't now remember! Doh!
site address for VB6 update?19 May 2004 11:17 GMT3
Could someone please post the site address to download an update for
Visual Basic 6.
Regards Brian
converting a c union to vb for use with sockets19 May 2004 11:08 GMT1
I am still somewhat of a newbie to the visual basic world. I currently
am working on a project to communicate with my cell phone over an
infrared (irda) port. This requires using the winsock library and some
older ircomm protocols. I have managed to get my computer and my phone
Why doesn't this work ?19 May 2004 10:46 GMT2
Private Function fFileExists(targetDir As String) As Boolean
fFileExists = Not (Dir(targetDir) = "")
End Function
-------------
VB6 and scaling a printform?19 May 2004 10:36 GMT1
Running VB6 (SP6) and i'm running into some problems with a project idea of
mine. Namely, i'm trying to print something, because of how complicated it
is, I figured I can just make the form how I want it printed and use
printform, right? Well, there's where the problem is, no ...
XP vs 98 Problem19 May 2004 10:27 GMT2
I have produced a database using Access and VB.  It works fine on a 98 based
machine but when it runs on an XP based machine, the data that should appear
in a listview only picks up three of the 60 that the SQL should be getting
as it does on the 98 machine.
Pass 2 dimension data struct to api19 May 2004 09:41 GMT1
Hi I have a problem with a DLL function in my demoapi.dll.
I already used others function with success, but with this one i must
pass the argument with a 2 dimensional string.
I have documentation about my dll just for c++ and is the follow:
file processing help please19 May 2004 09:04 GMT3
I am using Random Access file routine to put records to a file, but for some
unknown reason it also places what appears to be a chr(13) code and a space
just before the fieldname is put# to file, apart from second entry which
places an & then a space and then the fieldname and all ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.