Forum: ASP.NET Sep 29th, 2009 |
| Replies: 0 Views: 445 Hi Guys,
I have a Silverlight Application, with lots of folders, files under the project.
I realeased it on another machine, and I can open the site.
My problem is, I am using built-in... |
Forum: VB.NET Jul 10th, 2009 |
| Replies: 12 Views: 664 You need to execute the query, after parameters add.
insertcmd.ExecuteNonQuery() |
Forum: VB.NET Jun 30th, 2009 |
| Replies: 4 Views: 767 You should use only this line:
My.Computer.Network.UploadFile("source file path","destination address")
:-) |
Forum: VB.NET Jun 30th, 2009 |
| Replies: 1 Views: 646 Here you are a good link:
http://msdn.microsoft.com/en-us/vstudio/aa700732.aspx |
Forum: VB.NET Jun 29th, 2009 |
| Replies: 10 Views: 710 Hello,
I have a very little video tutorial. In this tutorial I bound a database (and of course a dataset) to a datagrid. This is a C# project, but I am too lazy to google for you a VB.Net example... |
Forum: VB.NET Jun 29th, 2009 |
| Replies: 10 Views: 710 In a nutshell, please find some ebooks, or check MSDN for examples. |
Forum: VB.NET Jun 26th, 2009 |
| Replies: 5 Views: 572 You should use the add datasource menu option. With this you can test your connection. |
Forum: VB.NET Jun 26th, 2009 |
| Replies: 10 Views: 710 Yes, if you thougt about Datagridview.
You have to bind the dataset to the datagridview. |
Forum: VB.NET Jun 26th, 2009 |
| Replies: 5 Views: 1,356 Process.Start("c:\nlp\type\nlp\examples\terxt|\nlp\bin\nlp.cmd show_tags ") |
Forum: VB.NET Jun 11th, 2009 |
| Replies: 1 Views: 152 Pidgin can do this now. You can't do this better than Pidgin. |
Forum: VB.NET May 23rd, 2009 |
| Replies: 6 Views: 396 Hi,
You should use showdialog method for open the second form. You should make a property for second form, so you can give the actual OrderID through this property. On the second form you need to... |
Forum: VB.NET Apr 9th, 2009 |
| Replies: 3 Views: 388 You choose the array. Your array could be the pixels of the screen, or the bitmaps of the map, or anything. |
Forum: VB.NET Apr 8th, 2009 |
| Replies: 1 Views: 268 You should use registry. Or you can use a license file. And check every start the license file, or registry. |
Forum: VB.NET Apr 6th, 2009 |
| Replies: 4 Views: 409 Here you are a good tutorial:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;306666 |
Forum: VB.NET Apr 5th, 2009 |
| Replies: 4 Views: 409 Learn to use Visual Studio. :-)
If you will have concrete question we will help you. |
Forum: VB.NET Apr 5th, 2009 |
| Replies: 4 Views: 1,545 If you want to know, how it is working, then you should do manually:
1. making a bindingsource
2. making a dataset
3. making a tableadapter
4. making a bindingnavigator
Then setup all of... |
Forum: VB.NET Apr 4th, 2009 |
| Replies: 4 Views: 1,545 You should add your database to your projekt, then drag and drop your datatable to your form.
After this you should delete the generated datagridview, and drag and drop Dsgntxt to your textbox.... |
Forum: VB.NET Apr 4th, 2009 |
| Replies: 6 Views: 436 I sent you the solution. Please do something on your own. Be creative. |
Forum: VB.NET Apr 3rd, 2009 |
| Replies: 3 Views: 253 Visual Stuido's help. And MSDN. |
Forum: VB.NET Apr 3rd, 2009 |
| Replies: 3 Views: 388 You should store your characters position in a 2D array. It is independent from terrain type, you have to store and check only the positions after every movement.
If two character positions are the... |
Forum: VB.NET Apr 3rd, 2009 |
| Replies: 5 Views: 1,464 Dim sourceArray As Array
Dim destinationArray As Array
Dim length As Integer
Array.Copy(sourceArray, destinationArray, _
length) |
Forum: VB.NET Apr 3rd, 2009 |
| Replies: 3 Views: 667 I hope this will help you.
http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx |
Forum: VB.NET Apr 3rd, 2009 |
| Replies: 3 Views: 667 Hi,
You should start with this:
Imports System.IO.Ports
Dim Comport As SerialPort
dim incomingdata as string = Comport.ReadLine() |
Forum: VB.NET Apr 3rd, 2009 |
| Replies: 6 Views: 436 So you want to copy the file. Here is your code. When you choose from combobx the file option, then you should dim the source file path and destination path. When you press submit button, you should... |
Forum: VB.NET Apr 2nd, 2009 |
| Replies: 1 Views: 434 You should add an extra property for your second Form. When you are opening your second form, you can set the property, and get the property when your second form is opened.
Here is your second... |
Forum: VB.NET Apr 2nd, 2009 |
| Replies: 6 Views: 436 Do you mean you want to copy a file? Or you want to create a new file?
What do you mean to load a file to a specific location? |
Forum: VB.NET Mar 28th, 2009 |
| Replies: 5 Views: 419 Just share your database, and modify your connection string. That's it. |
Forum: VB.NET Mar 16th, 2009 |
| Replies: 2 Views: 1,019 You are using MS access database, so why are you writing ugly code? The framework can do all your job.
There are tons of video tutorials, for example here:
... |
Forum: VB.NET Mar 15th, 2009 |
| Replies: 9 Views: 890 xTimer.Start
then
You should use xTimer.Tick event to move your button. |
Forum: VB.NET Mar 15th, 2009 |
| Replies: 3 Views: 2,372 You should use datetime type variables instead of strings. |
Forum: VB.NET Mar 13th, 2009 |
| Replies: 1 Views: 478 You should use WPF insteaf of windows Forms, if you want to customize everything. |
Forum: Perl Mar 12th, 2009 |
| Replies: 5 Views: 1,301 This is a VB.NET forum, not VB6.0 nor Perl. |
Forum: VB.NET Mar 12th, 2009 |
| Replies: 3 Views: 676 You should share the file in windows explorer :-) Like share anything in windows :-)
I am using hungarian language windows, so I don't know the exact english name of file sharing in windows.
You... |
Forum: VB.NET Mar 10th, 2009 |
| Replies: 15 Views: 1,076 I don't like to make everything, but check this code:
Dim time As DateTime
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
... |
Forum: VB.NET Mar 10th, 2009 |
| Replies: 6 Views: 1,479 What is your code for new form?
Perhaps you close the new form after show.
You can try form.showdialog too. |
Forum: VB.NET Mar 10th, 2009 |
| Replies: 15 Views: 1,076 Hi, this will work for you.
Public Class Form1
Dim time As DateTime = Now
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
... |
Forum: VB.NET Mar 10th, 2009 |
| Replies: 15 Views: 1,076 Yes you should use a timer with 1000 ms interval.
So in every tick event you should lower the time in textbox1. |
Forum: VB.NET Mar 10th, 2009 |
| Replies: 3 Views: 676 You should share the database, and use the shared LAN path in your code.
That's it.
I am using simple access database in LAN, and it is working perfect in multi-user (2-3 user) environment. |
Forum: VB.NET Mar 9th, 2009 |
| Replies: 4 Views: 858 Why don't use dataset, and dataset's query wizards? It is much simplier to make SQL queries.
It seems you don't have SQL knowledges, so I hardly suggest you to use dataset wizards. |
Forum: VB.NET Mar 9th, 2009 |
| Replies: 6 Views: 1,479 What is the error message? |