| Thread | Last Post | Replies |
|
| vb and excel sheets | 14 Oct 2003 20:55 GMT | 3 |
i am using vb and excel to export orders to excel sheets.the data is in access database. i have 7 records and right now they are being exported to seven different excel work files(workbooks).
|
| Rename a file without shell comand | 14 Oct 2003 19:18 GMT | 3 |
Anyone have an api call to rename a file (long file name) without resorting to using the shell command?
|
| in code objects | 14 Oct 2003 16:03 GMT | 3 |
How do you create objects like buttons and labels with only code for example when you dont know how much buttons you need but you can callculate it when teh programm runs and the program make the buttons.
|
| Compile error on VB6 w/XP Home | 14 Oct 2003 14:50 GMT | 1 |
I am running VB6 with the latest updates on an XP Home Edition with the latest updates. I am getting a compile error I cannot find. ---------------
|
| excel | 14 Oct 2003 09:07 GMT | 1 |
how do i send and recieve cell values between vb6 and excel. please supply a sample thanx
|
| interface methods vs normal methods in VB6 | 14 Oct 2003 08:52 GMT | 3 |
I am well versed with the concept of interfaces but not VB6's implementation of them, and I'm trying to figure out how to do something I think should be easy say I have a class A which has a public method a1 and this class also
|
| CurDir$ | 13 Oct 2003 21:35 GMT | 1 |
Does anyone know a workaround for the CurDir$ function? I have read in the knowledge base that its unreliable. So true! I'm using VB6 on Win2000 or XP.
|
| "Ther's no source code available for current position" | 13 Oct 2003 18:57 GMT | 1 |
Someone can help me? While debugging step by step may applicaction, at the end of a sub appears the message windows "Ther's no source code available for current position". After this
|
| modal caption flash | 13 Oct 2003 17:56 GMT | 2 |
If i show a form using vbModal, is there a way to get the caption bar to flash until the form is clicked on? The only way I can get around this is by manually flashing the bar on a timer until i trap a control or form MouseDown, which would stop the
|
| Making an .exe file | 13 Oct 2003 17:13 GMT | 2 |
I made a large Visual Basic file, which runs fine. However, when I tried to make an .exe file, after running for a long time, I received the folowing message. Microsoft (R) Incremental Linker Version 6.00.8168
|
| Passing forms bwtween projects is vb net | 13 Oct 2003 16:13 GMT | 2 |
All, I am using VS Studio 2002, I am trying to pass a form between projects(dlls) of the same solution. Is this possible? For the life of me I cannot reference the form. I keep getting circular refrence
|
| MAKING USERCONTROLS | 13 Oct 2003 16:11 GMT | 1 |
hi, i was wondering if anyone could point me in the direction of some good information on making usercontrols, i have not found any. and please dont redirect me to pscode.com, they just have examples, i am looking for stuff like tutorials
|
| Redim preserve, out of memory | 13 Oct 2003 13:48 GMT | 7 |
Just looking for a bit of advice. A colleague was finding that he was getting a error 7, out of memory, when doing a redim preserve operation on an array of a user defined type. The type consisted of 12 fixed length strings varying in length from 50 to
|
| How convert any executable file to Source Code | 13 Oct 2003 13:39 GMT | 2 |
I m new to programming in VB. I have heard about that we can conevrt an exe file which is created in VB or by VB compiler. If any one know about this then tell me.
|
| Newbie run time problem | 13 Oct 2003 13:31 GMT | 3 |
I have VB.net and i made a trivial program then compiled it. It runs fine, but when I copy it to my kids PC it errors out right away. (00135 error). Do i need some run time files on the target machine? Any help would be appreciated.
|