Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
51% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
3
4 Commented Posts
0 Endorsements
Ranked #1K
~19.3K People Reached
About Me

I'm a student, vice-president and lecture of the open sourced student organization at the Central University of Technology,free state

Interests
Programming Skating Rock 'n Rolling baby
PC Specs
2 GB Memory Intel(R) Celeron(R) CPU 900 @ 2.20Ghz 2.19Ghz 32-bit Windows 7 OS (Partition 1) 64-bit Mandriva…
Favorite Tags
Member Avatar for funfullson

Hello dears. I need to play a music in my projects background. I did such below but it does not work. what is problem please? [CODE] class PlayMusic { private string cmd; private bool isOpen; [DllImport("winmm.dll")] private static extern long mciSendString(string strCommand,StringBuilder strReturn,int iReturnLength, IntPtr hwndCallback); public void Close() { …

Member Avatar for Sri Harsha
0
331
Member Avatar for mshauny

I have a proxy generated class file as [System.SerializableAttribute()] { .. .. [System.Xml.Serialization.SoapTypeAttribute(Namespace="urn:issuing_v_01_02_xsd")] public class XXXX { private Nullable<decimal> income; private Nullable<decimal> expense; private String memeberName; ... //Properties section with decoration: [SoapElementAttribute(IsNullable=true)] } in my consumer class I obviously create an instance for this object, set all values via set …

Member Avatar for Ketsuekiame
0
222
Member Avatar for csss

private void decrypt_Click(object sender, EventArgs e) { v = Convert.ToDouble (txtencrypt.Text); t = Math.Pow(v, d); msg = Convert.ToInt16(Math.Pow(v,d) % Convert.ToDouble(n)); txtdecrypt.Text = Convert.ToString(msg); } This is the code im doing for decryption in rsa algorithm but i got a problem in power operation. For a small power value,the power operation …

Member Avatar for TnTinMN
0
248
Member Avatar for mshauny

I having been working on java web-start applet for serial communication which I now need to integrate and make it invoke able from an ASP .NET webpage / application. I have tried numerous ways of doing this which all have not yielded anything progressive. including but not limited to the …

Member Avatar for JohnnyCash
0
444
Member Avatar for Some-Jackass

In my MySQL database I have my regular tables, and a couple of VIEWS. Everything runs like clockwork, until I remove Remote Access to the database. I cannot access any of my VIEWS. Accessing any regular tables still work 100%. The thing is, the PHP script accessing the VIEW is …

Member Avatar for Some-Jackass
0
267
Member Avatar for jasonmark238

Hi frinds. What is normalization and what is BCNF. Please give me brief description with simple example. Please help me. Thanks & Regards Jasonmark

Member Avatar for AARTI SHRIVAS
-1
177
Member Avatar for IsaacMessi10

I want to make a combobox that will grow or shrink according to the screen size any help?

Member Avatar for IsaacMessi10
0
119
Member Avatar for manalibhadula

Hi, I am new to Java and is working on code in java which i need to keep a static sql script in property file and passing variable to it through java code and then iterating that property file to pass the variable value and writing that generated script to …

Member Avatar for mshauny
0
373
Member Avatar for LeonKam

Hi, i would like to know is it possible to create an application that allows a computer to send and receive SMS to/from a mobile phone without using a GSM modem (maybe just throught wifi)? i was thinking of making a server that would handle the sms'ing process in between. …

Member Avatar for malak05
0
543
Member Avatar for cool_zephyr

hello everyone..i'm trying to connect to the localhost through a windows pocket pc 5.0 emulator but I'm getting some error like "Cannot connect with current connection settings" and sometimes like "The page cannot be displayed because the server couldn't be found" though the local server is running..As I'm new to …

Member Avatar for cool_zephyr
0
233
Member Avatar for MinecraftMob

im Trying to make a label move when i push The WASD Keys But as i push it pauses i dont know how to fix it so it goes as soon as i push it Heres Code So Far[CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; …

Member Avatar for devloper
0
103
Member Avatar for ara_tul87

i search and find this code at [URL="http://blogs.msdn.com/b/codejunkie/archive/2008/09/13/bluetooth-device-control-development-using-c.aspx?wa=wsignin1.0&CommentPosted=true#10237561"]http://blogs.msdn.com/b/codejunkie/archive/2008/09/13/bluetooth-device-control-development-using-c.aspx?wa=wsignin1.0&CommentPosted=true#10237561[/URL] and I think this code can be used to make the Bluetooth on my pc turn on or off but the code using reference to windows mobile. anybody have idea on this... I need the sample to turn on and off Bluetooth …

Member Avatar for mshauny
0
211
Member Avatar for mshauny

Hi Any suggestion on how to save an image file into mysql using the .NET api? I tried code similar to this : MemoryStream stream = new MemoryStream(); byte[] imgData; //previously available image in the program Image.Save(stream,ImageFormat.Jpeg);// saves the image into the stream imgData = stream.ToArray(); //now I have the …

0
82
Member Avatar for happygeek

[ATTACH=RIGHT]22271[/ATTACH]It's official: Android now has a greater market share than iPhone across the EU5 countries of France, Germany, Italy, Spain and the UK. According to newly published data from the [URL="http://www.comscore.com/Products_Services/Product_Index/MobiLens"]comScore MobiLens service[/URL], nearly one in four smartphone users in the EU5 region were using smartphones running on a Google …

Member Avatar for Swordstech
1
399
Member Avatar for sah

The following code is used to connect C# with mysql server connectionParam = "SERVER=" + DbServer + ";DATABASE=" + dbName + ";UID=" + uName+ ";PASSWORD=" + pass; MySqlConnection mConnection = new MySqlConnection(connectionParam ); But what will be the code, if MySql can only be accessed through HTTP Tunneling. Tunneling URL: …

Member Avatar for heppiedad
0
230
Member Avatar for restrictment

Hey guys, I need a really simple code for chatting across consoles. I have looked up many tutorials on how to do this, yet they all seem to fail. All I want is a VERY simple chat that sends data from the client to a file, and then receives the …

Member Avatar for restrictment
0
939
Member Avatar for king03

I need to output all the student information (name, student no, gender, course) and the charges (registration fee, athletic fee, medical and dental fee, IT infrastructure Fee, Library Fee, Supplementary Fee) in a messagebox with a process menu option. How do I do it? Where should I put the messagebox.show …

Member Avatar for mshauny
-1
92
Member Avatar for tapandesai007

I have added a panel control at the design time and I want to add some buttons in the panel at the runtime, the code for adding the buttons in working perfectly, but the problem is with the Panel control, when the Buttons are added at the run time, the …

Member Avatar for tapandesai007
0
210
Member Avatar for vaishnu

Hi all I have to read data from a binary file .And that data is at a particular address F7F0 and i have to store that data in a variable . As far as i know the binary file contains address. But can that address be printed or taken for …

Member Avatar for mshauny
0
172
Member Avatar for king03

Hi guys how do I limit the units in my textbox to 15? when the total units is already in 15, I must not be able to select an item from my checkbox anymore. I have an attachment for you to use as your guide.

Member Avatar for mshauny
0
129
Member Avatar for king03

how do I disable the selection of an item in a listbox? For example I already selected item1 from the listbox, I cannot select that same item1 again. How do i do that?

Member Avatar for mshauny
0
152
Member Avatar for mshauny

Hi I'm not an asp .net developer although I have done web development with php and mysql, I'm more of a software developer for desktop and mobile devices. So this is my first big project with ASP .NET. I have a question with the ASPNETDB database, understand that the database …

Member Avatar for crishlay
0
176
Member Avatar for anish99virgo

Hii all!! Well i want to know about how to check for the password entered by the user in a textbox?? When a user enters some characters in textbox, i want to show a label which will tell about the strength of password, that is it strong, weak , poor... …

Member Avatar for anish99virgo
0
6K
Member Avatar for jlivvers

Hi whats the best MS developer certification currently? I've noticed that the MCAD is mostly retired now. thanks!

Member Avatar for C#Jaap
0
158
Member Avatar for nore

Hello.. I want to make application that can count how many file was selected by me. For example i drag / select 2 files (.jpg) and then i right clicking them to raises menu, one of menu was registered by me in regedit with command execute app in my ClassLibrary …

Member Avatar for Mitja Bonca
0
137
Member Avatar for Kath_Fish

Hi... I have question on how to do the combination in Window Form. Now, I have a list of data eg. 1. 1111 1112 1113 1114 1134 1133 1222 1345 1444 2. 1111 1122 1134 1135 1145 1234 1235 1245 1445 I have already split them in array and i …

Member Avatar for Kath_Fish
0
97
Member Avatar for mshauny

Hi can anyone help me out here, I did a class working fine but i can't make objects out of it. do i need to include the file that has the class in my new file? with an include statement? say i have this. #file 1 <?php class foo { …

Member Avatar for macobex
0
132
Member Avatar for muzikhera

i have two related table name employee and userloginlogs. In my program user must first log username and password located at employee table. If the user already logged in i want to get the employeeID at employee table then save it to userloginlogs table plus the login and logout date …

Member Avatar for muzikhera
0
132
Member Avatar for mshauny

Hi I made a browser game with php and a little bit of java script, the ask a random question, then i dynamically load answers as image links, which the participant should select the correct one, if it is then he will go to the link the image href points …

0
67
Member Avatar for Nitin Daphale

Hi all, In my project I am creating .dat(or any extension) file after BinnaryFormat Type Serialization of objects(Datatable) and I deserialize that .dat file to retrieve Data from object(Datatable). Problem is when I open that .dat file , I can simply see sort of Data. [I] My question is how …

Member Avatar for mshauny
0
119