| Thread | Last Post | Replies |
|
| Form.Show error within a Thread | 17 Dec 2004 09:33 GMT | 2 |
I have an application that has a thread which listens to a port for incoming messages. The thread is declared and started in my main form, that is opened from my sub main. In this thread, when a message has an ID in it, i want a new form to show. I currently do this within the ...
|
| Listview versus DataGrid?? | 17 Dec 2004 09:23 GMT | 7 |
I am trying to decide which of these controls to use to implement letting my user select a full row from MyList. The MyList has several columns which would be nice to sort by at run time. The MyList data is resident
|
| read txtfile data to array or datatable? | 17 Dec 2004 09:07 GMT | 2 |
I need to read the contents of a textfile to memory and then write these contents to another location. I was thinking of reading this data into a datareader, but I don't see anything for that, sqlDataReader,
|
| How to decrypt DES SSL using asp ? | 17 Dec 2004 08:41 GMT | 2 |
I don't know how to decrypt DES SSL using asp. In addition, I have to some problem of user account encrytion across platform. I need to using PHP form login and pass user name and password to ASP.
|
| Week of year | 17 Dec 2004 07:27 GMT | 1 |
I've bumped into some strange behaviour when trying to set the localization of my app. I want it to have Monday as the first day of week and the first 4 day-week as week # 1.
|
| Reverse For Loops | 17 Dec 2004 07:02 GMT | 2 |
My background is from C++ & C#. So I was wondering if there is a reverse for loop in vb? Or a way to do it some how. By reverse for loop I mean going eg. from i=7 to i=2
|
| Tab through DataGrid Columns | 17 Dec 2004 04:30 GMT | 3 |
I have a datagrid with several columns set to width = 0 When you try to tab from one column to the next, it tabs to the invisible column. How can I get it to recognise that the column is not visible ie Width=0 (not
|
| speech system | 17 Dec 2004 04:20 GMT | 3 |
I have one doubt i have dragon speech recognisations system in my application there is button called evaluation when i press this button my application should open a predefined word templet and what ever i
|
| Error "An error occurred saving the project user options file 'myapp.vbdproj.user'." when running VB .NET Application | 17 Dec 2004 03:35 GMT | 1 |
Sometimes when I run or build (or save I think) one of several VB .NET CE applications I get the above error. I then get a 'save file as' option to change the 'myapp.vbdproj' file. If you keep the same name you get an 'already exists' error. If you choose to overwrite you get:
|
| Form won't play nice with rtb | 17 Dec 2004 03:01 GMT | 12 |
I have a VB.NET program called "Calendar" that has a menu on the top that opens up another form (like a pop-up box) on top of "Calendar". The pop-up box form is called "Memos" which is a stand-alone (doesn't communicate with first form) database form with 3 drop-down boxes, a ...
|
| MySQL Sanity check | 17 Dec 2004 02:14 GMT | 10 |
OK. The below text is from the MySQL website. "When you connect to a MySQL server, you should use a password. The password is not transmitted in clear text over the connection. Password handling during the client connection sequence was upgraded in MySQL 4.1.1 to be very
|
| Very Confusing Behavior | 17 Dec 2004 00:50 GMT | 1 |
I am working with a vb.net web application (.net v1.1). Currently all of the buttons work on all of the pages. However, we just got a new web server and have found that some of the buttons don't work when running on that server. The strange thing is, some identical buttons still ...
|
| string and integer | 17 Dec 2004 00:39 GMT | 5 |
Hi all, I have a simple question. I must adding the content of a textbox, that is actually a string to a variable that his datatype is an integer. Example, I declare a public integer variable then I retrive a textbox.text value that is a string but is a number.(hold_text=textbox ...
|
| CreateObject times out? | 17 Dec 2004 00:24 GMT | 2 |
I am having some problems with CreateObject and Powerpoint. I'm working from VB.NET with Powerpoint 2003. The code below is only ever called when powerpoint is already open. It's called when the user excecutes an action on a smart tag.
|
| propertyinfo.setvalue | 16 Dec 2004 23:56 GMT | 1 |
This part is easy: Dim oControl As Control oControl = Me.Page.FindControl("TextBox1") Dim oPropertyInfo As PropertyInfo
|