Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

18 Posted Topics

Member Avatar for MeSam0804

Hi there, I'm using windows 8, I was able to use all apps and enjoying them but unfortunately now, they will not open I click on the app's tile in start menu, it tries to open but after seeing the loading, suddenly it terminates and start menu comes up. I …

Member Avatar for Rik_
0
171
Member Avatar for MeSam0804

hi, I recently got win 8 and when I want to connect to a vpn the main connection goes limited so then it has no internet access anybody knows how to fix it ? thanks

Member Avatar for MeSam0804
0
223
Member Avatar for MeSam0804

I searched and found a lot of codes and I made a code for myself for transfering file through ftp protocole but I got some errors there that I dont know:-s this is my code : Dim FTPRequest As System.Net.FtpWebRequest = DirectCast(System.Net.WebRequest.Create("ftp://ftp.microsoft.com/Softlib/" & "README.TXT"), System.Net.FtpWebRequest) FTPRequest.Credentials = New System.Net.NetworkCredential("", "") …

Member Avatar for Reverend Jim
0
3K
Member Avatar for MeSam0804

hi, I am recently very curious to know how I can make a connection between two computers which are not in a local network. I googled a lot but there are always solutions for local IPs Now I know that I should make a server and a client to send …

Member Avatar for MeSam0804
0
1K
Member Avatar for Stealthbird97
Member Avatar for Reverend Jim
0
200
Member Avatar for BBMoretti

you can add your listview columns into your combobox in this way : For i = 0 To ListView1.Columns.Count - 1 ComboBox1.Items.Add(ListView1.Columns(i).Text) Next

Member Avatar for Reverend Jim
0
166
Member Avatar for gozo12

[CODE] Dim grp As ListViewGroup grp = ListView1.Groups.Add("String", "String") Dim item As ListViewItem = New ListViewItem(grp) Dim remain As Integer Math.DivRem(ListView1.Items.Count, 2, remain) If remain <> 0 Then item.BackColor = Color.White Else item.BackColor = Color.WhiteSmoke End If item.Text = "Item String" item.SubItems.Add("sub item" ) ListView1.Items.Add(item) [/CODE]

Member Avatar for MeSam0804
0
127
Member Avatar for kahsouri

I have the same problem I cant see any wireless connection in 'connect to a network' its been hidden though they are shown in other devices or windows versions I think vista has a feature that will hide all wireless connections due to move up the security do you know …

Member Avatar for MeSam0804
0
146
Member Avatar for MeSam0804

hi I want to use arcgis in vb2008 I know that my visual studio should have arcgis's projects but I don't see any of those projects I googled lot and have found nothing to solve this problem but I think its something related to add-ins I don't know how to …

Member Avatar for MeSam0804
0
80
Member Avatar for MeSam0804

hi, I wanted to get the directories in a specific path and I wrote that by threading programming but when I call [CODE]waithandle.waitall(mywaithandles)[/CODE] , I get the unhandled exception of type 'System.ArgumentNullException' occurred in mscorlib.dll Additional information: Value cannot be null. error. Can anyone help me what to do ? …

Member Avatar for MeSam0804
0
316
Member Avatar for MeSam0804

I want to modify the shapes and graphics in a picturebox, like what you do in paint. How can I select the drawn graphic and then modify in size,color ,... Is there any property to use there ? thanks,:)

0
61
Member Avatar for MeSam0804

how can I read or copy such files , so that I can use them or know what they include ? I know it's because of that they are protected and not shared while use , but I want to use these data maybe it can be done bysome kind …

Member Avatar for MeSam0804
0
174
Member Avatar for MeSam0804

hi I want to fetch data from sql and use them to make a new data I really like to store the records in variables and maybe do some operations on some of them , but the main point is to update three tables in ways that are not the …

Member Avatar for MeSam0804
0
143
Member Avatar for MeSam0804

hi , I have ubuntu 10.4 on cd and I tried to install it the following error occured at the begining : (process:257):GLib-Warning**:getpwuid_r():failed due to unknown user id(0) stdin:error0 plz tell me what to do

0
145
Member Avatar for progcomputeach
Member Avatar for MeSam0804
0
152
Member Avatar for MeSam0804

hi everyone, I got interested in learning F# that Microsoft had published but the problem is that i don't know how i can learn it I just know that it has one reference tell me if you have sth for me thx.

0
69
Member Avatar for MeSam0804

hi, I want to know why some programming languages are so powerful,while others go away easily. Although C is an old one,it is used very much today (in c++ or Java). What properties do they have that keeps them alive,and what the languages like pascal or other -that I don't …

Member Avatar for MeSam0804
0
99
Member Avatar for MeSam0804

hi , my name is meisam , from Iran I searched for sth in Google & unexpectedly I found this I'm glad I'm a member of daniweb and I hope everybody get problems solved

Member Avatar for DianeBrandt
0
70

The End.