Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
Member Avatar for murid

Help me... I want to sent picture with socket programming, from client to server. client : get picture from OpenFileDialog, after get the picture , I send it to server. server : after get the picture from client, the picture is saved in a destination folder. I try my best, …

Member Avatar for Haleem_1
0
2K
Member Avatar for murid

Hai, I need a litte help here. I'm new in server world. I want to use this client-server for VPN network and transfering database record between client-server. what i want to ask is, can I use windows server 2012 for XP clients? or I should use win 7 clients? is …

Member Avatar for murid
0
260
Member Avatar for murid

I need to lock label position. so, my label can't move at all.. now, i'm using label1.Enabled = False.. but, my label.forecolor become gray.. can any help me to lock label position without changing label forecolor to gray?? thanks...

Member Avatar for MindFreaks
0
302
Member Avatar for murid

sorry to tell U that I'm very new to this PHP. i'm usng mySQL database. I want to made input using hiragana/katakana/kanji, and an output is from the database. in database, japanese words are using CHAR with collation= utf8_unicode_ci how do I make it ?? <?php input type="text" name="word"?> but …

Member Avatar for allincorporated
0
46
Member Avatar for murid

i'm making program to send picture through socket programming. now my program only can send to 1 destination using destination's IP address. i'm trying to develop the program, so my program can sending picture to many destination. with code below, i still cant send to many destination. only the 1st …

Member Avatar for kvprajapati
0
145
Member Avatar for murid

I have a button, if I press the button, new picturebox will appear in my main form. How to add picturebox name in the listbox ? how to select picturebox name from a listbox for deleting the selected picturebox? thanks...

Member Avatar for GeekByChoiCe
0
105
Member Avatar for murid

I try to create an forgot password application. in the application, in order to get user password, user must do some input. there is 4 input : Username, Name, Security Question, and Security Answer. [CODE]Try If TextBox8.Text <> "" Then kueri = "select Username, Pass, Nama, SecQue, SecAns from Account …

Member Avatar for Smith5646
0
105
Member Avatar for murid

I wonder, what is picture/ image especially JPEG n GIF format ?? Is it lines of bit, byte, or binary ?? thanks...

Member Avatar for mrnutty
0
94
Member Avatar for murid

I need help... I have a datagrid that show an online status. the Status column have 2 status, OnLine n OffLine. I want to make any record that Status = Online into bold style. is that possible ?? all I know is to make all datagrid into bold.. please help.

Member Avatar for murid
0
80
Member Avatar for murid

Usually I printing a document using PrintPreviewDialog, PrintDialog, and PrintDocumentDialog. but this time I need to print picture on my form control. object I want to print are 1 background image, several label, and several picture box. i dont know why my print preview still blank every time i want …

Member Avatar for kvprajapati
0
103
Member Avatar for murid

[B]Sending Parts:[/B] [CODE]For var = i To x Dim PACKET_SIZE As UInt16 = 4096 Dim ByteArray() As Byte ' Data buffer filestream = New FileStream(at(z), FileMode.Open, FileAccess.Read) Reader = New BinaryReader(filestream) Writer = New BinaryWriter(clientSocke.GetStream) ' Get socket's stream 'send size of file Writer.Write(CInt(filestream.Length)) 'Send the file data Do 'read …

0
60
Member Avatar for murid

I create a program that need to received some picture using socket programming, and coding for receiving picture is in background worker. PROBLEM : I need to make progress bar to show how much data I have received. my code still error... Help please... here's my code for received data …

Member Avatar for TomW
0
139
Member Avatar for murid
Member Avatar for jbennet
-1
70
Member Avatar for murid

1st of all, i'm new in socket programming... I try to received file.txt n show it in a form... I try my code below, but it always fails... it seem like become endless loops... I try to trace it, 1st loop seem ok, but it's not stoping after 1st loop.. …

Member Avatar for murid
0
129
Member Avatar for blackknight469

hey everybody! :D I am a major noob at programming and I am using VB '08 Express and want to use a text file to set variables on seperate forms of one program. What I would like to know is if i should use seperate files for each form and …

Member Avatar for blackknight469
0
83
Member Avatar for murid

i'm try to send many picture using socket programming in VB 2005 from client to server. but, after i run the program, only the first picture that reach destination server. and there is an error saying that my socket are no longer connected after the first picture are sent. client …

Member Avatar for murid
0
349
Member Avatar for chandiusjp

Hi All, i worked hard with following error from two weeks. when i am connecting to my sql database from client machine using vb.net following error occured. its worked for local machine. "an error has occured while connecting to the server. when connecting to sql server 2005 ,this failure may …

Member Avatar for samir_ibrahim
0
249
Member Avatar for murid

help me please... my nightmare begin when I smell something fried from my power supply, then suddenly my PC went off. I try to buy the new one, and I install it. first try switch on my PC, my monitor didn't response. I try to unplug my video card, clean …

Member Avatar for choybutchoy
0
216
Member Avatar for murid

if I want to send an animated GIF format picture, how do I save the picture in destination folder? I already using "System.Drawing.Imaging.ImageFormat.gif", but the GIF picture no longer animated, it become like JPEG format. another help please...

Member Avatar for Teme64
0
183
Member Avatar for murid

Help please... I'm new member and this is my 1st post.. problem : I want to drag n drop an object (label n picturebox) in 1 form. what i means is the object that I drag can be free moving in 1 form n drop it on anywhere on that …

Member Avatar for Teme64
0
138