CodeItWell
Posts
-
Which language should I start with????? -
.net framework 2.0 requirements* Supported Operating Systems: Windows 2000 Service Pack 3; Windows 98; Windows 98 Second Edition; Windows ME; Windows Server 2003; Windows XP Service Pack 2 * Required Software: o Windows Installer 3.0 (except for Windows 98/ME, which require Windows Installer 2.0 or later). Windows Installer 3.1 or later is recommended. o IE 5.01 or later: You must also be running Microsoft Internet Explorer 5.01 or later for all installations of the .NET Framework. * Disk Space Requirements: 280 MB (x86), 610 MB (x64)
-
Search in Microsoft Access databaseI have connected my application with the Microsoft Access database, via ADO.NET OLEDB. I can insert and edit data, but I have no idea how to search the database, or just to select some record and to insert that into some string. Here is a example for inserting a new record
String ^strData = "INSERT INTO Continents VALUES('Abcd',12345678,87654321);"; OleDbCommand ^cmdDatabase=gcnew OleDbCommand(strData, oleDbConnection1); cmdDatabase->ExecuteNonQuery();
Please help. -
Read a file hosted on serverHow can I gain access to a file hosted on my server, and read from it? Please help.
-
Insert ASP.NET script in HTMLI have made a small ASP script. But I don't know how to insert that script in HTML document. Because I think, if I insert this script in that HTML document, it will work on a server, if not it will not work.
-
Clipboard problemThanks.
C#
-
Clipboard problemThanks, but I don't want to check every second the clipboard. That should be something like an event, when the clipboard content is changed, then the program to store the data somewhere.
C#
-
Clipboard problemHow to do this. When user stores something in clipboard, my program to store that in a text file. Please help. Thanks.
C#
-
NotifyIcon baloon tipCan you tell me more clearly. And I have VS 2003. Is that class here?
C#
-
NotifyIcon baloon tipI have a NotifyIcon object. The user sees it near the clock on the desktop. Now, I want to tell the user that something happend (Like when Windows says that updates are ready to be installed)- a small baloon that comes out of the icon. Does anyone knows how to do it?
C#
-
Comparing linesI'm working on a program that compares lines from two .txt files line by line. It compares the first line of the first file then first line of the second file and so on. But when the two files have different number of lines the program will fall. How to solve this problem.
C#
-
How to get the count of lines in .txt fileHow to get the count of lines in .txt file. Help.
C#
-
Cursor problemHow to move the cursor on some position(coordinates x and y).
C#
-
WallpaperHow to change the wallpaper on my desktop.
C#
-
Move iconHow to move an icon that is on the desktop at some position.
C#
-
Context menuThanks for helping me.
C#
-
Context menuCan someone tell me how to set the menu at the mouse position.
C#
-
Context menuBut the contect menu appears on other location. I want it on the location where is the button.
C#
-
Context menuWhen i click with the right mouse button shows the contextmenu. How to do this with the left mouse click.
C#
-
Button context menuHow to do this. When I left click on a button to appear the context menu in the location where is the button.
C#