| Thread | Last Post | Replies |
|
| Getting amount of total physical memory | 29 May 2004 12:36 GMT | 2 |
Is there any _managed_ way of getting total physical memory installed in the machine Thanks in advanc Michał Januszczyk
|
| https access? | 29 May 2004 10:03 GMT | 2 |
I am trying to write a vb form app which needs to copy http pages. It seems appropriate to use HTTPWebRequest for this purpose. However, I need to use HTTPS protocol, passing a username and password. I can't figure out how to force the class to use HTTPS
|
| HttpUtility from WinForm? | 29 May 2004 06:53 GMT | 1 |
I need to use the HttpUtility.UrlEncode method in a winform. However, the HttpUtility class is not available in intellisense from System.Web. What do I need to do to be able to use this method? TIA
|
| Double-click event in datagrid? | 29 May 2004 02:36 GMT | 5 |
Can anyone tell me how I can detect the double_click event in a datagrid CELL. I have a read-only bound grid that appears to only receive the event if you double_click the header or in between a row... I'm basically trying to retrieve the value of the underlying row to retrieve
|
| HasChanges not being updated? | 28 May 2004 21:55 GMT | 3 |
I'm sure I must be missing something here.. I've created a simple parent - child form appl. in which I open a dataset in the parent (MDI) using a dataadaptor to an Access database, and a dataset. The SELECT of the record set searches for a specific entry, if it returns a
|
| Please help me! | 28 May 2004 20:36 GMT | 1 |
About 2 days ago I could no longer chat in chat rooms. I get to the site, log in, but then the chat window comes up blank. I have spoken to many service agents, and tried many things to no avail. Does anyone know what the problem could be??
|
| Database of english words? | 28 May 2004 20:22 GMT | 1 |
Hello, I am writing a small word game, and I need a way to verify whether a user-entered string is a real English word. I know that on most UNIX systems there is simply a large file of english words that developers use for similar purposes. Is there such a database in the .NET ...
|
| File or assembly name FxMdacPlugIn, or one of its dependencies, was not found | 28 May 2004 20:12 GMT | 1 |
I have a VB.NET solution with one VB.NET project in it. I am trying to add a "Setup" project to the solution, and I am getting this error msgbox "File or assembly name FxMdacPlugIn, or one of its dependencies, was not found". Anyone know why?
|
| event hang on | 28 May 2004 18:41 GMT | 1 |
i'm looking for a kind of event which can hang on when the app runs, if somethings changed , it handle it is there such event? anyone can tell me thx so much
|
| Calling a static method in another AppDomain | 28 May 2004 17:09 GMT | 2 |
I have a scenario where I've created another AppDomain to dynamically load a DLL(s) into. In this newly loaded DLL I want to call a static method on a class. The problem arise is that I have the same class/static method definition statictly linked to my EXE and when I call ...
|
| Waiting on a Thread - Revisited | 28 May 2004 17:01 GMT | 44 |
Hi guys. I'm back on the threading gig again. It's the age-old question about waiting for something to happen without wasting time doing it. Take two threads: the main thread and a worker thread. The worker thread is
|
| WindowsFormsParkingWindow problem - please help... | 28 May 2004 17:01 GMT | 2 |
I am developping an application, and it runs fine... It is a monitor utilitie and runs on the background... When I close the application for example with Form1.Close() it shuts down succesfully But when windows tries to shut it down (by logging off or by shutting down your ...
|
| Disabling MDI Parent form Scrolling | 28 May 2004 16:23 GMT | 1 |
Is there any method to prevent the auto scrolling of MDI container form? Autoscroll is not working. Regards Shabeer
|
| Help! How do I get MS Access Field Properties using VB.NET? | 28 May 2004 16:21 GMT | 2 |
I am a bit new to vb.net. I have figured out how to use a data reader to get column and row information from my MS Access database using OLEDB. The problem is that while I can easily get the column names, I can NOT seem to get any properties associated with a given col For ...
|
| How can a windows service stop itself? | 28 May 2004 15:59 GMT | 2 |
I am writing a windows service using VB.net. As part of my error handling I want to stop the service if a fatal error occurs. I can not find any information on how to get a windows service to stop itself Does anyone know how to do this Thanks Jef
|