| Thread | Last Post | Replies |
|
| car rental planner/calendar with drag'n'drop | 28 Sep 2005 22:49 GMT | 3 |
RE: http://www.rental-planner.com/mainscreen.jpg Hello everyone, I am trying to build a car rental bookings software but I am not sure how to implement the drag'n'drop functionality. ..you know, where you get the
|
| Fonts | 28 Sep 2005 22:19 GMT | 2 |
How do i list all the system fonts?
|
| Split on comma, but not on quote-enclosed comma | 28 Sep 2005 22:01 GMT | 2 |
i.e. I want to split a string on , unless the , is quoted, thus: "She is a , very 'fine,girl', and she walks, everyday" should end up as: "She is a"
|
| Change Database FileName And Copy Into Existing Folder | 28 Sep 2005 21:49 GMT | 5 |
Using vb.net Hello. Here is the problem that I am having. I have a program which makes a copy of my working database (wasa.mdb) and saves it to another folder (/bin/backup/) with the filename (9-27-2005,1210PM.mdb) *Note
|
| Open many *.txt files in folder and import the data into Excel | 28 Sep 2005 20:19 GMT | 1 |
I have many *.txt files in a folder. I need to loop through the folder and open every .txt file and import the records into an Excel worksheet. The records for all the text files are in the following format: seven
|
| Arrow Keys, PageUp, PageDn etc. Not Firing KeyDown Event | 28 Sep 2005 20:08 GMT | 2 |
I have a Panel control docked on all sides on a form and the panel control contains a PictureBox. I'm using the KeyDown event of the form to respond to the [+] and [-] keys for resizing the image and the PageUp, PageDn, Home, End, and arrow keys for scrolling the Panel control.
|
| Excel automation | 28 Sep 2005 20:01 GMT | 6 |
Please help! I need a simple excel automation, just 2 write some files into excel. I do: Dim oXL As Excel.Application
|
| Initialization order | 28 Sep 2005 19:39 GMT | 4 |
what is initialization order of members in VB? Sometimes following assertion fails. Why? Thank you in advance, Boni
|
| Loading TXT to DB (VB) | 28 Sep 2005 18:35 GMT | 5 |
I have large TEXT files (less than 50MB) that I want to load into MSSQL. Each line has to be extracted, parsed and then inserted into the DB. What's the best way of doing this? Currently I extract each line, parse it and then INSERT it into the DB.
|
| datagridview will not update | 28 Sep 2005 18:14 GMT | 3 |
I know this is a vague question, but I am not sure what information to give. I am using VB2005 beta and the datagridview is pulling data from one of three tables in an Access database. For some reason when I edit the feilds that I have not set as readonly, the changes do not get ...
|
| IsNumeric() Problem | 28 Sep 2005 17:51 GMT | 10 |
I have a problem with VB.Net and IsNumeric() function because it always returns FALSE even the string can be a number. There is another strange thing, the same program (it is a test) runs good on one and doesn't run an another one.
|
| datagridview will not update | 28 Sep 2005 17:39 GMT | 1 |
I know this is a vague question, but I am not sure what information to give. I am using VB2005 beta and the datagridview is pulling data from one of three tables in an Access database. For some reason when I edit the feilds that I have not set as readonly, the changes do not get ...
|
| Intellisense | 28 Sep 2005 17:36 GMT | 6 |
I have started using long (descriptive) variable names in my VB.Net (2003) projects. I would like to know how to turn on typing assistance in the IDE. I have seen somewhere that as you start to type, the predictive text (be it variable name or a function name) starts to show up. I ...
|
| how to insert value programmaticaly (sqlDataAdapter) | 28 Sep 2005 17:34 GMT | 5 |
i have a query: select id, name from Dictionary field "id" is uniqueidentifier (primary key id is not null, and not identity !) i show only "name" in the dataGrid
|
| How do you loop through a web forms control collection? | 28 Sep 2005 17:21 GMT | 3 |
I am trying to loop through the control collection of my ASP.NET web form in order to access the contents of each field. It seems as if there is a parent control (Literal?) in ASP.NET. Attached are my failed attemps as well as the
|