hi every one, i am new to smart device application,i am trying to create small application using smart device,the emulator which i am using for this 'pocket PC 2002'.i have a database which i created in the emulator.path of that database is "\My Documents\Personal\Mysql.sdf".this is what i am seeing while connecting the database in emulator. when i am trying to access this database,i could not open it.the code is here. Dim local_DatabaseFile As String Dim local_ConnString As String local_DatabaseFile = "\My Documents\Personal\Mysql.sdf" local_ConnString = "Data Source= " & local_DatabaseFile Sqcon = New SqlServerCe.SqlCeConnection(local_ConnString) Sqcon.Open()
please tell me the correct path of this database file.which is located in personal forlder Emulator. thank you
User 765502
Posts
-
Smart device application - How to give the path? -
How to Draw a Line ???hi every one,i would like to draw a single line in my form,for that i am using the following code which i got from the samle code,but i just dont know what wrong with my code as i not geting the line,
Dim g As Graphics 'Sets g to a Graphics object representing the drawing surface of the ' control or form g is a member of. 'g = BtnLogin.CreateGraphics g = Me.CreateGraphics Dim myPen As New Pen(Color.White) myPen.DashStyle = Drawing.Drawing2D.DashStyle.Dash myPen.Width = 2 g.DrawLine(myPen, 4, 2, 12, 6)
pls get back to me.after viewing this -
How to group multi project into single setup projectI am having different module,i wanted to make a singel setup project fro this.how can i Implement this?doing so ,user can be select the module that he want to and can be unselect when he dont want to. Tell me the method ..in order to make my deploying make easier....
-
DataGrid Error - Need helpDim GridTableStyle1 As New DataGridTableStyle() GridTableStyle1.MappingName = "Customer" 'Customer is the name of the table in the dataset Dim GridColStyle1 As New DataGridTextBoxColumn() With GridColStyle1 .HeaderText = "ID" .MappingName = "CustID" End With GridTableStyle1.GridColumnStyles.Add(GridColStyle1) MyDataGrid.TableStyles.Add(GridTableStyle1)
-
how to upload ASPX file ????hi. i had a talk with my domain provider ,and they told me that server which i am using is not having .NET framework installed.would you think this is the reason that none of the control apearing on the form except label. here i am having another quesion .my login form has 2 control which accept user name and password.in order to hide password,i have used HTML control "Input",but here i am facing problem ,ie.i want to compare this value with my server password ,how do i retrive the value which user entered?ex:if it was textbox,i could have write "textbox1.text".but using input control i dont knw,pls help me ......pls answer my both question.......
-
how to upload ASPX file ????hi...now i am able to copy the whole folder to my remote folder..Done !!!! and my folder name is "MyAsp",so i am able to access by typig "www.domain.com/myasp/login.aspx" .but the problem is .i have inserted few text box and button.which is not seeing ,only labels which i inserted is visible.....please help me !!!!!!!!
-
how to upload ASPX file ???? -
how to upload ASPX file ????can you please explain me in detail... actually my webserver provider created a database for me. i do not have any rights.tell me what do i need to do..i am having a database remotley.and a domain ,which i have access. i was trying to copy the whole folder into my remote folder,when i right-click on that "upload" optin is disabled. please tell me a better and easy method that can be tested on live.
-
how to upload ASPX file ????hi, i am new to ASP .NET.so here i am started with a small concept.i have created couple of form ,form1 will ask user name and password,if correct it will direct to form2.this is working fine,Now i wanted this to test on WEB. i already setup a webserver,that i connected remotly,and it is working fine. our company having one domain. let say "www.mydomain.com",i do have the access to FTP.so i can access the remote folder using FTP command in DOS or CuteFTP.that also i did. Now tell me what shld i do with this aplication,i have done many VB.NET application and implemented.so is it the same way that i follow.thst is ,do i have to create a setup project? if so,please help me out.
-
How to Go to another ASP form?1.i am new to ASP.NET,i have created a login form,in that ,if the login correct i want to poen another ASP form,how will i navigate this? 2.If i want to use some scripts ,where will i use? please help me !!!
-
Error !! During instaltion of .NET application ???should i copy OCX into system32 folder,do i have to register?please explain me un detail.....thanxs
-
Error !! During instaltion of .NET application ???I made application using .NET 2002.and iam using crystal report.i deployed ina client system.but whe n i tried in another system,at the completion stage of setup ,it showing some error that "Crystl32.OCX" has failed to regsiter.and it is asking wether you want to countinue , retry or Ignore.clicking countinue setup can be completed. But my application having user login interface,that is geting loaded,but further cant go. PLease suggest me .i have tried to register Crystl32.OCX manually,that also not alowing me to do.and i tried to install crystal report 8.5 in order solve,that also not possible ,set up showing some error. But this application is working fine in my development system using setup. i have used all the merge module which require for .NET 2002 and crystal report.This is also happend in the 3rd system.
-
How to get the rows number of the datagridIf you are binded with Dataset,it is easy to get number of rows. datasetvariable.Tables("Tablename").rows.count.it will work. here you will get more information. http://www.syncfusion.com/FAQ/WinForms
-
Events-Application Idle -Help?Hi, i would like to raise an even when my application start Idle.How will i know that,i need to implement my application should ask login when then user kept the app for idle.tell me which even?where ? Thanxs in advance
-
Help - Data Grid ?Hi, i am having some question reagarding Datagrid 1) I want to get the Rowcount 2) Column Count 3) want to select entire row when i click on any cell and need to unselect if i click on another row. 4) i want to get activate some code on the double click event of Grid.but this is not geting activating when i double click on any cell.is there any specific event?
-
Package and Deployment ?I would like to add different project into single deployment package.in order to ease my deployment i would require that .please help me i f any one knows about it. Thanxs in Advance shihab R M
-
Menu -Help ?Hi ,i have developed an app in .NET,and have to use MENU. I need to add images in the menu bar.how can i do this? If any one know ,please help me ........... Thanxs in Advance shihab R M
-
Help requiredIn order to solve your problem you need to do the following steps. try to use procedures always 1)write a code for filiing countries name and can be placed in form load event. 2)write a code in that pass sql query as <select cityID,city from city where cityID=cmbcountryfilled.selectedvalue> and place this code in selection change commited event of country combo.and do the same for area.i ohope it will work. before that it depends how you are filling the combo.try to use dataset and fill the combo. please get back to me if you have any doubt...
-
Why i have Login failed using SQLThere are couple of reason for this 1)make sure you connection string that your are passing is correct My_Connection="Server=<servername>UID=<username>pwd=<password>database=<datrabasename>" i hope this will work out] 2)And if your application is accesing server which is another machine,make sure your netwokr is fine. write your connection string in this format,which is easy,replace your code with this and build if once again,i hope it will work.
-
Package DeploymentIn order to work your app on client machine , you would require .NET frame work ,that you need to be install seperately.That is available in microsoft site.just go and see in download side of the microsoft.well if you are using any crystal report in the application ,you must include some merge module along with your setup project. thanxs ask me if you face any problem