Jump to content
Xtreme .Net Talk

Khaledinho

Members
  • Posts

    25
  • Joined

  • Last visited

Khaledinho's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello First:How many ways I can connect a PAD to a regular PC.(The aim is Database synchornization) and what are those ways Second:If i want to connect using USB or ActiveSink how do i access the Desktop computer file system from the PFA Application Programatically. I need to sychronize the database that is on the PDA with one on the Desktop computer Many thanks in advance Good luck to all See you later
  2. Hello I have data stored in an access file.I want to store this data in an sdf file in order to be able to use it in my mobile application. Any ideas.
  3. Thanks a lot. What a bad luck.Look what I found on MSDN documentation for the function GetMouseMovePoints() This function is not supported for emulation. I am very sad.
  4. Hello This is not all useful. Look i want to get the color of the pixel the mouse clicks
  5. Hi all Please help me I am trying to call the Windows API function "GetVCursorPos" from the PDA emulator that comes with .NET I did the dll import and imported the appropriate libraries but i receive the following error: "Method NotFound Exception" Please help me Thanks in advance
  6. Hi all In ADO.NET I use the SqlDataAdapter to update the database. The primay key is an autonumber colums (Identity in SQL Server). When inserting new rows to the dataset I generate unique values for them. When Updating the database with the data adpater.update method the primary values will be different from the ones i have in the dataset because they autonumber in the database. How do i return the newly generated ID number (in the sql server or access) to the column i have in the dataset. Is this could be done with SQL Or OleDB Parameters Thanks to all
  7. Hi I am writting an application that needs to connect to a sql server that is on the internet. http://www.yourmobileismymobile.com This server has the sql server and sql server port is open and i know the (username and password),the question is how do i set the connection string And i also know the database name in sql server Any ideas Thanks in advance
  8. How do I connect to COM port in .NET and get the data that arrives at that com port?
  9. Hi How do I create an icon for my program in the task bar? For the example like the Norton Icon, i choose what lists it will have----etc? Thanks in advance
  10. Thanks very much This is the algorithim I as looking for
  11. Hi Can anybody explain why the following exception occurs Microsoft OLE DB Provider for SQL Server error '80040e10' No value given for one or more required parameters. /somepage.asp line 22;
  12. Hi This will not solve the problem I discovered that the column takes the default value from the access file So,whatever rows I add, they will take the same value, which is the default value of the column determined by the access database. Using autonumber will solve the problem when adding new row and updating and even deleting,but it will cause big problems with relations between tables
  13. No It's not simple at all Suppose i want to form a ditionary of (50) characters and of length up to 9 I will need 50 nested loops. Secondly,I want to take from the user characters of the dictionary,which means i cannot use looping. If I want to use recursion this would be very slow and memory demanding program I dont know if the word dictionary is the rigth word to describe it. What i mean by dictionary is all the possible combinations of characters entered by the user. Got the idea?
  14. Hi I am looking for an algorithim to form a dictionary from a specified character set and with a specified length limit For example The character set a , bwith length two will have the following dictionary a,b,aa,bb,ab,ba I want the algorithim to take any character set and max length of a word and form a dictionary from this set Any ideas? I want to use this algo to generate word lists for brute forcing programs
  15. For the part of capturing,if you mean screen capture you can use the Windows API.It provides functions for screen captures Here is an excellent site for Windows API usage: http://pietschsoft.com/programming/vbapi/ref/ I remember that I read in this the function that can capture the screen For timing,if you want the capture to be when the window is running,use a timer with an interval value of 500.If you want the capture to be all the time when the system is running you can make it a Windows Service There is a complete chapter in the Wrox press book (Professional C# Programming about Windows service" If you want,i can upload the book to rapidshare.de or send it via email This site:http://babis.homeip.net/computers/ contains the Professional C# Programming,but it is a slow site Note:Use Flashget to download the file Good luck
×
×
  • Create New...