| Thread | Last Post | Replies |
|
| Remove Detail in Datagrid, | 23 Jun 2005 05:41 GMT | 1 |
My datagrid is bind to a datatable , and i need to remove the blank amount before save() Now, if my datatable got over 4000 records, It really take a long time to remove each of them ,
|
| Enterprise Library Configuration Block | 23 Jun 2005 04:40 GMT | 1 |
Do somebody know a way to use object collections with enterprise library configuration block? Thanks
|
| Registry Question | 23 Jun 2005 02:53 GMT | 3 |
I want to store non-string values in the registry. I have a few Boolean flags and some integer numbers that I want to store. It appears that the SaveSettings command only handles the saving of string values to the registry. Is there some other command that I ...
|
| Icon & embedded resource | 23 Jun 2005 01:28 GMT | 2 |
I've created a c# dll with some classes and i've included some icons that i can see with ILDASM like namespace.iconfile.ico I re-use this dll (dll reference) and relative classes in many vb project How i can re-use icons?
|
| Help: I can't delete a file on a mapped network drive using vb.net! | 23 Jun 2005 00:59 GMT | 2 |
I am trying to make a file sync utillity to sync files between my laptop and my desktop pc. On my desktop machine (xp pro sp2) I have shared my "Visual Studio Projects" folder using windows simple file sharing. And have specified the "Allow network users to change my
|
| Threading a routine with parameters? | 23 Jun 2005 00:52 GMT | 3 |
To start a new thread of a sub routine I use: '/////////// Dim t as Thread = New Thread (AddressOf MySub) t.Start
|
| Return a string | 22 Jun 2005 23:06 GMT | 6 |
Hi, all! How can a show up a form then get a return string from it when it close? I mean like inputbox! Thanks in advance Regards, Stanley
|
| Redistrbution of the Net Framework | 22 Jun 2005 22:14 GMT | 3 |
I made project by using VS.Net 2003, and as you know all the project made by VS.Net it requeried .Net Framework ? And I made web site to sale my project ,as e-commerice ? my question is about Copyright :
|
| Windows Form App Collecting cookies | 22 Jun 2005 22:11 GMT | 8 |
How would you access a cookie value from a windowsform? This is how I do it from asp.net: If Not Request.Cookies("RunNodeReport") Is Nothing Then Response.Write(Request.Cookies("RunNodeReport").Value.ToString)
|
| Send message to TCP device | 22 Jun 2005 22:11 GMT | 1 |
We have an Intermec stationary computers setup to basically clock people in and out... I have code running (borrowed from Planet Source Code and modified to suit) to receive packets from these computers each time someone swipes their card. The code sends back a response to the ...
|
| dummy question :-) | 22 Jun 2005 22:00 GMT | 2 |
How do I compare if two variables are the same instance of a class ? Example dim instance1 = New MyClass ...
|
| Security Warning mess | 22 Jun 2005 21:26 GMT | 2 |
when my client runs an app i'm developing for him he get the following msg =================== Open File - Security Warning The publisher could not be verified. Are you sure you want to run this
|
| overriding XP styles in ProgressBar | 22 Jun 2005 20:34 GMT | 2 |
I've written an app in VB.NET 2005 Beta that monitors temperature of several devices. I am using the ProgressBar for visual indication of temperature; all readings in expected range cause the bar to be blue continuous and when that threshold is exceeded the bar turns red ...
|
| UDP Broadcast Receive | 22 Jun 2005 20:28 GMT | 6 |
I'm going around in circles here and need some help. Scenario: I am using (have used) either the UDPClient class or Sockets class to broadcast some bytes to 255.255.255.255 (udp protocol). Upon doing so, a device (of which I will know nothing about) will receive my broadcast
|
| flicker when toggling btwn child forms | 22 Jun 2005 20:28 GMT | 1 |
I have an MDI application with two maximized child forms. At any given time only one of the child forms is in the foreground and visible. To alternate between the two child forms, I can type Ctrl-Tab. This results in a seamless toggling between the two forms - no flickering.
|