| Thread | Last Post | Replies |
|
| Working with large numbers | 24 Aug 2005 17:08 GMT | 1 |
I am writing an application the must use large numbers(16-20 digits). I am using double data type but vb by default converts the following number 9826937103123456811 to 9.82693710312346E+18. If I try to re-format the number:
|
| how to draw image on mouse down / mouse move | 24 Aug 2005 17:07 GMT | 2 |
i have two picture boxes. pic1 contains a image (16 * 16 pixel). on mouse down of pic2 i need to draw the pic1 image on pic2, a perfect square how do i do that? Thank you
|
| how to load combobox with all years from this year - 2050 | 24 Aug 2005 15:54 GMT | 8 |
how can i load a combobox, named cmbYears, with all years from this year to 2050 in the form load event of a form? And it should reflect changes in the year.....for example.....if its 2006, i don't want 2005 in the combobox. Also, how can it always load the current year on the ...
|
| new to scripting | 24 Aug 2005 15:02 GMT | 3 |
Can someone suggest a book or website or what ever so I can learn how to write scriptes that will push network applications to users computers?
|
| Strange Error | 24 Aug 2005 14:25 GMT | 4 |
Anyone ever heard of this error or know how to fix it (in VB6/XP Home)? Application Event Viewer Says - "Hanging application VB6.EXE, version 6.0.97.82, hang module hungapp, version 0.0.0.0, hang address 0x00000000." My VS IDE stops responding when I exit the application being ...
|
| Word Automation VB6 | 24 Aug 2005 04:49 GMT | 1 |
I have a word template with variable names, I have a function in VB6 to check address line 1,2,3 is null they will be skiped, now the information is comming over with square box (VBCRLF) in front of each line
|
| MS JET database engine error: workgroup information file is missing or opened exclusively by another user | 24 Aug 2005 03:55 GMT | 2 |
I am trying to import a spreadsheet into MS SQL 2000 via a DTS packaget using Microsoft JET database engine, but it gives me an error saying " Workgroup information file is missing or opened exclusively by another user"
|
| paint a part of a picture box? | 23 Aug 2005 23:40 GMT | 1 |
I need to paint a part of a picture box, how would i do that? Thanks
|
| .Net access to windows explorer column values | 23 Aug 2005 23:30 GMT | 1 |
Newsgroup: In Windows explorer (Not internet explorer) when viewing .txt files the information displayed usually includes name, size, type, date modified, etc. It's also possible to display fields such as Comments and Notes by right
|
| Refresh form | 23 Aug 2005 22:35 GMT | 3 |
I have 2 frame controls with some labels and text boxes inside. Both frames have the same size and position. At run time I change ZOrder property of those controls to switch between them depending on some criterias. Controls inside "invisible at design time" (With ZOrder 1) appear ...
|
| Add code to play audio file | 23 Aug 2005 21:32 GMT | 4 |
I have a VB6 app that I've written to record employee timeclock punches. I have a message box that comes up after they punch in that shows them their total hours worked for the day thus far. I want to add a little fun to it by having a short WAV clip play in addition
|
| Working with large numbers | 23 Aug 2005 20:37 GMT | 2 |
I am writing an application the must use large numbers(16-20 digits). I am using double data type but vb by default converts the following number 9826937103123456811 to 9.82693710312346E+18.
|
| Printing - choose printer | 23 Aug 2005 18:16 GMT | 3 |
I want to print a barcode on a specific printer. My question is - how do I choose the printer? .DeviceName seems to be read only. Heres what I have at the moment
|
| How to access Adode PDF files?? | 23 Aug 2005 16:35 GMT | 4 |
Just a short note to ask for a little advice or a push in the right direction. I have recently been asked to transfer all our exsiting word documents over on the server to PDF format. The only snag being is that I don't know how to write the code that will open up a PDF file from ...
|
| Accessing .NET Component with CreateObject from a 16-bit Application | 23 Aug 2005 16:35 GMT | 2 |
Hi Newsgroup I have written a .NET Component, made the check on "register for COM interop" in Build options, create a strong name and registered the assembly in the GAC.
|