detecting a vscrollbar in msflexgrid vb6
I am trying to set the width of a Msflexgrid based on if it has a vertical scrollbar Code: Code: Const GWL_STYLE = (-16) Const WS_VSCROLL = &H200000 Const WS_HSCROLL = &H100000 Â Private...
View ArticleSave File without duplicating file name
I have a macro that renames files by removing unwanted characters (to make the file name SharePoint compliant) in a folder and its subfolders. However, if after removing those characters and making...
View ArticleISAM Error VB6
All, I installed VB6 on my new Windows 8 machine. That was a bit if a chore, but I have it running. I have always used the common "Data" Controls with Data Grids in my programs and they work...
View ArticleMultiple Length Functions
I've been coding and maybe I'm tired or what.. But I can't figure out that why is the error "please fill in all fields" is displayed even though all the textboxes are filled.. Code: Private Sub...
View Articlemozilla browser innertext not working
wb.Document.getElementById("q").innerText="Aaa" not working please help , its mozilla component , works same as ie browser but 100000% times better plz help fixing this
View Article[RESOLVED] Multiple Length Functions
I've been coding and maybe I'm tired or what.. But I can't figure out that why is the error "please fill in all fields" is displayed even though all the textboxes are filled.. Code: Private Sub...
View ArticleNeed help on soap action and web service - please help
I'm new to web service and i've been learning fast so far, however i have some challenges with making it work finally. I am trying to have a VB6 program communicate with another program in a different...
View ArticleVB 2008 Split Function/Method (please help)
Hi I am struggling with this bit of code as it is getting an exception... I am trying to get the program to split the text that is already saved in the textbox1 and to show result in textbox2. I could...
View ArticleLocking a row in an Access DB
Help please A button on a form displays the current row fields in txtbox's for editing Is it possible to lock the current row until edit completed or cancelled
View Articlecan anybody help me put this source together
i like the cd audio burner put together http://useruploadedfiles.programmers...1446/41446.ZIP please help
View Articleneeded a working wma converter
please anybody i done my searching exeeded the limits and tired bout time i make a post and request to u all thanks.:thumb:
View Article(Word) Formatting different data in a table cells
Hello I am trying to export to Word a table with multiple rows and columns. Each cell has two different data, how I can format each data has a different font and size? Example: The data "Title" has to...
View Articlehow to keep alive connection from winsock
hi, am working on bot.. i made it almost but i got a problem after some times connection atomaticaly close so how to keep alive socket connected anyone idea help me please
View ArticleDatareport VB 6.0
anyone can help me how to create 2 page different on 1 datareport VB6
View ArticleRegular Expression - Exclude
I am reading one line in at a from a text file, using FileSystemObject. In order for this to be a true condition, there will be a word to be matched and a group of words not to be matched. I am not...
View ArticlePre-fill text boxes of web page with data saved on previous visits. VB6....
I have a question. How to pre-fill text boxes of web page with data saved on previous visits? I am developing VB6 project with WebBrowser control. I would like to implement funcionality what Internet...
View ArticleFrame not loading in Win7
I am supporting a legacy vb6 app which ran fine on XP but after moving to Win7 2 frames within the form are not loading. The strange thing is that if I run app from debugger the frames load fine,...
View Articlewhat the best way to communicate with server through vb6
Hi all , please share your experience with me , I already setup Linux server and it work great , and I go do ssh through Putty free ware app to communicate with server , now I want to build my own ssh...
View Article[RESOLVED] write txt to picture box then save image
can some one show me how this is done please
View ArticleShow Column Values with MSChart Control
Is there a way to show the value of each column on the column itself on a bar chart created with the VB6 MSChart control? For example, we have a 2d bar chart with one column showing current year's...
View Article