| Thread | Last Post | Replies |
|
| Printing | 18 May 2005 23:49 GMT | 3 |
im trying to print text in a rich text box, i tried the way on the MSDN but i cant find the .dll i made, and i used the search so its not on my comp....anyone kno a way i can print a rich text box or help with my missing .dll?
|
| Dynamically Allocate an Array of Booleans in VB | 18 May 2005 20:56 GMT | 1 |
I have a very basic question. I want to allocate dynamically an array in VB the size of a variable i will know at run time. What is the way to do that? plesae advise me thanks
|
| how to dynamically allocate an array of booleans in VB- reply here | 18 May 2005 20:53 GMT | 1 |
Hello I wish to dynamically allocate an array of booleans in VB the size of which i will know form a variale i will know at run time. how do you do that? plesae advise me shyma
|
| How do I encypt a set of data so that I can post it to a web page | 18 May 2005 20:27 GMT | 5 |
Basically what I want to do is allow the user to click a button and submit their high scores to my web site so that the web site can store this data and show it as that person's submission. This extract and submit bit seems easy enough to do, but because this data will be ...
|
| Word OOM and VB6 | 18 May 2005 18:59 GMT | 3 |
I have a routine (a method in a class) that customizes a Word document for attaching to an email and sending out. Recently our marketing folks wanted to get a bit more fancy with the document and asked that I put some 'custom' data values in the header of the document. So in ...
|
| crystal reports | 18 May 2005 18:28 GMT | 1 |
how can i suppress the field if the type is blob/memo i.e., if the data is not present then i want to suppress the space th field takes in the report how can i achive this? plz need some help
|
| How to make public a picturebox in an usercontrol? | 18 May 2005 18:22 GMT | 3 |
I want to have a usercontrol containing a picturebox where I can read/write all properties or call all methods from outside, something like mycontrol.mypicturebox.property = value I defined a variable
|
| Cristal Report 7.0 problem (Help please!!) | 18 May 2005 18:18 GMT | 3 |
I am new using Crystal Reports... I search google but i did not find something similar.. I have to print several pay check form, but every time that I print pay check form the printer ejects one page, the pay check form has 1/3 of a
|
| Object Creation in VB | 18 May 2005 15:22 GMT | 3 |
To create a form object, it is: dim f as form1 f.show How would create a command button and attach it to the form creation at run
|
| Business DateDiff | 18 May 2005 14:33 GMT | 3 |
Does anyone have a function handy that calculates elapsed time for business days only? I just need to exclude weekends - not holidays. TIA, -Tim
|
| VB6/ADO: Acessing columns in appended order | 18 May 2005 14:18 GMT | 1 |
How do I access columns using the Item object of the Table.Columns object in the order that I appended the columns, where I specify the column index, rather than receiving the column that is alphabetized. For instance.. Create Table
|
| Why not incrmenting | 18 May 2005 14:17 GMT | 3 |
Hi, this should be easy but I must be missing something. I am changing the value of a textbox array by looping through it. I am using 'With - End With' to simplify the process. Even though I can see the inCnt incrementing as it loops through, the .text always equals the value of
|
| Debugging VB.NET app | 18 May 2005 12:56 GMT | 1 |
I am just desperate starting to debug my very first .NET app (I'm upgrading from VB 6) and have big problems. When I make some changes to my app and try to debug it, those old (deleted) controls from the form re-appear in the application. E.g. I make some changes
|
| help with msflexgrid column | 18 May 2005 10:30 GMT | 2 |
I'm new to vb6 so pardon my stupid question. I was wondering if anyone can tell me or direct me to some code snipets with regards to retieving the text displayed in an entired colum in the msflex grid? Thanks!
|
| Anyone know of a good free toolbar? | 18 May 2005 10:14 GMT | 9 |
I need to add a toolbar to an application, but don't want to use the one that comes with VB (if you've ever used it, you'll know why). I have downloaded the VB Accelerator one, which looks great, but it's so complicated that I can't work out how to use it. There doesn't seem to
|