3,842 Topics
![]() | |
Hi, I am currently using [COLOR="Red"]Windows 7 professional (64-bit)[/COLOR] in my desktop. But i want to use Linux concurrently to Windows. Every time i try to install Linux using Live-CD,[COLOR="red"] it gets struck in the process[/COLOR]. I just see the Icon for a few minutes then my PC hangs. I … | |
hi dear i i have two columns in an access table, first column is of percentage and second is of result . i want that result should be automatically calculated as if the percentage is les than 33 then ruselt fail and if percentage is greater than 33 then result … | |
Hello, Please I need an efficient algorithm for ranking records in a database. I know sorting and grouping can produce record ranks, but I want a means of inserting the ranks beside each record as arranged in the table. For example: [CODE=text]This figures will rank 10 - 3 5 5 … | |
First time poster here... My VB.NET program compacts and repairs my DB, but somewhere in the process unsets the database password. No problem, just reset it through VB, right? Ummm... not sure how to go about that task. So I either need to know how to compact it without losing … | |
Hi All, I have a section of my site that allows users to upload and download files. For security issues, We use a com object to take the file as a binary stream and store it on our network off of the web server (under a different randomly generated file … | |
Hello i have problem in my software, i want to read file excel and compare data. If i use file excel with small size it run succesfully, but if i use large file i have fault. Please some body help me | |
One of my Christmas presents to myself this year (2009) was a new laptop. It's an [URL="http://www.acer.com"]Acer[/URL] Aspire 7535-5020 with 4GB RAM, 320GB Hard Drive, Wireless LAN, Built-in Camera, GigaBit LAN, Modem (Does anyone use a Modem any more?), a huge 16:9, 17" screen and a full-size keyboard. It has … | |
I've been following the tussle between Google and Microsoft this week with a mixture of amusement and amazement. If you haven't been following along at home, Microsoft took a dip into the cloud with the release Office 2010 Online this past week. Meanwhile, Google, feeling a wee bit threatened by … | |
Microsoft has revealed a new, more comprehensive street view system, dubbed Street Slide, set to compete with Google's Street View and Bing Maps' Streetside.[ATTACH]16203[/ATTACH]According to [URL="http://research.microsoft.com/en-us/um/people/kopf/street_slide/index.html"]Microsoft[/URL], the Google and Bing systems only allow users to view city streets via an immersive 360-degree panorama or "bubble." And users can travel down … | |
If I write windows API application using vc++ 10,does the .exe file work in any windows computer or is vc++ a necessity in the other computer also? | |
Hi guys Can anyone help me with this one? I want to insert a loop in my code to read all the data in excel file here's a portion of my code. [CODE] private void btnUpdate_Click(object sender, EventArgs e) { string directory = "D:/myFile.xls"; if (File.Exists(directory)) { Excel._Application myPartFile = … | |
I am making a project using windows form application. i made two other window forms (vehicle.cs and Input.cs). i want to obtain the value from the textbox in input.cs and use it in vehiicles.cs. is There any way to do this. I am trying to make a for loop but … | |
Hi guys! Any one have an idea of how to create a sub category in vb.net? well I'm thinking of building a sales and inventory system of computer parts and peripherals and here's the logic. I'll be assigning each of them category like for example: Componenets[INDENT]Peripherals[/INDENT][INDENT]Networking[/INDENT] - Processor[INDENT]- Chasis[/INDENT][INDENT] - … | |
I'm a newbie in vb. My first project is a grading system for a certain school. In my login form, there's a [B]Forgot Password button[/B]. In the Forgot Password form, the user is asked to answer a secret question that he filled up upon registration, and if the answer is … | |
[CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ds As New DataSet Dim da As New OleDbDataAdapter Dim cb As New OleDb.OleDbCommandBuilder(da) Dim cn As New OleDbConnection Dim cmd As OleDbCommand Dim sql As String 'sql = "INSERT INTO Employees(GivenName, LastName, Gender, JobPosition, Month, … | |
Hi, I want to use a Word table to collect responses which I'll then put into Access. I want to use drop down boxes in the table to limit the input options but when I convert the table to text so I can then get external data in Access, the … | |
![]() | Hi all, Ok, so here is the scenario, I have a hard drive that has Windows XP Embedded installed, and has various project files stored in a folder. I need to overwrite these files but I no longer have access to via Windows because of the way it has been … |
Q--> i have a [U]employee[/U] table which cantain following field (eid,enm,salry,did) and i need a list which has employeies complete information whose get minimum saler in each department *** only single list cantain all employee info whose get minimum salry | |
Hey everyone! Users of Microsoft Security Essentials know that the right-click menu item that says "Scan with Microsoft Security Essentials.." is just too long. How do I customize it? I figured out that the file shellext.dll that comes with MSE is responsible for the context menu. I opened it with … | |
Hi, I am trying to make a one octave piano. heres my code: [CODE]#include<windows.h> #include<mmsystem.h> #include<stdlib.h> /* Declare Windows procedure */ LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM); /* Make the class name into a global variable */ char szClassName[ ] = "WindowsApp"; int WINAPI WinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, … | |
[CODE]Hi all... I'm making a php interface to start, stop and control a program running on a windows pc. At the moment I can start it with [CODE="php"]pclose(popen('start c:\users\server\mtaserver.exe',"r"));[/CODE] and stop it with [CODE="php"]pclose(popen('taskkill /F /IM mtaserver.exe',"r"));[/CODE] both of which use windows tools to operate, they then get killed allowing … | |
Hello everyone! I have a problem trying to get a user to be able to query the database with only the fields and specifics they want. Basically... User logs in, browses through record entries and then wants to see how many of the entries are under the age of 21 … | |
Hi all, I have a Website developed by PHP4.3.2 and Microsoft Access2000 Database. The Site is running under IIS5 in Windows Server2000. Now I have changed the OS from Windows Server2000 to Server2008 and IIS is 7.5 here. I have configured PHP with FastCGI. But, When I run my site … | |
Just read a new story [URL="http://money.cnn.com/2011/05/13/technology/google_chrome_os/?section=money_latest"]Google begins war against Windows[/URL].... Google is going to launch Chrome OS, a Web-based operating system... I thought ion this idea and was bit confused both (web-based OS and old hard-Disk based OS) have benefits as well as limitations but i think old OS have … | |
Hi, I am using DEV-C++ and i am wondering how to declare variables in a windows project. I am trying to make a calculator and i need it to declare a variable a certain number when you press a button. I also need it to declare a char after you … | |
please help me po..i'm searching over the internet t for a long time but i can't search how to convert pdf file into microsoft word... i just need it for my project...please save me to pass my project. any help is appreciated. thankyou very much :) ![]() | |
hi, I have Citrix Reciever for iPad and when I try to run a Microsoft office application, it says that the server is currently unavailable. The app works fine for my iPod touch 4th generation. Any solutions? | |
My new Dell Latitude runs Windows 7 Professional. I previously worked under Win XP Pro. The previous (XP) machine was used as the development platform for a website, which mined a database using Perl scripts. I need to recreate this functionality on the new machine, but it appears that Perl … | |
Hi guys, I'm finding myself in a little trouble. I've tried to google this problem, but without much success. Hopefully its something simple I'm missing and someone will be able to help me. I'm writing a little program that will synchronize two access database schema's. It works, to a point. … |
The End.