Thanks for your reply.I run this in debug mode in compact framework 3.5.I declare the form is Dim Config As frmConfig After that I wrote Config=New frmConfig() Config.Show() After executing of last line the same error is coming at the same line. Me.Parent = frmMDIMain
Sritanu _ Ghosh
Posts
-
Values Does not fall within the expected range -
Values Does not fall within the expected rangeHi, all. I am developing a PocketPC Application in Visual Basic2008(VB.Net) and Compact Framework2.0.There I was declared a Parent form and four child form.There I declared in child form load event: Me.Parent=MainForm It's working fine.But when I switched to Compact framework3.5.This code shows error. "Values Does not Fall within the Expected Range." Please help me.
-
Make an Installer for PDAThank you very much.I have done this job and it successfully executed.Can there any option to choose the installation path or the install directory by user.It will be very grateful to me.
-
Make an Installer for PDAI make a PocketPC application in VS2008(VB.NET).It's running fine.How do I make an installer for this PocketPC program.By which I want to copy three dll files into client PocketPC,which helps to run this application. :(
-
Problem to connect PDA with database.I have written theConnection String for Sql Server 2005:-"Server=MyServer;Initial Catalog=MyDatabase;Uid=sa;PWD=".Surface Area Configuration Manager->Remote Connections->Using both TCP/IP and named pipes.
-
Connect With Sql ServerI am a software developer and new comers of PocketPC application.I am using VS2008(VB.NET) and Sql Server2005.I write my connection string like that:- "SERVERNAME=IPAddress of Machine;INITIAL CATALOG=mydb;UID=SA;PWD=".Then it works fine.But when I connect with sql express and change the connection string like that:-"SERVERNAME=IPAddress of Machine\Sqlexpress;INITIAL CATALOG=mydb;UID=SA;PWD=".But it shows an error message:-"Sql Exception".Please help me. :(
-
Know the Database versionI know this query.By this I know the version of sql server.Can I know the version of master database or user create database version.
-
Know the Database versionHi,I am new comer of sql server2005.How can I know the database version through query.Pls help me
-
Problem to connect PDA with database.I am using VS2008(VB.NET) and SQL Server2005 to make a Pocket PC application.The program is running successfully into PDA to connect Sql Server2005.But when I try connect PDA with Sql Express.Then it shows sql server access denied.For express I used SERVER=.\SQLEXPRESS.But its not working.Pls help me. :(
-
Validation CheckingActually I want some idea about that.At present I don't start to write the code. :(
-
Validation CheckingHi,I am new comer of Sql Server 2005 and visual studio2005.I want to check when user put his mobile number that time it will check,mobile number should start with +91 and check also the date format. :(
-
Login RestrictionThanks for your reply.Can you give the query for SQLServer2005.Pls help me.
-
In Compact Framework Can I use Parent formMy project is running into VS2008 to press F5.But when I click on Bin\Release\PDA.exe then I got the error message "Top-Level control cannot be added" on the line where I declare the main form as a parent form.I have a main form and four child form.I take a module where I write the general declaration like that: childfom.parent=frmmdimain frmmdimain is main form.
-
Login RestrictionI am working at VS2008 and SQL Server2005.I want to put login restriction that after 100 logins is done by the same user after that he will not able to log thruogh the user name. :(
-
In Compact Framework Can I use Parent formIn compact framework in PDA can I declare a form as parent of another forms.
-
PDA DevelopmentThanks to you for reply me.frmMdiMain is my main form.I write in every child form that,Me.Parent=frmMdiMain.I use your code but mdiparent doesn't come.I used VB.NET.
-
Project is running well.But exe is failed to run.I am a Software Developer working on VS2008(VB.NET) and SQL Server2005.I am new comers on PDA(WM 5.0).When I run my program it works fine.But when I run it from Debug\Release\PDA.exe.Then I got this error "Top-Level cannot be added".What can I do for it.I have a parent form and four child form. :(
-
connect to a remote MySQL DatabaseCan you write your connection string here.
-
PDA DevelopmentI am a Software Developer,working on VS2008 and SQL Server2005.I am new comers in PDA.When I run my project from program,it's works fine.But when I run from bin\debug\pda.exe then an error message shows that Top-level control cannot be added.Please help me. :(
-
PDA DevelopmentI am a Software Developer,working on VS2008 and SQL Server2005.I am new comers in PDA.When I run my project from program,it's works fine.But when I run from bin\debug\pda.exe then an error message shows that Top-level control cannot be added.Please help me. :(