First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
The JumpLists for VB.NET?
There is a article about JumpLists for Windows 7. http://blogs.windowsclient.net/sergeyzwezdin/archive/2009/06/01/windows-7-programming-taskbar-part-10-final-part-jumplists.aspx What meaning about the C# code below, how to convert to VB.NET? Thank you. ////////////////////////////////////////////////////////////... 10 Nov 2009 19:43
Help accesing clarion TPS file structure
Hi The original developer left and now I'm trying to migrate the old app (made in Clarion) to .Net using either VB.Net or C# 2005, is there a way I can view each TPS file structure so I can replicate the structure to Sql Server??, each TPS file stores data like a table, for example theres a TPS file for supp... 9 Nov 2009 09:59
ToUpper() vs UCase()
string str1="rakshith"; if(str1.ToUpper()=="RAKSHITH") { //DO SOMETHING } Console.WriteLine("str1 value is : " + str1); //prints as "RAKSHITH if(UCase(str1)=="RAKSHITH") { //DO SOMETHING } Console.WriteLine("str1 value is: " + str1); //prints as rakshith Seems ToUpper() makes str1 mutable whereas in ... 9 Nov 2009 22:16
Socket stuck in CLOSE_WAIT
I am trying to debug a service that I wrote that uses a System.Threading.Timer to periodically fire off a handler that opens a socket to a pop3 server and retrieves emails. It works OK most of the time, but every so often I notice that one of the dual cpu's pegs at 100% usage. I used Process Explorer to look a... 7 Nov 2009 20:42
change XML encoding
Okay, I need to clean up these files. They are coming out of this goofy system with this header: <?xml version=?1.0? encoding=?UTF-8??> The quotes around things are not coming in as quotes. And it's not the correct encoding anyway. It needs to be this: <?xml version="1.0" encoding="ISO-8859-1"?> So I ... 6 Nov 2009 13:42
"Form Files" not grouped in my solution explorer?
I've got a project where, in the solution explore, nothing is "grouped" any more. For example, the files for my "forms" such as: form1.frm.designer.vb, form1.frm.resX and form1.frm.vb are all just listed as seperate files. This isn't causing any real problems but I'm very curious about why it's behaving this ... 5 Nov 2009 16:47
Urgent please help me?
Hi friends, Can any one give me a linek to Free Download OCKODAK.DLL file. Thanks in advance ... 4 Nov 2009 02:02
LINQ to Access
I am trying to use LINQ to get data from an Access database. It is not working. After searching the web, I came across a number of posts saying LINQ does not work with Access. However, all these posts are dated early 2008. Does anyone know if this is still true? Is there, as of today, still no LINQ to Acc... 3 Nov 2009 19:23
automating a web process
Everyday, sometimes several times a day, I get on a website, login and check for parttime jobs to accept. Would like to automate this process so that I don't have to be on the system so much. I have experience programming in VB .NET but nothing like this. Can this be done? If so, any ideas? Janet ... 4 Nov 2009 11:59
WPF Gridview make last column fill space
As subject says I am trying to get a Gridview to allow the last colum to fill the space. There is no Fill attribute and I have now read about 50 blog entries with the same problem and no solution. I have noticed the following about WPF entries. It starts with a question, then an answer and the a whole topic ... 2 Nov 2009 12:24
First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72