- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
nothing
18 Posted Topics
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 … | |
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 | |
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("", "") … | |
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 … | |
Re: use My.Setting.'item name' you dont need to seperate settings from your application | |
Re: 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 | |
Re: [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] | |
Re: 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 … | |
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 … | |
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 ? … | |
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,:) | |
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 … | |
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 … | |
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 | |
Re: I dont know which language is my favorite ! If I knew all of them I could answer . | |
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. | |
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 … | |
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 |
The End.