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 / VB Syntax / July 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
help deleting thumbnails with fso31 Jul 2004 19:40 GMT4
I'm trying to delete 2 files using fso. The mail file name is stored in an
access db.
using the code below I can delete the main file but not the thumbnail.
The thumbnail has the same file name plus the suffix "_small" so if the main
VBA to VB change regarding Chr(34) when sent to Shell command31 Jul 2004 14:00 GMT1
I am trying to convert code from the VBA that shipped with Excel 97 to the VB 6.3 that shipped with Excel XP.  I've run into a problem dealing with ASCII characters like Chr(28) and Chr(34) ('&' and '"', respectively).
We had been using Chr(34) to bind together a dynamic pathname ...
form does not close31 Jul 2004 07:01 GMT6
I have a VB6 (sp5) program that imports ascii data, opens databases and
produces reports.
I use a simple proressbar that I make visible or hide and change the settings
of from time to time as I do things in my program.
Update de SQL ...helpme!!28 Jul 2004 17:48 GMT2
Si alguen puede ayudarme!!
Estoy ejecutando un Update de SQL y me da un error de  "No se han
especificado valores para algunos de los parametros requeridos",
y yo creo que estan todos los parametros....help please!!!!
too many replace statement24 Jul 2004 16:17 GMT2
everyone. anyone can help me make the code shorter (i try
select case but fail):
   Do Until InStr(text1.text, "sheep") = 0
      text1.text = Replace(text1.text, "sheep", "goal")
Passing an Array of Controls in Functions23 Jul 2004 09:12 GMT1
Does anyone know how to pass a control Array to a function in another module?
The syntax function foo(cArray() as Control) does not seem to work. When calling with a Control array (eg. label1), I get the message Type Mismatch: Array or User Defined Type expected.  I can pass an ...
Delete files to recycle bin22 Jul 2004 19:25 GMT2
Is it possible to delete a file to recycle bin in vb6? If so how?
Best regards
Hugo Sousa
To pass a function as parameter is posible in VB!!!22 Jul 2004 14:46 GMT1
 Just to tell you what I  learn today, and that this wouldn't be
possible without my 'C' knowledge of Pointers
 'Nothing better than to work by example (I think)
' The function that is going to be passed as parameter
MouseLeave event21 Jul 2004 13:36 GMT5
I would like to have a label object change it's color (highlight) when the
user moves his mouse over this label. That's fairly easy, I can do that in
the MouseMove event (happens too often, but ok, it works). But how can I
restore it to its original color when the mouse pointer ...
$21 Jul 2004 01:32 GMT16
When you see something like
left$ or myVariable$
What does that mean?
Is it like a pointer?
VB script question19 Jul 2004 15:29 GMT1
i am looking 4 a way to read a text file and look for a line in it by comapering to a syntax, , extract a word from the matching line and write it to a differant text file doing all this in a loop untill the end of the file
hope that one of you can help
ASP 3.0 ? Help?19 Jul 2004 10:33 GMT10
How to convert int into char as below coding:
<%@LANGUAGE="VBSCRIPT"%>
<%
Dim hh
VB syntax for this...?17 Jul 2004 21:51 GMT2
Hi. Any idea how I 'un-NET' this to VB (and without using FSO!):
Dim buf() As Byte
Dim ret As Boolean
Dim size As Integer
How to open OUTLOOK EXPRESS from VB17 Jul 2004 19:04 GMT5
RetVal = Shell("C:\Program Files\Outlook Express\msimn.exe ", 1)
When I use the above code in VB it does open Outlook Express at the INBOX
where I can read incoming messages.
I would like it to open at the NEW MESSAGE page, ready to input an address
Real-Time17 Jul 2004 00:28 GMT3
My application is self-scaling.  Is it possible for me to set it's run time priority automatically at startup?
Pages: 1 2 June, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.