| Thread | Last Post | Replies |
|
| Overwriting a file in VB | 30 Jan 2006 21:37 GMT | 7 |
I'm creating a macro that saves some files each week. I wanted to save the files over top of the files from last week. Each time I run the macro it asks me to overwrite the files and I would like it to just do it without asking.
|
| Type 'ListItem' not defined | 30 Jan 2006 14:21 GMT | 1 |
Anyone familiar with Microsoft's ASP.NET curriculum where it uses we forms like BenefitsVB? default.aspx.vb is the last file that won' compile for me. I get the error Type 'ListItem' is not defined. ha anyone experienced this before, i can't figure out where it should b
|
| Visual Basic.Net Properties | 26 Jan 2006 22:31 GMT | 2 |
A friend of mine has writen a program using Visual Basic.Net to enable users to design their own Model Railway Layout control system. The problem is with the Option Forms that display a Picture Box above Radio Buttons. The Picture Box displays correctly on a normal PC screen (4x3 ...
|
| file creation object | 26 Jan 2006 21:21 GMT | 3 |
I've create a control to generate a txt file in a loop. Set A = fs.CreateTextFile("c:\skidlabel.txt", False). Is there a way to increment the filename everytime it loops, don't want to override the file, just generate a different filename everytime it loops.
|
| Leading zero's | 26 Jan 2006 05:35 GMT | 4 |
Hi all, I have a question, I'am writing increment number in a file wich reset after reaching 15. I have code like below. Dim counter
|
| Multiline comments changed in VS2005 | 25 Jan 2006 15:33 GMT | 2 |
Hi, wondering if I'm missing something before I log a minor bug to the VS2005 feedback page. In VB6, you could span multiple lines with comments by using a line continuation character as in
|
| Using RTD & Visual Basic | 16 Jan 2006 13:59 GMT | 4 |
I'm trying to write a small app that uses RTD to pull data from an application we use for stock quotes (the application supports RTD) Currently I use Excel with the follow cell formula: =TONE(A7,,ILX|Q!'sp/z5 1300c,LAST')
|
| Bitmap from Intptr (Twain) | 13 Jan 2006 14:17 GMT | 1 |
I have an issue with creating bitmap from an IntPtr. The IntPtr is created from a Twain scanner, which seem to work perfectly in it's original state (the app is originally written by somebody else). It's when I add the [Image.FromHbitmap] I get an error. Extracts of my code and ...
|
| .net types | 11 Jan 2006 01:51 GMT | 1 |
Does anyone have a snippet of code that will convert a character string to a byte array? I've nearly smashed my head against the wall trying to figure this out. I'm Using vb.net 2003
|
| VB to link with database on FTP | 06 Jan 2006 20:57 GMT | 4 |
Can anyone help me with linking this Jet database file(Access) on a FTP Server to my VB Application using ADO. It would be nice if someone just gives me a sample code for this. Can also this be done using a .udl file?
|
| Execute Callback function within VB6? | 05 Jan 2006 22:48 GMT | 2 |
Is there a way to execute a callback function in VB6? I'd like to pass the address of a function into a VB6 procedure and have the VB6 procedure execute the function appropriately. Is this possible?
|