| Thread | Last Post | Replies |
|
| How to code for check boxes to select more than one answer? | 29 Feb 2004 21:18 GMT | 4 |
Can anyone please help me with this? I am developing a Quiz program but I am stuck with "multiple answers". Basically I need some sort of code that would select multiple answers using check boxes.
|
| string search | 29 Feb 2004 19:14 GMT | 6 |
I want to parse my string in a loop from right to left(unlike instr which is L to R) to look for a literal in a string . Is there any inbuilt function like InStr in VB to acheive this. Thanks in advance,
|
| Checking for letters in a string | 29 Feb 2004 17:55 GMT | 15 |
when using the instr()function i can check for a space by gong " " but how do i check for a number or letter not a particular number but just go to the first number or letter depending on what i need? WStoreyII
|
| Printing Greater than 22 Inches Height/Width | 29 Feb 2004 17:22 GMT | 6 |
I'm hoping there is an easy way to get around this, rather than using API calls, if someone has a simple solution or point in the right direction, it would be much appreciated. I have some large forms which need to be printed to a plotter 45 inches
|
| VB6 & VC6 C++ DLL | 29 Feb 2004 16:40 GMT | 6 |
How do I access a DLL written in VC6 within a VB6 program? For example if I used inline assembly to write a matrix multiplication routine and compiled it as a DLL. How now do I call that routine? --
|
| Help needed w/ DLL Interface | 29 Feb 2004 13:46 GMT | 4 |
I am writing a small DLL of utility functions in VC++ 6 which must be usable from VB 6. The functionality isn't particularly platform specific, and I have a good deal of Mac programming experience in C++ - and some in MS VB - just not enough in VC++. I'm having a problem with
|
| Finding form elements in another application with just a window handle | 29 Feb 2004 07:11 GMT | 2 |
I am trying to enumerate through the form elements of another program's window with just a window handle. Is this possible? What I am ultimately trying to do is this: I am writing an application that needs to be able to respond to the changes in a label
|
| Format function | 29 Feb 2004 02:25 GMT | 9 |
I was looking up info on how to use the format function on msdn. I found that you need format(expression, style) i have a list of preset styles and it says that you cna make your own styles and gives you a list of character to use however it does not tell me how to name my new ...
|
| Visual Basic 6 <--> Access | 29 Feb 2004 01:17 GMT | 2 |
I'm reading/writing from Access using both EXECUTE() and Recordset methods. I get weird errors though. For example I have 5 text boxes bound to fields. I will change the data in a couple of the text boxes then immediately try to do a INSERT to add another record. This returns ...
|
| Scanned in forms to be used as data entry? | 29 Feb 2004 01:02 GMT | 3 |
I have a client that wants to do the following: 1) Scan in a copy of a paper form. (The form is very complicated and hard to replicate manually.) 2) Data enter the fields from the paper form into the screen. (The reason he
|
| proxy | 28 Feb 2004 19:59 GMT | 1 |
has anyone seen or wrote a proxy server using vb and the winsock/inet components? -- Craig.
|
| Extracting Variables From Strings | 28 Feb 2004 18:58 GMT | 6 |
i am trying to make a program for matrices what i am trying to do is i have a textbox where the user inputs the equations. What i need to do is to be able to manipulate this text and assign the coefficents of the variables in the equations to
|
| Way is my program still running after i have pressed the X on the form? | 28 Feb 2004 18:04 GMT | 8 |
I am using Win XP and when I exit my program by clicking the X it locks like it is closed but if I check the Activity Handler( I don't know the right English word for it) it is still there under program... Do I need to do anything in the code handle the shut down?
|
| Suspening Windows Messages? | 28 Feb 2004 17:44 GMT | 3 |
I've got a question but maybe its just because vb is slow... -> Q: Is there a way to suppend messages that may hinder the speed of a section of code? I have a form with a bunch of labels and textboxes and when the user clicks
|
| Creating HTML - string problem?? | 28 Feb 2004 17:24 GMT | 1 |
I'm using the following Function code to create an HTML page: Function FormatHTML() As String Dim myHTML As String myHTML = "<HTML><H2><center><font color=Blue><b>Daily Operations
|