| Thread | Last Post | Replies |
|
| how to identify the odds(Related to sports beting) in a website in vb.net | 20 Oct 2004 09:31 GMT | 1 |
i have an appplication in which when i click a button then all the odds in a website are to be displayed. so i need Regular Expressions for identifing the odds.i am in the learner stage of vb.net. so please help me. the odds
|
| Treeview | 20 Oct 2004 09:29 GMT | 1 |
I have a menu that is a treeview, and I am using the after select function to open the appropreate form, but once a node is selected, and the form is open, if you want to open a second form from the same node, you have to click another node, then click back on the node to run ...
|
| Newbie: Application freezes with bigger table | 20 Oct 2004 09:15 GMT | 2 |
I am using a DataReader on a local network with SQL Server, to fill up a ListView. Playing with the examples (NorthWind) everything runs like a charm. The ListView gets filled up fast, the column headers have their names, everyone
|
| how can I force a new outlook mailitem to open in the Outlook HTML editor but not the Word editor? | 20 Oct 2004 09:07 GMT | 1 |
I am using the following code. When outlook opens the message and the Outlook HTML editor is the default editor, there is no problem. If Word is the default editor, however, it butchers up the HTML and the message looks like crap. How can I force the message to open in ...
|
| reading/parsing a Word doc thru VB.NET??? | 20 Oct 2004 08:54 GMT | 1 |
I have a Word doc that uses text form fields and drop down form fields to collect data. Is it possible, thru VB.NET, to parse that .doc and return the values of those fields?
|
| MSDE Question | 20 Oct 2004 08:47 GMT | 2 |
Would a user have to have msde installed on there computer in order for me to be able to use a database on there system. becuase i know that for example one does not have to have access installed on there computer in order for me to be able to use a access database?
|
| odbc data adaptor / excel file and query builder in vb.net 2003 not seeing rows | 20 Oct 2004 08:41 GMT | 1 |
Greetings All, I'm trying to access a excel file using the odbc data adaptor but the tables arent showing up. I can get connected to the excel file using the Wizard but when I go to do the odbc adaptor no tables show up in the query wizard why is this?
|
| code generators | 20 Oct 2004 08:34 GMT | 3 |
what do you use or recommend? im looking something that will simply build a class, and even the stored procedure's simply by pointing it a table is SQL2000 or Oracle also, the generated code needs to be fully viewable & editable.
|
| Multiple questions on datagrid | 20 Oct 2004 08:33 GMT | 10 |
I've just started using the datagrid and I have a few questions on it... 1. How do you autosize the columns to fit the content programmatically? When you double click between two columns you'll get the left one autosized to it's content, I want to do that when I load the grid with ...
|
| Crystal Reports Help | 20 Oct 2004 08:29 GMT | 1 |
I tried asking this question on the Crystal site but with no luck. I have a need to print a sales receipt from Crystal Reports to an Okidata ML 520 (dot matrix) printer. I want the sales receipt to print in 'draft' mode (no double-strike). Is there a specific font I should use to ...
|
| Can a method of a webservice class be access from VB.NET client interface? | 20 Oct 2004 08:28 GMT | 11 |
Make the story short, I have a VB.NET client interface calling .NET webservice, written in VB.NET as well. I am trying to make the client as thin as possible so I let the webservice part to handle most of the things.
|
| TextBox.BackColor - Set VS Check | 20 Oct 2004 08:23 GMT | 3 |
I am trying to check if the control's (textbox) background is red. two lines -- first works, second does NOT. 1) txtFirstName.BackColor = System.Drawing.Color.Red 2) If txtFirstName.BackColor = System.Drawing.Color.Red Then ' blah blah
|
| Auto Log Out Question | 20 Oct 2004 07:58 GMT | 3 |
Im currently writting an application which the user has to log onto, however for obvious security reasons i would like the application to automatically log out if there has been no activity for 10 mintues or so. I guess that it would be no activity in the program rather than on ...
|
| Is there a class builder in vb.net like vb6?? | 20 Oct 2004 07:47 GMT | 3 |
In vb6 , there is a class builder. I can create my class automatically, If there is the same tool in vb.net, anybody can tell me ? Peter
|
| Error 07002 SQLBindParameter not used for all parameters | 20 Oct 2004 07:05 GMT | 1 |
Hi, I created a simple VB.NET 2003 application through Visual Studio that connects to a MySQL database and loads a table into a Dataset, and then displays that table information in a DataGrid on a form for editing. The table fill works fine, the delete function works fine, but
|