Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~5K People Reached
Favorite Tags
Member Avatar for Dorayaki

Hello, I have this code for sending and receiving file transfer using C#. But I don't know how to send the file name and save it as file name.. have tried many methods and googling too and still haven't found any clue. Here the client send file: [CODE]Stream Fs = …

Member Avatar for Dorayaki
0
690
Member Avatar for Dorayaki

Hello, Currently I'm developing simple chat client. I want to know how to pass data from one form to another form but at the same form. For Example I have two Form which is Form1 and Form2. Form1 can generate Form2 many times but which different Form2 just the Form2.text …

Member Avatar for Dorayaki
0
180
Member Avatar for Dorayaki

Hello, I got a problem, I can save my data to access database and in the access database field I set it to date/time. But problem is when I get the value out from the database.. the format is always month/day/year hour:minutes:seconds example today: 5/2/2011 12:00:00 How to get the …

Member Avatar for Unhnd_Exception
-1
3K
Member Avatar for Dorayaki

Hello, I had done my program, but I got a little problem here. I don't know how to create Setup for my program. I'm using Visual Studio 2008. What I want is, when the user install, it will ask the user if they want to install the database or not. …

0
69
Member Avatar for Dorayaki

Hello, What is the best hashing for password and what is the best encryption for credit card (of course we will need to decrypt it later) ? Also I would like to know, how did people usually generate salt ? I always heard about md5+salt but how did they usually …

Member Avatar for cwarn23
0
77
Member Avatar for Dorayaki

Hello, I'm just looking for an answer or idea. I plan to connect vb.net to mysql (which is done) and also the PHP connected to the mysql. But I'm confuse with something. VB.NET is use for offline things (which people will come to store and buy), but PHP is buying …

Member Avatar for samuel_1991
0
380
Member Avatar for Dorayaki

Hello, Currently I can connect database through local area network by using IP address on the SQL string. Then I read about security things that it require ssh/tunneling ? I also wanted my computer can connect to mysql database server not only through LAN but also through the Internet. So, …

0
59
Member Avatar for Dorayaki

Hello, I Got problem in using delimiter by using vb.net 2008 Please take a look at my code [CODE] Dim array As String() Dim IPaddr as String Dim r As New System.IO.StreamReader("config.ini") Dim rline As String = "" Dim s As String = "" While r.Peek <> -1 rline = …

Member Avatar for codeorder
0
105
Member Avatar for Dorayaki

Hello, I try to do a program that can search whatever the user typed. But I kind of having a problem, which I cannot select everything matches. For example, I type "Hi there hello, what is your name ? please say hello" The I click on the search button. It …

Member Avatar for Taywin
0
97
Member Avatar for Dorayaki

Hello.. I'm trying to make Snake and Ladder Games... For the Board I use PictureBox but for the players I don't I'm using circle which is image... because players can move when they roll the dice.. so I should use DrawImage and Because I want to make the background Transparent …

0
53
Member Avatar for Dorayaki

Hello... I Just know how to Expand the Treeview when the user click on the checkbox, but how to uncheck all the child nodes and un-expand the treeview ? so if the treeview nodes is not clicked then unable to expand... For example I have [ICODE]- Parent 1 - Child …

Member Avatar for Dorayaki
0
135
Member Avatar for Dorayaki

Hello... I want to ask how to change text from richtextbox/textbox ? For example I have the sentences "The bird fly away" I want to change it into [COLOR="red"]Fly [/COLOR]bird [COLOR="red"]the [/COLOR]away I tried some code like this [CODE]TextBox2.Text = TextBox2.Text.Replace(Fly, The) TextBox2.Text = TextBox2.Text.Replace(The, Fly)[/CODE] it become The bird …

Member Avatar for kvprajapati
0
154
Member Avatar for Dorayaki

Hello I'm using M.Access I want to get date from database to my datetimepicker, but I got problem please help, here is my code. [CODE]Dim sStatement As String sStatement = "SELECT Transactions.RentDate " & _ "FROM Transactions INNER JOIN TransactionsDetails ON Transactions.[TransactionID] = TransactionsDetails.[TransactionID]" & _ "Where Transactions.MemberID = " …

Member Avatar for me655321
0
75
Member Avatar for Dorayaki

Hi Can anyone please check my code ? I'm trying to get today's date from database I tried many ways and I'm stuck now.. at my database access the transdate appears like this [CODE]11/29/2009 2:02:23 AM[/CODE] and this is my query code from VB.NET [CODE]"SELECT TransDate, Deposit, Withdrawal, TotalAmount FROM …

Member Avatar for Dorayaki
0
258
Member Avatar for Dorayaki

Hi, I made a new topic so it will not confusing. I want to ask how to unload sub menu ? for example, usually if we had sub subname() then we can just call it by subname() But then how to unload/not load that subname() is it possible ? Because …

Member Avatar for TomW
0
84
Member Avatar for Dorayaki

Hi, I want to ask about listbox things. I made a Listbox, 3 textbox, and a Database The Database Table is Member The member field has 4 which is MemberID, Name, Address, Phone. I have 2 records and it were display to the listbox which are Adry and Brandy (I …

Member Avatar for TomW
0
179