Search Results

Showing results 1 to 40 of 51
Search took 0.01 seconds.
Search: Posts Made By: martonx
Forum: ASP.NET Sep 29th, 2009
Replies: 0
Views: 445
Posted By martonx
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
Posted By martonx
You need to execute the query, after parameters add.

insertcmd.ExecuteNonQuery()
Forum: VB.NET Jun 30th, 2009
Replies: 4
Views: 767
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
In a nutshell, please find some ebooks, or check MSDN for examples.
Forum: VB.NET Jun 26th, 2009
Replies: 5
Views: 572
Posted By martonx
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
Posted By martonx
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
Posted By martonx
Process.Start("c:\nlp\type\nlp\examples\terxt|\nlp\bin\nlp.cmd show_tags ")
Forum: VB.NET Jun 11th, 2009
Replies: 1
Views: 152
Posted By martonx
Pidgin can do this now. You can't do this better than Pidgin.
Forum: VB.NET May 23rd, 2009
Replies: 6
Views: 396
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
I sent you the solution. Please do something on your own. Be creative.
Forum: VB.NET Apr 3rd, 2009
Replies: 3
Views: 253
Posted By martonx
Visual Stuido's help. And MSDN.
Forum: VB.NET Apr 3rd, 2009
Replies: 3
Views: 388
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
Just share your database, and modify your connection string. That's it.
Forum: VB.NET Mar 16th, 2009
Replies: 2
Views: 1,019
Posted By martonx
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
Posted By martonx
xTimer.Start

then

You should use xTimer.Tick event to move your button.
Forum: VB.NET Mar 15th, 2009
Replies: 3
Views: 2,372
Posted By martonx
You should use datetime type variables instead of strings.
Forum: VB.NET Mar 13th, 2009
Replies: 1
Views: 478
Posted By martonx
You should use WPF insteaf of windows Forms, if you want to customize everything.
Forum: Perl Mar 12th, 2009
Replies: 5
Views: 1,301
Posted By martonx
This is a VB.NET forum, not VB6.0 nor Perl.
Forum: VB.NET Mar 12th, 2009
Replies: 3
Views: 676
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
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
Posted By martonx
What is the error message?
Showing results 1 to 40 of 51

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC