| Thread | Last Post | Replies |
|
| Very STRANGE date problem | 08 Oct 2005 07:41 GMT | 3 |
I have a structure that contains a DATE variable. I wish to transfer the date from a variable typed by the structure that contains the date type to another date variable. Public Type MYSTRUC
|
| Bug 16x16 icons serialized with propertybag | 08 Oct 2005 06:02 GMT | 1 |
I've a problem with using 16x16 Icons in VB6 Projects. I've saved an icon with a property bag Icon_16_16 as StdPicture propertybag.writeproperty "XXX", Icon_16_16
|
| Newbie again- trouble with public variable between forms | 08 Oct 2005 01:04 GMT | 2 |
Any help would be really appreciated. What am I doing wrong? Simply trying to pass a string from Txt1 (a text box) on Form1 so that it appears in Txt2 as Form2 loads '===========================================
|
| Paging All Old Timers IMPORTANT/URGANT | 08 Oct 2005 00:40 GMT | 15 |
Paging All Old Timers In particular: Dag Sunde ,Mike Williams ,J French, Steve Gerrard, Rick Rothstein, BeastFish, Randy Birch, Mayayana, Karl E. Peterson, Tony Proctor Frank Adam ,Tom Shelton ,Norm Cook, Jan Hyde, Veign (hope I did
|
| Listview Box - How do I pass selected values into a string? MS ACCESS | 07 Oct 2005 19:10 GMT | 1 |
Currently I have a Listview 6.0 control set up that contains basically a listbox (generated from a table in Access) with checkboxes next to each list item. How do I pass values of only one column of the listview box through? Also, how do I pass values in general? It seems like
|
| connection string | 07 Oct 2005 16:52 GMT | 2 |
Can anyone se whats wrong with my connection string? It works until I secured my database and changed the string to include user and password (which is currently blank) strConn = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source= '" & strDBPath &
|
| problem with perl & google | 07 Oct 2005 15:58 GMT | 1 |
This sample work: $URL="http://search.yahoo.com/search?p=perl&fr=FP-tab-web-t&toggle=1&cop=&ei =UTF-8"; use LWP::Simple;
|
| Help printing | 07 Oct 2005 15:06 GMT | 1 |
I'm trying to use the CommonDialog1 to print my stuff.. But it's only printing on the default printer, I could it print on the printer I clicked on ? I saw something about hDC but it's not clear... Tank's in advance
|
| Scrollable picturebox | 07 Oct 2005 13:49 GMT | 2 |
I'm trying to create a scrollable picturebox in VB6 to scroll and view full picture. Any suggestions how to achieve it. Please note I'm new to programming. Thanks in advance.
|
| Deleteing Records | 07 Oct 2005 12:38 GMT | 7 |
I'm confused. I'm using vb 5.0 and have set up a small database using Access. I have put a Data control on my form and attached to the database. It is indexed and I have no problem adding records on my form. The problem comes (in my mind) when I delete a record.... how do I ...
|
| Increasing Year by 1 | 07 Oct 2005 05:36 GMT | 4 |
This may be the beginner question of the year, but then..... Suppose I have an array of type Dates. I want to increase the year of all the dates by one (1). So if the date is 03/24/2004, I wish it to become 03/24/2005.
|
| Post to more than one group | 07 Oct 2005 02:01 GMT | 1 |
Hi everyone. I know I've been using these newsgroups for many years now, but please forgive me for asking what to many might appear to be a rather stupid question! I want to post a message to more than one newsgroup (so that the replies also automatically go to more than one ...
|
| Recent printing problems (vb6) | 06 Oct 2005 23:40 GMT | 5 |
I have a problem with a VB6 application. I display a data summary table in the screen, which looks ok (the table is drawn using lines, and then the text is placed manually in each column, line). Fonts used are Symbol and Arial.
|
| Using Visual Studio (for VB) for C# | 06 Oct 2005 20:46 GMT | 1 |
I bought the software to learn Visual Basic - which included the Visual Studio IDE. Now, in my profile in VS I can select C# (and C++ if I would like)...does that mean that I can use my VS to create projects in C# instead? Or do I have to get a VS which is specifically "geared up"
|
| Detecting a VM | 06 Oct 2005 18:28 GMT | 11 |
does anybody know how to detect if a program runs in a VM like VMWare or VPC? I heard some viruses are able to do so. No, I don't want to make a virus, I want a time limit
|