Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21116 articles
Browse latest View live
↧

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 Article


Save 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 Article


ISAM 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 Article

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 Article

mozilla 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 Article

Need 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 Article

VB 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 Article


Locking 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 Article


can anybody help me put this source together

i like the cd audio burner put together http://useruploadedfiles.programmers...1446/41446.ZIP please help

View Article

needed 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 Article

how 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 Article


Datareport VB 6.0

anyone can help me how to create 2 page different on 1 datareport VB6

View Article

Regular 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 Article


Image may be NSFW.
Clik here to view.

Pre-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 Article

Frame 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 Article


what 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 Article

Show 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
Browsing all 21116 articles
Browse latest View live