|
First
|
Prev |
Next
|
Last
Pages: 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172
NumLock, CapsLock, Inset/Overwrite Hi All, In VB.Net how do I determine if CapsLock is on/off (same for NumLock) and whether the input mode is set to Insert or Overwrite (Insert Key). I just added a status bar to my app, and I want to reflect the state of these three items (similar to Word, Excel, etc.) I've found the key enumerator value for ... 18 Mar 2005 21:23
Releasing DataBase after Creating I create a database file using ADOX Catalog. However, I want to later delete the file but I get an error message that the database is being used by another process. I have even tried creating the database then deleting it immediately after with no other manipulations of creating tables, etc. It seems that th... 17 Mar 2005 05:01
Round Button I am trying to create my own button control, but I want it round, not square. I can draw the graphics just fine, but I wish there was some way to make the background of the Usercontrol area transparent. Is there a way to do this? -- --Zorpie ... 13 Mar 2005 13:18
How to upload file via HttpWebRequest POST? I'd like to upload a file in vb.net vis POST using HttpWebRequest. It needs to simulate some one using a webform. The webform works fine when I manually upload through the web browser. However, this code will return an error 500 on the line indicated below. I'm passing the upload file field name and value b... 9 Mar 2005 12:41
Memorystream Hi group, I am trying to decipher MemoryStream. I need to read the contents of a text file to memory line by line, process each line and the output the line to a new text file. However, it is proving a bit painful trying to work out how to do this with memorystream. Any chance someone could post some sample ... 9 Mar 2005 07:28
ADO example Hi, I have always worked with DAO in VB6. Now I want to change to dotnet and ado. In general I don't have problems with dotnet(2003) but I need a example for a simple database (ex: 2 fields: name and adres) 1. making the database 2. Making a table 3. Making a index 4. Making a relation with... 19 Mar 2005 04:34
printform In vb6 there is a method call printform but no in .net is there a way to do this ? There is a sample in msdn capture the screen and then print it.but it is blur when printed. And there is some samples used string ,it is a little complex for there is picture and style in the form. How can I do? ... 24 Feb 2005 05:19
Dialup connection problem (VERY URGENT) Hi all. I am having some troubles with an application that has to open a dialup up connection. I am using the Ras API RasDial to call the remote modem an all works properly. I am also able to close the connection by calling the RasHangUp API: in this case i can redial the number and open a new connection. Th... 23 Feb 2005 05:08
RTD replace DDE in .NET? Hi, I've been reading that in .NET, RTD replace the VB6 DDE. With VB6 DDE it was possible to read from an Excel sheet to a textbox for instance, if we had the topic and source. I know that VB.NET to Excel (through RTD) is easy, but can we connect the VB.NET app. directly to the RTD server to be able to rea... 22 Feb 2005 18:13
Check group membership, the sequel Hello there IsInrole gives ya the means to check if the current or impersonated user belongs to a specific windows role or group. is there a way to do the same without using ADSI to check if "domain\user" belongs to "domain\group"? the reason is, when getting the "memberof" property of a user, then checking if... 22 Feb 2005 18:13 |