Hi, I have a small problem in displaying time AM/PM format in VB.NET. format(datetime.Now,"hh.mm.ss AMPM") This is the code i have used but it is not displaying in AMPM format. Pls give me some suggestion. Thanks Mahesh
Mahesh1679
Posts
-
Display time in AM/PM Format -
How to Call an Standard EXE from VB.NETHi, Can any one help me by telling how to call a windows application (standard exe) from vb.net Thank you Mahesh
-
Send Mail in VB.NETThanks for your suggestion
-
Send Mail in VB.NETHi, I need to develop an exe that will new letters to hundreds of users through email.Through SMTP service i was able to send mail to our domain only but not to others such as yahoo id etc. Could u pls give me some suggesstions. Thanks Mahesh
-
Display a page in frameHi, on my page i have hyperlink and a frame. So when i click on the hyperlink, i should display a page on this frame. Pls give me some tip on this. I am new to ASP.NET Thank you Mahesh
-
help me...Hi To ALL! If i type URL like this www.sample.com/cards it should open a page cards.asp or any page . how should i do. pls help me... Thank you Mahesh
-
How to Install a Windows ServiceHi, I have created a Windows Service in VB.NET. I need to install it another system. Pls tell me how to install it . Thank You Mahesh
-
Creating Windows ServiceHi To ALL, can i access SQl server database in windows service application in VB.NET. If so pls give some hints Thanks Mahesh
-
Sql Stored procedureHi To ALL! can any body tell me the difference between batches and stored procedure?
-
Got stuck with a problem!!!Hi To ALL! In VB.NET, i have an integer variable whose value is set to 0 but i need to convert the value of the variable as null while saving to sql database. for example, dim i as integer i=0 ie, i need to convert the value of i to null can i be able to do that ? Pls give me some suggestions Regards, Mahesh
-
Display a form in Sub Main()Thanks Alot! It finally worked as Benjamin Liedblad said. I would like to thank all of you who spared your precious time for me. Thanks
-
Display a form in Sub Main()Thanks Alot! It finally worked as Benjamin Liedblad said. I would like to thank all of you who spared your precious time for me. Thanks
-
Display a form in Sub Main()Thanks My start up object is Sub main. I have tried all the tips given above. I would like to tell you some information.... My application starts executing from Sub Main(). Iam checking a condition in Sub Main procedure and based on that i displaying a form. So when i tried to do that form is displayed for few seconds and the application is terminated. and i assure that there are no errors like logical or syntax error in coding I hope that there must some other steps to display a form in Sub Main Pls help me to find a solution...... Thanks
-
Display a form in Sub Main()Hi To ALL! In VB.NET, i need to display a form in Sub Main().I have written code something like this but its not working. Pls help me ... Public Sub main() dim frm as new form1() frm.show() End sub Thanks Mahesh
-
Tips for converting VB6 to ASP.NETHi To ALL! Can anybody give me some tips for converting an VB6 application to ASP.NET Thanks Mahesh
-
Sql Stored ProcedureThank You Very Much... You mean 2100 parameters is a combination of input,output,return.
-
Database connectionHi To ALL, Can any one tell me how to connect to sql server 2000 using windows authentication from vb 6.0 Thanks Mahesh
-
Sql Stored ProcedureHi To ALL! Can any one tell me the max no of input parameter and also output parameter supported in stored procedure (sql server 2000) Another problem that i face is that i need to convert the sql server 7 database to sql server 2000 database. Thanks for your valuable help Mahesh
-
Determine the no of portsHi to ALL, I need to determine the total no of ports (currently in use and also not active)in the system irrespective of the OS Can any one suggest me how to do this... Your suggestion will be highly appreciated. Thanks
-
Difference between CreateObject and New methodHi to ALL, Can anybody help me in telling the difference between the CreateObject function and New method Thanks to ALL