Does anyone know a solution, I need to retrieve a specific item's index, based on it's text (IE, explorer.exe).
Cheers
Icyculyr
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hai PT
WM_SETTEXT WORKS
Try this...
Code:
Sendmessage hwnd,WM_SETTEXT,0,vbnullstring
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I would like to determine if a particular string would fit in a form's caption without truncation. How would I go about determining that?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need to provide a request sequence to a group of parts submitted by a user.
I have two tables presented in a form subform interface.
the main form is bound to the tbl_Req_Seq table which p...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
In my VB project I have created user control and there is a command button on it say CmdAdd
When I click on CmdAdd I am opening a form in Vbmodal.
Private sub CmdAdd_click()
Form1...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a workbook with 4 sheets in it.
I need to perform a specific action whenever the user changes from one sheet to another.
I have the code that needs to run, I just can't figure out w...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I googled the topic and found this: http://www.vb-fun.de/cgi-bin/loadfra.tip0464.shtml [http://www.vb-fun.de/cgi-bin/loadframe.pl?ID=vb/tipps/tip0464.shtml]>
However, I don't understand G...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there,
I have been asked to display row of records which does not meet certain sales value with light red background colour in Listview control. I have not done that before and and hope som...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am using MS-Excel 2003.
I need to implement long formuale in MS-Excel .
length of this formula is around 500 charachters.
I have checked Excel specification where it has mentioned that
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Running a Windows Service using SRVANY.EXE that connects to Outlook 2003 SP3
If Outlook is already running when I execute
SET objOL = CreateObject("Outlook.Application")
it c...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I'm new with VB and I was wondering if I can put a list on my form and the list will get its contents from an access database? at the same time, the list needs to have a particular numeric...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Good day, I ahve been on and off here for a while and have finally got stuck! It's FTP. I need to be able to type into a box a filename, say "123" and then download 123.txt or upload it....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm doing this:
SendMessage(hWnd, LVM_GETITEM, Nothing, @), which @ should be a pointer to a structure called LVITEM, which I've made, but how do I make a pointer to a structure in Visual Basic ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need a function (using VB6) that will return the color of the desktop background. Can anyone help. All my searches have come up empty.
Thanks,
Mario
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
using VB6 I need to insert date in to table exp:
I have start date :08/02/200 and end date 80/05/200 and I want insert into table kile:
08/02/2008
08/03/2008
08/04/2008
08/05/2008
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Guys, this is another funny error statement from Microsoft.
I am trying to display/open MS Access report and I get: RunTime error 2486 - You can't not carry out this action at the present...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Gentlemen,
More eyes are better than two
I am getting the above error on an sql statement:
Code:
Set rsUnclaimedRptqry = dbUnclaimed.OpenRecordset("SELECT DISTINCT tblUncl...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All,
Can any one please let me know how do change the active Directory Password using VB 6.
I hav tried using the following code.
Code:
Dim objUser As IADsUser
If txtuid.Text ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
OK so this is kind of following on from someone else's thread that I am trying to help out with (http://www.vbforums.com/showthread.php?t=534932) [http://www.vbforums.com/showthread.php?t=534932)]...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi ,
I want to change the Windows NT ACCOUNT PASSWORD using VB6.
I have the inputs as the NTUser Id and Current Password and New password.Can any one pls suggest how to do this?
Thanks...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
THE crystal report Cannot Printing
Plz Can any professional one help me in an complex unlogical Problem in Crystel Report
My Problem is I just developed a Big Project and in reports
I u...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm pretty sure IntPtr is the problem.
I don't even think it exists in Vb6. Try it with a Long, if this is vb6.
It's probably assuming a variant type.
In .net it exists but it's not reall...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey b4...
i nee a help...
I have made a conection between VB and mySQL..
The conection between myODBC with the adodc in the VB, it's OK..
The database can access well.. But actually,...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I want to use the About Box API, which requires passing the hWnd of the calling form. In VB6, I would do
Code:
Private Declare Function ShellAbout Lib "shell32.dll" Alias "She...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Im trying to retrieve data from a web page
http://www.wavcis.lsu.edu/csidata9xml.asp [http://www.wavcis.lsu.edu/csidata9xml.asp]>
the file is supposedly a properly formatted xml file, but I ca...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine