Forum: VB.NET Feb 19th, 2009 |
| Replies: 2 Views: 354 i have a program that has to connect to a remote db ( SQL or Access). i have found a way to connect to the sql db but i dont know how to do the exact same thing with the Access db....
Anyone can... |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 10 Views: 2,050 what's the error code when you run this? |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 4 Views: 557 I wish you a Happy New Year, and dont forget to mark topic as solved if i answered you question :D |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 3 Views: 1,229 first you should tell me what control are u using so as to write the code for the specific control.... :) |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 4 Views: 604 you could say the programm that everytime that the user is typing the password, it should check the ini-like file to see the password matching for this username.... :)
Happy new Year! |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 4 Views: 604 I can give you an idea... You could make an .ini-like file, and as i hope you know the structure of the .ini file is property = Value
so you can put in the property field the "UserName" of the... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 3 Views: 850 You could hard-code it yourself and not rely on the property fields.... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 9 Views: 521 ok i will try it, thanks for taking time to answer me! ;) |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 3 Views: 1,229 yes this happens because the control you are using is not eligible to update its data everytime. So what do you need to do is to update the data that is shown every time that you add a row.
you... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 4 Views: 557 what can i understand from your question is that you want when a button click event is raised a new executable will be created...
I havent tried at all, but i think that you could go to the button... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 4 Views: 1,048 you could use the streamreader.Readline() and you must declare a variable of value Integer. After declaration make a loop until the End Of File is reached, and for each line that read then plus 1 to... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 3 Views: 850 could you post the error message? if you are using VS then open the button below to the message... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 9 Views: 521 but wouldnt that take a lot of memory that every time i want to preview a HTML page to save the code and then run it? |
Forum: VB.NET Dec 29th, 2008 |
| Replies: 9 Views: 521 im trying to show the generated html code in the .NET web browser control, but it stucks
here's the code im trying to use:
wbrPreview.DocumentText = txtHTML.Text
Where the wbrPreview is the... |
Forum: VB.NET Dec 28th, 2008 |
| Replies: 9 Views: 521 Hello All, i have an aplication to make that converts a rtf text into html and then the html code must be shown into a web browser. What can't I do is to convert the HTML Code into a html website. To... |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 1 Views: 594 Hello all, i have a problem and im in need of your help... I have a treeview with 2 parent Nodes and in the parent nodes there are some node:
Members
New
Search
Administration
... |
Forum: VB.NET Nov 5th, 2008 |
| Replies: 4 Views: 1,551 yes but how can i do this? could you post an example of that.....
Thanks |
Forum: VB.NET Nov 5th, 2008 |
| Replies: 2 Views: 344 can u post some of your code so i can understand what are u requesting??? :) |
Forum: VB.NET Nov 5th, 2008 |
| Replies: 4 Views: 1,551 Hello all, i would like you to answer me a question:
I have a Select case statement:
Select Case textbox1.text
and i want to add more than one case,for example:
Select Case textbox1.text... |
Forum: VB.NET Sep 16th, 2008 |
| Replies: 4 Views: 582 please its not that difficult to help a new programmer!!!! :D |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 4 Views: 1,130 A simple Insert Statement Function made by me for another project.
Function Insert(ByRef Conn As OleDbConnection, ByRef connection_string As String, ByRef Transaction As OleDbTransaction, ByRef... |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 4 Views: 582 Hello all, im new to this community and i would use some help. I have learned VB.Net and i write programms for almost a year and a half. Currently im learning C, C++, and C#, but i dont have any... |