Forum: ASP.NET Apr 15th, 2008 |
| Replies: 0 Views: 763 hi frnds,
as i mention in title,this concept is totaly new to me.I have to make my new application based on this.
can anyone tell me wt this exactly means.Or a site which will provide conceptual... |
Forum: VB.NET Feb 21st, 2008 |
| Replies: 1 Views: 668 hi friends,
Can i display the data in datagrid in pagewise manner.In my application i have large amount of data to show in a grid.is it possible that i can dispaly the data in page wise manner... |
Forum: VB.NET Jan 4th, 2008 |
| Replies: 0 Views: 879 hi all
thanks for previous reply.
I have another qurey.I serched lot for this ,but did't get proper solution.
Actully in my application m using vb.net2003 and access.On one form I have used... |
Forum: VB.NET Jan 2nd, 2008 |
| Replies: 2 Views: 674 hi
u can try this also .make a function which validate the textbox should not empty and check the condition either radio btn checked.
'Declaring Function
Public Sub empty(ByVal txt As String,... |
Forum: VB.NET Jan 1st, 2008 |
| Replies: 2 Views: 4,902 hi all
I can anyone tel me how to save image in access database.& also hw to access image from database.I don't know how to start.plz reply |
Forum: VB.NET Dec 18th, 2007 |
| Replies: 0 Views: 1,305 hi all
thnaks for previous reply
One more thing I want to ask u guys.it must be silly que.Actually I am working in vb.net2003
in my one application breakpoits works properly.but in another... |
Forum: VB.NET Dec 17th, 2007 |
| Replies: 1 Views: 2,143 hi
In my application i want to import table from Access to Excel.I have include Microsoft Web Browser to display the excel sheet .When i am running the application.It display the sheet.But One... |
Forum: VB.NET Dec 14th, 2007 |
| Replies: 3 Views: 1,144 hi try this
dim a as string
a=msgbox("do u want to save",MsgBoxStyle.YesNo)
if a= vbyes then
do this
else
do this |
Forum: VB.NET Dec 13th, 2007 |
| Replies: 1 Views: 1,075 Hi friends
Can anyone tell me how i transfer a data of Access table into Excel Sheet.I am using vb.net2003.I have to do this by coding.Plz help me |
Forum: VB.NET Dec 8th, 2007 |
| Replies: 4 Views: 1,547 Thanks for ur reply.
I will try the code |
Forum: VB.NET Dec 6th, 2007 |
| Replies: 14 Views: 13,371 try this,it will definatly work
Private Function TrapKey(ByVal KCode As String) As Boolean
If (KCode >= 48 And KCode <= 57) Or KCode = 8 Then
TrapKey = False
... |
Forum: VB.NET Dec 6th, 2007 |
| Replies: 4 Views: 1,547 hi thanks
for reply
My error was solved.But I have the another error."Load report Failed"
I don't know how to set path of crystal report.I have set the path by crystal report wizard.we can't... |
Forum: ASP.NET Dec 6th, 2007 |
| Replies: 1 Views: 3,254 Hi I am facing same problem
plz reply it urgent |
Forum: VB.NET Dec 6th, 2007 |
| Replies: 4 Views: 3,724 hi
U Can write the code on keypress event of button.First u have to get the Ascii value of keys of keyboard.then write the code
if asc(e.keypress)=13 then
//ur code
endif
here 13 is value... |
Forum: VB.NET Dec 5th, 2007 |
| Replies: 4 Views: 1,547 I Have one application in vs.net 2003.I used crystal report 9.0.When I am trying to deploy the S/w on client machine it gives error in crystal repot that KeycodeV32 /missing.I searched Lot on Web... |
Forum: VB.NET Dec 4th, 2007 |
| Replies: 4 Views: 8,419 hi friends
I solved this problem.
I define
f.owner=me
then On f2 form closing
me.owner.close
me.close |
Forum: VB.NET Dec 4th, 2007 |
| Replies: 0 Views: 694 Hi friends,
Thanks For ur reply for earlier thred.I have one more query.If I want to use Data reports(Used in vb 6.0) in vb.net.Then hw to do this.
Thnks in advance |
Forum: VB.NET Nov 30th, 2007 |
| Replies: 3 Views: 5,602 hi friends
Iam developing my appliction in vs.net2003 & ms access.I am creating reports using crystal report.I want to filter the output of report.User has to select the option which data has to... |
Forum: VB.NET Nov 30th, 2007 |
| Replies: 4 Views: 8,419 Hi
I Have already tried the code as I am using VB.net 2003.But it was closing both the forms |
Forum: VB.NET Nov 29th, 2007 |
| Replies: 4 Views: 8,419 hi all,
I am to pass two values from form f1 to form f2.i wrote a code on keypress event .It works good.But on loading of f2 i want to close f1.I wrote this on f1
Dim f As New... |
Forum: VB.NET Nov 27th, 2007 |
| Replies: 0 Views: 4,573 hi all,
I need a code which export access table data into excel sheet.I am working in vb.net2003 |
Forum: VB.NET Nov 24th, 2007 |
| Replies: 4 Views: 1,085 why don't u try
devarticle.com |
Forum: VB.NET Nov 15th, 2007 |
| Replies: 1 Views: 1,677 hi all
I am new in vb.net.I have generated menus at runtime.now i have to show reports on click event of menu.But i am not able to get the index.hw i can do this????
plz help me |