blah blah blah is here! blah blah » Close

0
votes
0 answers

asp.net menu using background image

i wanna create a menu control using asp.net. using css and which will accept background image on default and on hover.plz help me. thanks in advance.

0
votes
0 answers

Visual Studio 2010 Setup and Deployment Project

I created a Visual Studio Installer Setup Project for my C# application. My intent is that it be added to an existing menu on the machine on which it is installed, and to that end I created the following two folders in the project's File Sy ...

0
votes
0 answers

force reboot and lock keybord mouse

lios
30

hi im developing a net caffe application and i wand some ideas to force reboot the pc and to lock keybord and mouse! i have try the block input but this leves the alt+ctrl+del to work! is any way for total block?

0
votes
1 answers

Little bit of help

Hi I'm currently writing a piece of code for algorithms. My problem is though that I can't get the code to reference the .txt file, how would I do this? Also, when I try debugging it it comes up with the message saying that a project with a ...

0
votes
1 answers

copy and paste with different name using c#

Hi there, How to copy an existing file "C:\Data\PP.txt" to another destination folder with a different name "C:\Databackup\PP1.txt" using C#?

1
votes
2 answers

Difference between Safari on windows and safari on mac in vb.net web application

Hello everybody we made application(in vb.net first version) on windows os but client want to run it on mac os now.... so, can anybody tell me what are the differences in Safari on windows and safari on mac. its urgent.. Thanks in advance ...

0
votes
0 answers

Simulate Mac Address Flooding Attack

Hello, I would like to simulate mac address flooding attack with C#. Is that possible to do? My idea is I will have one gui which is contain a button call mac address flooding attack when i click that button program will simulate fak ...

0
votes
1 answers

C# Help needed with dragging and dropping an image

I'm trying move one image to another replacing the target image and erasing the source image. My code compiles and runs fine. (No Errors) It just won't drag and drop. Any suggestions? Here's my code: [code] public partial class AllyMoreIn ...

0
votes
1 answers

MySQL DateTime and C# System.DateTime

I understand that C# System.DateTime values are formatted differently from MySQL DateTime, which are: yyyy-MM-dd HH:mm:ss. in mysql prompt, I have this, which is successfully inserted those values. mysql> insert into sales (Sale_Date ...

-1
votes
2 answers

how to make my appln to look in professional way.!??

what i'am asking is that.., i'want my appln to install to C:\Program Files\... and also i'want to add it to appwiz.cpl (control panel -> Programs and features).., also reply how to UnInstall the software from appwiz.cpl.., plz hel ...

0
votes
1 answers

Inter-link btw Forms and Buttons inside

Say I have 2 Forms, Form1 and Form2. Inside Form1, there is a button1, which when clicked goes to Form2. Inside Form2, there is a button2, which when clicked goes to Form1. Also, inside Form2, there is another button3, which when click ...

0
votes
1 answers

Ethernet and Virtual Serial Port

I am a beginner in C#. I want to develop a software which will work through Ethernet. I know something about "Serial Port". But I know little about Networking. So I want some software[free] which will create Virtual serial port t ...

Feedback