| Thread | Last Post | Replies |
|
| Question on databinding windows control to dataset in another project... | 19 Mar 2008 19:03 GMT | 2 |
Using VS 2008 to create a Windows app, I need to bind a combo box on a form in my main app to a dataset I created in my business logic layer. The business logic is in a separate project under the same solution as thge main app.
|
| Form.Visible=False drive Fork closing? | 19 Mar 2008 18:22 GMT | 2 |
I am having difficulty believing this but it appears that setting a form Invisible drives the formclosing event. Actually, i am intercepting the user close (the nasty x box top right that causes more trouble thay other button in windows) and setting the form invisible and ...
|
| What am I missing with Xpath | 19 Mar 2008 17:58 GMT | 2 |
I have a data bound combo box. It is bound to a XML file. The XML file is structured like so, <Software> <Name>Test1</Name>
|
| LDAP Question | 19 Mar 2008 17:48 GMT | 1 |
I can get a list of Groups from my Active Directory, now I want to get a list of all members of a group. Does anyone have code or can point me in the direction to set the filter or do a search for this? Thanks. ohn
|
| best approach to extract from long string tables and other info | 19 Mar 2008 17:40 GMT | 2 |
I need to extract sections out of a long string of about 5 to 10 KB, change any date format of dd Mmm yyyy to yyyy-mm-dd, then further from each section extract columns of tables. what is the best approach in using regex for this? I can see match and
|
| Problem inserting formatted text from richtext into another richtextbox | 19 Mar 2008 15:48 GMT | 1 |
So, if I have 2 richtextboxes, call them rtbSource and rtbTarget. I can say rtbTarget.rtf = rtbSource.rtf and it works. But if rtbTarget already has something in it, how can I 'insert' the text from source into target?
|
| VB and SQL express connection string | 19 Mar 2008 15:24 GMT | 1 |
I'm trying to create a new connection to an SQL Express Database from inside Visual Basic .Net If i try to choose an sql Database created with SQL Server Management Studio or try to create a new database, the error message is the same:
|
| Anonymous variables with LINQ | 19 Mar 2008 14:54 GMT | 3 |
Here is my problem : ------------------------------------------------------------------------------------------------------------------------ Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
| Must declare the scalar variable | 19 Mar 2008 13:26 GMT | 3 |
Crap - getting the SOS. This is an old post, so I'll try to recycle it as new with hopefully enough details. Here's the relevant code causing this error SQLOfficeData.ExecuteNonQuery()<-----ERROR [42000] [Microsoft][SQL
|
| Changing the shape of user control surface | 19 Mar 2008 12:39 GMT | 1 |
I tried to create a user control with non rectangle shape, but i have to specify his size that it implies that i have to specify its width and its height.
|
| Nothing vs dbnull.value | 19 Mar 2008 12:27 GMT | 3 |
What is the difference between Nothing and dbnull.value? Thanks Regards
|
| Regular expression problem | 19 Mar 2008 12:20 GMT | 3 |
I would like to know how to write regular expression in vb.net that would be valid for a piece of text that is only numbers, letters, dashes, and underscores that is allowed. Thanks
|
| combobox field | 19 Mar 2008 11:08 GMT | 1 |
how do i create such combobox that its fields are derived from a certain table of my database and every time you add a field on that table it automatically adds up also to my combobox?
|
| My.Settings in Windows Service | 19 Mar 2008 02:35 GMT | 2 |
I have written a windows service using VB 2005 (.Net 2.0). I have a couple of settings that I need to store, just some paths. I put them in the Application settings section and then manually edit the file and start the service and everything works fine. However
|
| I want to ask, how to read pdf file. | 19 Mar 2008 01:33 GMT | 2 |
can any one tell me the how can I read the pdf file on vb.net. I am trying to read the pdf as text files, but it is not working. So plz can any one help me out about this. regards
|