[RESOLVED] 1 computer can send mail the other one cant
i have a email form where i send mail or to 1 customer or to all customers in my laptop its working fine in my pc when i try to send to all it dosnt do nothing i can pick a person from the list and...
View Article[RESOLVED] Aero Resize Problem
Does anyone have any idea how much the client area (height, width) is reduced when Windows Aero is enabled? Many of my programs use the resize event to allow users to adjust the size of the form, and...
View ArticleHellp .exe make my project error show
Hello I create a project1 in vb6 and make .exe file i run setup install successful when my problem when i run my program some file show error first i not know how can clear this error i copy the error...
View Article[RESOLVED] 2 questions regarding vb6
i have a usercontrol named aqua button that i download from the web 1) can this make any issues to the program 2) is this called subclassing?(the button)
View Articlehow to remove duplicates lines from textbox
hi bro! is there anybody know how to remove duplicate from a textbox. We can do in listbox but i want to remove duplicates lines from textbox ex: sweta swati shurti swati surrender after duplicate...
View ArticleVideo Converter (Converting to iPod)?
Okay, this is a rare non-game development post, but it's one that I would be very interested to learn. Is there any way I could create a video converter that will convert video files (already...
View Article[RESOLVED] how to determine if there is an invalid character before sending a...
i have a listview with emails inside now is there a way to determine if the email is invalid and the user wont be able to send this email because its invalid? this is my code Code: Private Sub...
View Articleone error in my program
I typed a program but have an error. please check Attackment.Project1.zipProject1.zip Attached Files Project1.zip (1.5 KB)
View ArticleMS Script Control (msscript.ocx), misses subroutine "wscript.Quit"
Has anyone any idea how can i terminate my script using "MS Script Control (msscript.ocx)" besides wscript.quit wich is an unavailable object?
View ArticleDuplicate file name
In case of windows, if I try copying existing file already, windows assigns *- Copy.*, *- Copy(2).*, *- Copy(3).*... Is there any API to make this file name? or should I make my own code? Can anybody...
View ArticleHellp .exe make my project and attached .dll file
Hello I create a project1 in vb6 and make .exe file i run setup install successful when my problem when i run my program some file show error first i not know how can clear this error Error show File...
View ArticleHow to move a Form without Titlebar nor API
I have a borderless Form I want to move but I do not want to use this: ReleaseCapture SendMessage Me.hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&
View Articlevb6 need Help (Screen Resolution)
How to make a program that will fit on any screen resolutions?
View Article[RESOLVED] AdjustHorizScrollBar in module
Hi, I am working on a project for other form member and I am receiving a problem with the following vb Code: Public Sub AdjustHorizScrollBar(ByRef LB As ListBox, Optional ByVal RightMargin As Long =...
View ArticleVisual Basic 6. Global/Pulic Folder Location That Limited User Can Write Data
Hi, Greetings to every one.. I am a vb6 coder, and facing problem with widows 7 UAC issue. Limited User: When I run my installer it ask for admin account password, I enter and it installed it...
View ArticleRetrieving Quotation Marks From Text File
If I were to open a text file in Visual Basic 6.0 and retrieve and display in a label the text complete with quotation marks, how could this be coded? Thanks in advance. :)
View ArticlePlease help, need to find login name from computer name
I have written this code, which populates a list box with a bunch of useless(to me) network computer information. It's rough, but it works. You can just put part of a person's name in, and it gives you...
View Article[RESOLVED] Unset Parent
I can make App2 a child of App1 by using SetParent App2.hwnd, App1.hwnd Now how do I undo this so that App2 returns back to it's original owner
View ArticleMoving a Form using API Problem
I can move a Form (or an object such as a Picturebox) using the following Code: Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (ByVal hwnd As Long, _ ByVal wMsg As Long, _...
View ArticleWindows Explorer Error
I ran Explorer from my VB6 program like following. Shell "explorer.exe /e, " strPath, vbNormalFocus The strPath is the directory where I want to look at. Explorer is opened normally. But after a...
View Article