| Thread | Last Post | Replies |
|
| Test box questions | 22 Oct 2004 17:19 GMT | 2 |
1. I want to set up a text box so that when the user presses the space bar a dot character appears in the text box. (Yes, I know it's not an original idea.) What is the easiest way of accessing and filtering the input from the keyboard to achieve this?
|
| Checking Site Status ? | 22 Oct 2004 16:12 GMT | 2 |
I have a list of URL's which i would like to check if they are response (return 200 OK). what is the best way to do that ? Thanks,
|
| VB Express Install Problem | 22 Oct 2004 15:45 GMT | 1 |
I have downloaded VB Express 2005 and there is no new program listed under Start, Programs. When I look in the path I see: "C:\Program Files\Microsoft Visual Studio 8\Visual Basic 2005 Express Edition Beta - English\install.exe"
|
| Error in converting C# -> VB.NET | 22 Oct 2004 15:40 GMT | 1 |
Why This conversion is impossible?! I try to get the [Test(int val) : this()] in VB.NET but I always gor a error... public class Test
|
| Getting Namespace and class name | 22 Oct 2004 15:35 GMT | 4 |
Two questions: 1. Is there a way to get the current namespace name as a string via code? 2. Is there a way to get the name of the class a piece of shared/static code is in?
|
| Termination of a file | 22 Oct 2004 15:11 GMT | 3 |
Hi I am using the code below to execute a file in the program corresponding to its filetype. Is there a way that I can control the termination of a file and it's corresponding program. E.g. if I open the file "c:\data\test.txt" it will open in the notepad. On my command from VB.NET ...
|
| Looking for PDF ActiveX Viewer | 22 Oct 2004 15:03 GMT | 2 |
I am looking for a good third party tool activex component that will allow the user to open a pdf file, view the pdf file, ENTER DATA INTO PDF FORM FIELDS, save the pdf file to disk WITH THE DATA, or EXTRACT the data entered from each pdf form field programmatically. I have ...
|
| Delete a line | 22 Oct 2004 14:28 GMT | 3 |
How on earth do I read a lin from a text file, compare it to a string, and the delte it if they are the same. Thanx in advance
|
| Problem with INSERT INTO MS Access using VB.NET | 22 Oct 2004 14:00 GMT | 2 |
All, I am attempting to insert a new row into an MS Access database using VB.NET. This is an existing access database that I did not create, so I do not know all of the field properties. I have used VB.NET in the past, but
|
| Connecting to Access Database with a VB.NET Windows Application | 22 Oct 2004 13:45 GMT | 1 |
Hello all... I'm just curious to see what people think the best way to connect to an Access database on a network with a VB.NET application. The Access DB will be on one of the computers on the network with
|
| Help with sockets | 22 Oct 2004 13:26 GMT | 5 |
as a VB.Net programmer I am finding it difficult to find a text on implementing sockets to communicate with an embedded web server. Does anyone know of a good resource, either text book
|
| Any function can return the date (bypassing weeknumber,weekyday) ? | 22 Oct 2004 13:25 GMT | 2 |
Does .net provide any function for such purpose ? e.g today is 21-10-2004, the week is 43, now I want to get the DATE with (week 42, Monday) Thanks alot
|
| Listview having checkbox as a subitem | 22 Oct 2004 13:17 GMT | 1 |
How to add checkbox in Listview as a subitem in vb.net. The CheckBoxes property of ListView add the checkbox as item but I need the checkboes as a subitem.
|
| region - end region | 22 Oct 2004 12:38 GMT | 3 |
why does a mismatched region/end region result in a compilation error? surely it should be a warning as it is only relevant to the ide and does not affect the underlying code? it isnt a problem , i am just interested:)
|
| [Newb] Closing child MDI | 22 Oct 2004 12:10 GMT | 2 |
How can I close active child MDI from parent MDI Mainmenu? thanks in advance, Adriano
|