Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Development > API [5 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
VBForums LVM_FINDITEM not working  
06:52 15-Aug-08   [Replies: 16, Views: 188]    By: Icyculyr
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 thread
VBForums Clearing text from a richtextbox from another process  
04:55 15-Aug-08   [Replies: 1, Views: 91]    By: PT Exorcist
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 thread
VBForums TextWidth of form caption  
01:35 15-Aug-08   [Replies: 12, Views: 205]    By: MartinLiss
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 thread
DevX.com Forums using autonumber from tbl1 to group requests tbl2  
14:18 14-Aug-08   [Replies: 10, Views: 295]    By: jpigott
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 thread
DevX.com Forums VbModal not working  
13:30 14-Aug-08   [Replies: 2, Views: 202]    By: skindia
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 thread
DevX.com Forums Excel VBA - What Fires When You Change Sheets  
17:29 13-Aug-08   [Replies: 2, Views: 173]    By: Hack
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 thread
DevX.com Forums Skinning An Excel UserForm  
13:55 12-Aug-08   [Replies: 1, Views: 207]    By: Hack
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 thread
DevX.com Forums Listview Row with different Background colour in VB6  
07:01 12-Aug-08   [Replies: 4, Views: 272]    By: Lennie
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 thread
DevX.com Forums Getting error message "Too long formula" in MS-Excel 2003  
04:57 12-Aug-08   [Replies: 2, Views: 140]    By: pallavi
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 thread
DevX.com Forums CreateObject creates two instances of Outlook  
22:51 11-Aug-08   [Replies: 7, Views: 263]    By: Wolfling
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 thread
DevX.com Forums list and access database  
15:39 11-Aug-08   [Replies: 25, Views: 961]    By: jemlo
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 thread
DevX.com Forums FTP upload/download  
14:47 11-Aug-08   [Replies: 6, Views: 202]    By: Phoenix1_uk
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 thread
VBForums Pointer to a structure?  
05:04 11-Aug-08   [Replies: 5, Views: 134]    By: Icyculyr
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 thread
DevX.com Forums Desktop color  
19:25 10-Aug-08   [Replies: 3, Views: 196]    By: map0598
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 thread
DevX.com Forums Start date and end date  
11:54 9-Aug-08   [Replies: 2, Views: 239]    By: kafsar
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 thread
DevX.com Forums vb6 - RunTime Error 2486 - You can't carry out this action at the pres..  
18:03 8-Aug-08   [Replies: 18, Views: 653]    By: GiftX
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 thread
DevX.com Forums VB6 - Run-Time Error 3075: Missing Operator in query operation  
17:25 8-Aug-08   [Replies: 3, Views: 195]    By: GiftX
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 thread
DevX.com Forums Change Active Directory Pssword Using VB 6  
05:05 8-Aug-08   [Replies: 1, Views: 271]    By: prashanthg
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 thread
VBForums Detecting Drive Letter of USB Drive  
23:48 7-Aug-08   [Replies: 1, Views: 169]    By: chris128
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 thread
DevX.com Forums Change NT Password using VB6  
11:49 7-Aug-08   [Replies: 5, Views: 284]    By: prashanthg
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 thread
DevX.com Forums I have a problem is "THE crystal report Cannot Printing"  
10:41 7-Aug-08   [Replies: 2, Views: 200]    By: major_47
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 thread
VBForums [RESOLVED] Maximise active window  
06:00 7-Aug-08   [Replies: 12, Views: 291]    By: chris128
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 thread
DevX.com Forums Catastrophic Failure  
02:30 7-Aug-08   [Replies: 7, Views: 443]    By: oliv_viya
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 thread
DevX.com Forums Excel VBA - VBA Equivalent of hWnd property  
17:50 5-Aug-08   [Replies: 4, Views: 236]    By: Hack
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 thread
DevX.com Forums reading a "XML?" file from web  
17:03 5-Aug-08   [Replies: 1, Views: 185]    By: grandislesail
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 thread

<<First  <Previous  1  2  [3]  4  5  6  7  8  9  10  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006