Search Results

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: suganzeni
Forum: VB.NET Mar 25th, 2008
Replies: 5
Views: 3,866
Posted By suganzeni
Hi all

Hi to move a label box from left to right and right to left with the help of timers.
Also how to change the fore color of the label (RAndom colcors )with the help of timers

Thanks in...
Forum: VB.NET Mar 18th, 2008
Replies: 1
Views: 948
Posted By suganzeni
Hi all
I am trying to run a VB.Net application in Pocket PC.
I using Data set to get data from data base and using it in the application.
When ever i running the application i got the following...
Forum: VB.NET Mar 18th, 2008
Replies: 4
Views: 17,818
Posted By suganzeni
Hi
I found whats the problem.
The format exception is because i have given it as
s_date1 = s_mon & "/" &s_day & "/" & s_year
But the system format is (dd/mm/yyyy)
so after giving as like...
Forum: VB.NET Mar 18th, 2008
Replies: 4
Views: 17,818
Posted By suganzeni
HI
dim s_date1 as stringdim s_date as dates_date1 = s_mon & "/" & s_day & "/" & s_years_date = Date.Parse ( s_date1 )dim s_date1 as string
dim s_date as date
s_date1 = s_mon & "/" & s_day & "/" &...
Forum: VB.NET Mar 13th, 2008
Replies: 4
Views: 17,818
Posted By suganzeni
Hi all when i trying to convert a string to date and store in data base
it shows type cast error

code is as follows:

dim s_date1 as string
dim s_date as date
s_date1 = s_mon & "/" & s_day &...
Forum: VB.NET Mar 13th, 2008
Replies: 7
Views: 4,933
Posted By suganzeni
Hi
Thanks for your reply
i got the result

if i click a button in my vb.net application it will link to an html page or to an website.

What i did is as follows
1. Create an HTML application...
Forum: VB.NET Mar 11th, 2008
Replies: 2
Views: 4,111
Posted By suganzeni
Hi
In vb.net you having a tool named Link Label.
Use the link label to link a HTML Page to your form.

Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal_
e As...
Forum: VB.NET Mar 11th, 2008
Replies: 7
Views: 4,933
Posted By suganzeni
Hi
If i use the above code in my application it showing error on shell

the error is name "shell" is no declared.
do i need to import any package.

Thanks
Forum: VB.NET Mar 11th, 2008
Replies: 1
Views: 1,011
Posted By suganzeni
Hi all
i am working with VB.NET for mobile application.
I want to open a HTML page in the internet explorer from my form and the size of the internet explorer should be limited to the Pocket Pc...
Forum: VB.NET Mar 11th, 2008
Replies: 2
Views: 671
Posted By suganzeni
Hi Thanks for your reply.
From where we have to add a web browser to the form.

Also do you have any idea on the following code if so explain it.
CreateProcess("iexplore.exe",...
Forum: JavaScript / DHTML / AJAX Mar 7th, 2008
Replies: 1
Views: 552
Posted By suganzeni
Hi all
i working with HTML
when my first web page is going to displayed it should be in the width and height according to my need .
like a rectangle window or square or like a pop up window.
How...
Forum: VB.NET Mar 6th, 2008
Replies: 7
Views: 4,933
Posted By suganzeni
Hi SolTec
Thanks for your reply
Can u guide me with some sample code
Thanks
Forum: VB.NET Mar 4th, 2008
Replies: 11
Views: 1,961
Posted By suganzeni
Oh K fine.
Do you have any idea why this problem occurs.
Forum: VB.NET Mar 4th, 2008
Replies: 7
Views: 4,933
Posted By suganzeni
Hi all
I am working with VB.NET 2003 for mobile application.
Here there is no likn label option.
But i want to open a html link in my VB.NET form.
Like may be on button click event or in form...
Forum: VB.NET Mar 4th, 2008
Replies: 8
Views: 1,541
Posted By suganzeni
Yes Nike
CREATE TABLE IF NOT EXISTS meeting(mid int,type ntext, name ntext, startdate datetime, starttime datetime, endtime datetime, address ntext,status ntext)
This is not working.
Also i tried...
Forum: VB.NET Mar 4th, 2008
Replies: 11
Views: 1,961
Posted By suganzeni
Hi
Why dont you try me.hide() instead of giving form1.Hide() or form1.Close()

private sub button1.click()
form2.show()
me.hide()
Forum: VB.NET Mar 4th, 2008
Replies: 8
Views: 1,541
Posted By suganzeni
Hi Niek
I am working with SQL SERVER CE.
I found the data types supported for SQL SERVER CE in the following link
http://msdn2.microsoft.com/en-us/library/aa275635(SQL.80).aspx
But there is no...
Forum: VB.NET Mar 4th, 2008
Replies: 7
Views: 8,959
Posted By suganzeni
Hi
Try the following code So that you can enter only the numbers not even any special characters.

try it in the textbox keypress event

Private Sub textbox1_KeyPress(ByVal sender As Object,...
Forum: VB.NET Mar 4th, 2008
Replies: 5
Views: 4,095
Posted By suganzeni
Hi
You can view your SQl Table in vb.net with the help of DataSet and DataView.

EXAMPLE:
Dim cn3 As SqlCeConnection = Nothing
cn3 = New SqlCeConnection("Data Source=\My...
Forum: VB.NET Mar 4th, 2008
Replies: 3
Views: 2,007
Posted By suganzeni
Hi
Are you using DataTable to Display values in DataGrid?
If so try with the following DataGridTableStyle property

Dim l_dgtsl As DataGridTableStyle
Try
l_dgtsl = New...
Forum: VB.NET Mar 4th, 2008
Replies: 1
Views: 2,214
Posted By suganzeni
Hi
Create a data base.
Create a table for login with two columns one for user name and other for password.
Create a dataset.
Assign the data base table to the dataset.
Get the user name from...
Forum: VB.NET Mar 3rd, 2008
Replies: 8
Views: 1,541
Posted By suganzeni
Hi niek
Thanks for your help.
Following is the code i used.
But when i run the appliation it showing the follwoing error

There was an error parsing the query.[Token line number,Token line...
Forum: VB.NET Mar 3rd, 2008
Replies: 2
Views: 671
Posted By suganzeni
HI Every body
I am working with VB.NET 2003 for smart device applications.
Here there is no Link label tool.
But i want to link a HTML file to my application.
your suggestions will be very...
Forum: VB.NET Mar 3rd, 2008
Replies: 8
Views: 1,541
Posted By suganzeni
Hi to all
I am working with Sql server ce for mobile application with vb.net.
I want to crete a table before that i have to check weather the table exists or not.
Also want to know about Object id...
Showing results 1 to 24 of 24

 


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

©2003 - 2009 DaniWeb® LLC