Connect with 1,266,871 developers, IT pros, digital marketers, and tech enthusiasts.

Be a part of our friendly, industry-focused community of professionals meeting, networking, learning, and sharing knowledge via articles, Q&As, discussion forums, and realtime chats.

Software Development

I am trying to kill a process by using the following code

Dim aprocess As System.Diagnostics.Process
        aprocess = System.Diagnostics.Process.GetProcessesByName("E:\\preview.mp3")
        aprocess.Kill()

however i am getting an error


Software Development

Hello guys,

My question is not very direct and clear but i'll try to explain it nicely.

I have a database running on MySQL with 1 important table …

Member Avatar for ykbks Software Development

Hey there!
Im new here, well, as a member, but not as a viewer.
anyways, i am making a vb project, novice one.

i need to open …

Software Development

need help to making change
I have read textbook a lot but i still dont know what to do next steps.
Here is problem.
The program should …

Information Security

hey guys, I play need for speed world and yesterday my brother was using my computer and when I play games it lags. Im sure its a virus because when …

Software Development

Running: Windows 7 Home Premium.

I am not sure if I am posting this in the correct board, so please move this if I am incorrect in my post …

c
Member Avatar for prvnkmr194 Web Development

Hello
Actually I have to print Report from php and iam using this code

<?php
$handle = printer_open("Microsoft XPS Document Writer");
$handle = printer_open();
?>

bt iam getting following …

php
Software Development

This is for a CS course I am taking. I'm stuck.

I need to write a program that takes a number and tallies up how many cycles it takes …

c
Software Development

I have to rewrite the atoi function - that is, convert a string given by a command line argument and convert it to an integer. It works for single digit …

c
Software Development

Hello, I'm a Freshman in college that's going to majoring in Electrical and Computer Engineering. Right now I'm taking a C++ class and I'm looking to do something funny to …

c++
Software Development

Hello, once again

I have a very BIG problem. I made program that connect to proxy server and browse via proxy server. However, my company has a made private …

Software Development

Wouldn't it be nice to have a sizable command button in VB6? Face it. In the hidden recesses of your mind you have always wanted to be able to resize …

Software Development
//---------------------------------------------------------------------------
#include <windows.h>
#include <CommCtrl.h> // needed for adding custom toolbar
#include "resource.h"
#pragma hdrstop


//---------------------------------------------------------------------------


//---------------------------------------------------------------------------
LPCTSTR ClsName = L"FundApp";
//LPCTSTR WndName = L"Resources Fundamentals";
const int NUMBUTTONS …
c
Software Development

pyTony i learned lots from this code you used in resoponce to thread

http://www.daniweb.com/software-development/python/threads/384191

i first mixed up the input and was supprised at the result …

Software Development

Hi!,
I have a text file that contains a 2 dimensional matrix, and I will have to deal with many different files with different matrix dimensions, so I decided …

c++
Computer Science

I've got an algorithm that at most does 1 operation for the first time a loop is run, 2 for the second, 3 for the third up to n for …

Community Center

I am thinking of making a website, which is a quite big one and may need scalability later on.
I know a little bit of asp.net , …

Computer Science

My boss asked me to write a PID class to control a motor today. No big deal, except that the deadline is tommorow evening. My calculus is rusty, and my …

Software Development
#include <iostream>

using namespace std;

int main()
{
    int a,b,c, ope;
    cout<<"enter a value" << endl;
    cin >> a;
    cout<<"enter b value" <<endl;
    cin >> b;
    cout<<"enter operation (+ …
c++
Software Development

Hi guys,
I have a total of 72 link labels on a form and I want them to do a similar task.
Is there a way to accomplishing …

Software Development

(This code returns ERROR_INVALID_PARAMETER)

Option Explicit

Private Type DISPLAY_DEVICE
cb As Long
DeviceName As String * 32
DeviceString As String * 128
StateFlags As …

Web Development

I have created a form that uses a drop-down box to save information to a MySQL database using a php script I wrote.

That works perfectly, but the problem …

Software Development

I have a readonly datagridview that is bound to a datasource. It has two columns. Now I want the first column to have no cell borderstyle; and the second one …

Computer Science

Need help writing psuedocode for the following question

The local driver's license office has asked you to design a program that grades the written portion of the driver's license …

Software Development

How can i add a menu and make it to appear on all forms within that project? I remember that 2 years ago i was able to do this with …

Databases

Hi everyone ..:icon_cheesygrin:
I have these describtion and I want to great ER for :"A bookstore database maintains information about books, professional journals, their authors and publishers. Books and …

Software Development

Matrix given in memory to print the spiral in opposite direction from clockwise (left column down the right lower range, right up column, a series of upper left, etc. until …

Software Development

Hello, I need help for my task.. This is the matrix

1 2 3
4 5 6
7 8 9

the result is 1,4,7,8,9,6,3,2,5

I …

UI / UX Design

The CSS Menu I have moves the contents of the div tag below it sideways.

I am posting only the CSS styles for it because the code inside the …

Networking

I've been using an OpenVPN service for 2 years now, but it seems it has become too popular and now its very slow and sometimes I get computer UDP attacks …

Software Development

heyy guys..

m implementing PEER TO PEER FILE TRANSFER..

What protocol should I use? TCP or UDP? And why?

Software Development

Hi All,

I always have trouble with this every time I create a desktop app which needs to update data from a database.

So, I have created and …

Member Avatar for kenth21v Software Development

Good Day. I am using VB.net 2010 and SQL client server.
I have to make a Weekly Report Manager that stores an Trainees'
weekly activity, which …

Software Development

it took me ages to find it. i googled "add controls at runtime" and not one single result gave me the intstructions on how to add code to the controls. …

Software Development

Hello all!

I am trying to complete a lab assignment for my computer systems class and we have to use the printf function to print changing register values (increment …

Search Engine Strategies

Hi Guys
I based in London and i am looking for best UK Forum.
Thanks

seo
Software Development

I am trying do it the script to put out data after compare two file.
I make the script to do that but the result was not enough.

Search Engine Strategies

hi i am new seo i don't know what are the difference between press release and article submission what are the features of both techniques.

seo
Search Engine Strategies

Hi
Please tell me What is niche directories nice directories is important for seo.

seo
Member Avatar for Sogo7 Web Development

Sometimes user interactive web fluff is useful for holding a visitors attention on a site,
so here is a little HTML5 canvas demo to create random numbered lottery balls …

Software Development

Are there anyone know how to select a tab in tabcontrol using API?

Any help will be highly appreciated.

Software Development

So, I have multiple classes modeling a university. I have Student which has subclasses GradStudent and UndergradStudent. I also have a course class. I am having issues figuring out what …

Information Security

Hi Guys;

Did attempt a search, but didnt find anything about the malware bytes app freezing up, did see some comments on "your computer at risk" firewall issue, but …

Member Avatar for bwaha Software Development

Hi, I've been Searching the Net for hours now, and i can't really seem to find anything clear and straight to the point.

I need to create a Server/Client …

Web Development

I want to retrieve email from database and send message to all the email address.

I have written code for that but it is not working. I want someone …

Member Avatar for Naruse Software Development

Hi all..
How i can make a report without using database.
Data can directly from the active form.

Thank you in advance

Software Development

Hi all,
I have already written a code to search for staff records from my staff database and it's working fine, but the problem is, if someone enters a …

Member Avatar for Ryujin Web Development

We're looking for a way to enable users to send us a file using one of our web pages. Cannot use MailAttachment because page doesn't have rights to write files …

Software Development

please help i am confused plz plz plz

using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using …
Mobile Development

Hello! One day i was wondering, i want to create Android app which will scan barcode and give link to my product from databese. I started search and tutorials for …