| Thread | Last Post | Replies |
|
| Trying for FILETIME to local time and failing | 17 Mar 2008 05:24 GMT | 3 |
I looked at the help and googled a bit and decided I had the right idea. Starting with KFTP from PSC, I wanted to get the remote file last write time. The results was a GPF trying to write protected memory. Here's the setup. Any pointers appreciated.
|
| arithmetic overflow issue, how do I turn checking off in a compiled code module? | 17 Mar 2008 02:06 GMT | 2 |
I have a script that is compiled like this: provider = New Microsoft.VisualBasic.VBCodeProvider compiler = provider.CreateCompiler _results = compiler.CompileAssemblyFromSource(params,
|
| VB.NET Remoting Programming Challenge | 16 Mar 2008 12:38 GMT | 7 |
I have created a very simple and short (70 lines) demo to demonstrate how to send data between instances of the same applications running on the same box. Here is a link to a .zip file that contains the whole project.
|
| What event to trap for closing app | 16 Mar 2008 12:34 GMT | 2 |
I have an app comprising of the start-up form. I need to run a process when the application closes. What event do I need to trap for this purpose? Thanks Regards
|
| Posting data to a url | 16 Mar 2008 10:36 GMT | 1 |
How can I post data to a url and get the status code back in vb.net? In the past I have used the below code in vba whose vb.net equivalent I am looking for. Set oHttpPost = CreateObject("Microsoft.XMLHTTP")
|
| deny access to videos files | 16 Mar 2008 01:39 GMT | 1 |
How do I control (allow / deny) access to files such as videos. It seems that can be used httphandler but I can not! Someone would have an idea or a concrete example of code ? Thank you
|
| WMI & .NET Framework | 15 Mar 2008 20:55 GMT | 2 |
I just want to make certain I'm clear on something... I plan on using WMI in my VB.NET 2008 project. To do so I include the following statement: imports System.Management
|
| MS Tool to generate correct P/Invoke code | 15 Mar 2008 17:08 GMT | 1 |
http://msdn2.microsoft.com/en-us/magazine/cc164193.aspx This link tells how to use the tool and has a link to the tool. I have tried it and it works great. Lloyd Sheen
|
| Cant use courier font with PrintDocument - need to print labels | 15 Mar 2008 02:02 GMT | 5 |
I'm trying to print labels and need to use the courier font(not 'courier new') so my horizontal and vertical spacing matches up with the labels. I've tried using other proportional/monospace fonts but they don't have proper spacing for my labels and I know that 'courier'
|
| calculated values | 15 Mar 2008 01:59 GMT | 21 |
how can i do this: textbox1 + textbox2 = textbox3 (the two fields are given and the last field is automatically calculated.)
|
| Anagram Algorithm - How can I improve it? | 15 Mar 2008 01:06 GMT | 14 |
I am looking for your advice on a project of mine to create a fully- featured dictionary class. I have a source file with around 75000 words of UK English. These are sorted, then loaded into a Dictionary object, each with a long as its
|
| help on downloading a text file from a website into memory | 15 Mar 2008 00:43 GMT | 5 |
I have uploaded a text file to my website and can be accessed using a browser i.e. http://www.mysite.com/schedule.txt The text file is just plain text on multiple lines ie
|
| Deployment of VB 2008 Express Edition Project | 15 Mar 2008 00:39 GMT | 2 |
How do I deploy a project created with VB Express 2008? I thought there was some type of deployment project template I had to use, but there are no templates with the program and when I click on "Online Templates", nothing happens.
|
| Changing my clock makes my app not compile? | 15 Mar 2008 00:36 GMT | 2 |
I'm writing a routine that does some cleanup whenever it senses a change in the date. The only way to test my code is to set the date back to yesterday at 11:59pm and observe the change as it occurs. I did so, and noticed an error. So I altered my code to allow for the
|
| Advanced and basic examples on how to write a DLL | 15 Mar 2008 00:22 GMT | 11 |
On the net, there are no much explanatory examples that tells how to write a DLL using VB.NET. There are a few but completely lack of teaching ones that isn't useful for me. Also i had some books but none of them tells how to write a DLL step by step and deeply and i'd like
|