| Thread | Last Post | Replies |
|
| Show the current line | 03 Jan 2005 10:49 GMT | 3 |
In the Visual studio Interdev (.NET architecture) - How can I see the current column + line of the cursor ? Thanks :)
|
| how to create a array of labels in vb.net? | 03 Jan 2005 10:25 GMT | 2 |
Any one know how to create a array of labels in vb.net. the old way of copy in vb6 dont seem to work any advice Regards
|
| .NET install for dummies | 03 Jan 2005 08:58 GMT | 2 |
For a long time I did not understand the problems users had to install the .NET framework, and why they complained that it was so hard, but then I saw a user doing this, and I finally understood why. The problem is this: I created a .NET program, I created a setup.msi program
|
| Unique email/messaging requirement!!!! | 03 Jan 2005 04:57 GMT | 3 |
We have a unique email/messaging requirement. We have a Windows application in VB.NET. Our customers need to be able to send email or a message to our server. But the catch is that they do not have an exchange server or any SMTP mail server. All we can count on is that they have ...
|
| Creating XML document from TCP/IP | 03 Jan 2005 04:47 GMT | 1 |
I have an application the contains an asynchronous client socket. The application uses the BeginReceive to specify the callback function and the byte array buffer for the received data. The data recieved into my byte array buffer contains a byte representation
|
| Fw: Com Interop error!!! | 02 Jan 2005 21:41 GMT | 3 |
I have created a component say MyAssembly.dll in .net and gave it t strong name. I have compiled the dll with 'Register for COM Interop' to true. Then I used Regasm to register it and create a tlb to use it in VB6.0. It works on my
|
| HTML Table Resize Problem | 02 Jan 2005 17:31 GMT | 2 |
I'm using VS.Net 2003. I have a Web App where I'm trying to resize cells in an HTML table just the way I want in design view. Whenever I try to drag the size of the cells it snaps to larger sizes and acts really weird. Also it doesn't go exactly where I want it to go. My ...
|
| API interfacing with a LPBYTE from C# | 02 Jan 2005 13:43 GMT | 2 |
Hi, I have the following function that I need to call from C#. HRESULT CamPreviewGetBGR16(HANDLE hCamera,LPBYTE pBuffer); but I am stuggling with the LPBYTE pBuffer. I have decalred it as [DllImport("mobilecamapi.dll",EntryPoint="CamPreviewGetBGR16")]
|
| Message Box That Expires? | 02 Jan 2005 12:56 GMT | 3 |
Anyone have an example of a message box that expires, maybe a background thread that when times about, triggers that default button?
|
| any one have any good links that i can readup on threading? | 02 Jan 2005 10:41 GMT | 4 |
any one have any good links that i can readup on threading? thanks thanks
 Signature WebSite : http://soonlee.agreatserver.com
|
| .Net is awesome | 02 Jan 2005 07:55 GMT | 14 |
I've been a classic VB developer for the past 6 years. I've only been developing in .Net (using C#) for the past 2. I'm currently studying for the MCSD and I already have a couple exams under my belt. VS.Net is the technology I've chosen to move forward with due to my history ...
|
| Weird issue with System.NullReferenceException | 02 Jan 2005 02:17 GMT | 2 |
I am having a very strange issue with my asp.net application. I have created a datagrid which dynamically gets populated from a person choosing a value from a dropdown list and entering a quantity into a text box (a simple version of a shopping cart). When I run/debug the
|
| Winforms Design View Corruption | 02 Jan 2005 00:14 GMT | 1 |
I have found that if I develop and application in one location and then try to move it to another directory somewhere, the solution opens just fine, builds, and runs, OK. However, opening ANY of the forms in the design view will result in corrupted views. Specifically, all ...
|
| paste images to web page forms | 02 Jan 2005 00:12 GMT | 1 |
I am trying to find out if there is a way to paste images to web page forms much like you can paste text. The reason being is we have a web based help desk site and users submit issues using a form that we made.
|
| How to get size of file on server? | 02 Jan 2005 00:02 GMT | 2 |
How would I get the size (In bytes or kilobytes) of a file on a typical HTTP web server. For example, I would like to get the file size of this file: http://www.virtualwareproducts.com/virtuadisk/virtuadisksetup.exe -Jason
|