| Thread | Last Post | Replies |
|
| Newbie question about Function | 07 Dec 2003 17:43 GMT | 6 |
I am trying to write a function that takes a value , do some calculations, and return the result. For example if i write a function function Test (test as integer)
|
| What is the problem | 07 Dec 2003 17:41 GMT | 1 |
I made one small application which task is collect all data in word document predefined with heading style 1,2,3 and store it in access database. That is really helpful for colleagues in my company, because now they don't have a huge questionnaire write in word document additionally ...
|
| Determining proxy server settings in IE | 07 Dec 2003 16:13 GMT | 7 |
I have an app that communicates over the Internet through API calls to the wininet DLL. I can determine whether IE has a proxy server configured (not the setting, just whether it uses a proxy server - yes or no) and I can specify the proxy server settings I want to use. But I ...
|
| Quick Variable question | 07 Dec 2003 11:25 GMT | 5 |
Hello, How do I declare a variable that is accessible from anywhere in the project. Thanks+ Colin
|
| Print a *.bmp file on paper | 07 Dec 2003 11:23 GMT | 7 |
I have to design a contractsheet for a client of our office. The client wants their companylogo on the paper aswell I know that this is possible within VB code (vb6), but i don't know how. Can someone please explane me (in not to difficult sintax) how i can print
|
| Communicating with cellphone | 07 Dec 2003 10:05 GMT | 3 |
I have asked this question before, but have not received any answers. Could anyone direct me to a site where I could see/learn how to send a SMS to a cellphone and how to dial a cellphone number using VB6/Win2000. Thanx for all your help in the past guys,
|
| Combo box on frame | 07 Dec 2003 01:07 GMT | 1 |
I have a combo on a frame (style = simple) which just disappears when the program is run and partially appears if I click on it. If I put the combo box on the main form it works correctly - if I put a break point in at the end of form activate it works correctly. I have combo boxes ...
|
| how to putpixel i Vb.NET | 07 Dec 2003 00:07 GMT | 1 |
How to put color pixel on form i VB.NET? and draw line etc please short example B.
|
| display order of file list boxes | 06 Dec 2003 22:54 GMT | 3 |
Is there any way to alter the display order of the file list boxes? They are alphabetical by default, is there any way of getting them to display in reverse alphabetical order ot by date/time so the most recent is at the top?
|
| Need help with FindWindow and SendMessage please | 06 Dec 2003 22:25 GMT | 2 |
I have a small application that integrates an Internet Explorer window within it. Everything is fine except sometimes I get script error pages. I want to be able to detect and kill these message boxes that come up.
|
| Using the "same dll" to create Globals across apps | 06 Dec 2003 20:17 GMT | 9 |
I'd like to create a dll with the following code in a single Class file: '==================================================== Option Explicit
|
| GetData/Array problem | 06 Dec 2003 15:32 GMT | 1 |
I hope someone here can help me... I'm new to VB but I do have programming experience, mostly with C/C++ I'm trying to write a VB app that communicates (via winsock control, tcp protocol) with some embedded systems. I can send and receives
|
| Cr/Lf in textbox? | 06 Dec 2003 15:18 GMT | 3 |
i'm writing a winsock app, and when i tell it to send a CrLf to the other app's textbox, i get two blocks, presumably being unix ^c and ^l. any ideas on how to get a newline without this? and yes i have tried this: sckMain.SendData "\
|
| Print report in VB6? | 06 Dec 2003 13:42 GMT | 5 |
I'm new in VB and is there any report generator in VB6 that I can use to formatted report for my records set in VB6? Or I have to write the code line by line for the data to print out? Thanks for the help.
|
| Common Dialog | 06 Dec 2003 04:40 GMT | 1 |
I am using the common dialog color pallete and open forms in VB6.0. I have two questions: 1. How can the position of these forms on the screen be specified when they are loaded. By default they always seem to be located with their
|