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 / February 2006



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Menus with icons?22 Feb 2006 07:01 GMT5
Want to know how to add bitmaps to menu items, so i can make my menus
colorful?! Like for e.g. take Word,check out how things look in the
Edit, Tools menu. You can see icons near them!
test for running in the ide22 Feb 2006 06:58 GMT18
does anyone know the easiest way to test whether the vb app is running
from the ide vs running stand alone?
Thanks
API Status Bar - Mike?22 Feb 2006 03:28 GMT13
One of my project testers came back to report this problem. It's a dousey.
When my application opens, it resizes the picturebox to the form in
maximized size, then it draws a status bar using API.
Private Sub Form_Resize()
Send Text Message22 Feb 2006 02:28 GMT7
Hi everyone! Is it possible to exchange text between vb6 windows
application. I have been searching the web, but what I've found was
sending number!! Thanks in advance!
print image with right alignment21 Feb 2006 21:02 GMT8
How would I go about to print "Title" left aligned and print image.jpeg
right aligned on the same line using the printer.print command??
Thanks
Right Click | Save Target As...21 Feb 2006 19:14 GMT5
I have a MSHTML.IHTMLWindow2 in an InternetExplorer object with a
MSHTML.HTMLLinkElement in it that I would like to Right Click | Save
Target As... on.  Does anyone know a way that I might do this?  Thank
you,
displaying the contents of a random access file in a list box21 Feb 2006 13:19 GMT4
Private Type OnePlayer
   ID As Integer
   Name As String * 25
   EmailAdd As String * 40
M$Inet control apparently SUCKS (or is it me) WTF????21 Feb 2006 11:20 GMT11
Hello VB6 Heroes,
This is becoming PATHETIC!   All I want to do is upload some files to
our FTP site.
I thought aha, Inet seems reasonable approach (well I am beginning to
Unclosed objects21 Feb 2006 02:11 GMT9
What happens to the objects that don't get the 'set obj = nothing'
before the end of the program?  Does the memory they take get freed or
is it wasted?  I see it all the time just before the end of programs
(cleaning all the objects with set 'obj = nothing'), and I do it myself
ToolTipText in MSHFlexGrid20 Feb 2006 23:48 GMT6
Is it possible to display different ToolTipTexts
for an MSHFlexGrid on different Columns?
Thank you in advance.
Bert.
do while eof - 120 Feb 2006 23:41 GMT8
Is there a way of looping while not end of file -1 record?
Open Filename For Random As #1 Len = Len(Person)
Do While (Not EOF(1) - 1)    'doesn't seem to work
--CODE--
GetPrivateProfileString, Send the keyname as null and get all keyNames20 Feb 2006 23:06 GMT4
Why does this only return the keys with values set ?
If I store a list in an INI file like:
[Section]
ListItem1
remove the last record of a random access file20 Feb 2006 16:52 GMT3
Is there a way of removing the last record of a random access file easier
than, copying all the records to a new file except for the last one, delete
the old file, rename the new file to the old file's name?
If not, how would I go about doing the above?
VB 6 - Extract track lengths from Mp3 files20 Feb 2006 16:03 GMT2
I'm writing an application that will scan through folders, extract the
names and file sizes of mp3 files, then write them to a database. In
addition, I want to include the track lengths of each file. Is there
some code that will allow me to do this... get the info from mp3 data?
empty GUID from string in VB200520 Feb 2006 15:08 GMT1
When running this code in VB2003
Sub guidtest()
Dim gstring As String
Dim gid As Guid
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 January, 2006
 
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.