Found 20 threads
-
0 Voti
continuing file search after UnauthorizedAccessException error
I want to search an perticular .exe file on all the fixed drives (c:, d:, ....) and then replace it with another same named file. I am trying to get it but could ...Con risposta | 12 Risposte | 14607 Visualizzazioni | Created by masoomsanadi - martedì 21 novembre 2006 10:43 | ultima risposta da cheong00 - lunedì 12 ottobre 2020 01:16 -
2 Voti
Disable New Row on DataGrid
Is there any way to disable the ability to create a new row at the bottom of a datagrid? The row marked as "*" appears automatically and I want to disable so I can programatically ...Domanda | 5 Risposte | 19917 Visualizzazioni | Created by sandsdad - martedì 10 ottobre 2006 21:19 | ultima risposta da Singh . Brajendra - giovedì 20 agosto 2020 13:06 -
0 Voti
Build up a variable name with a string
Hi, I wonder if there's a way (in c#) to build up a variable name by the concatenation of two strings...For example int intTest = ...Con risposta | 23 Risposte | 21394 Visualizzazioni | Created by nicromi - lunedì 9 ottobre 2006 11:34 | ultima risposta da DerrickKoehn - lunedì 29 giugno 2020 01:30 -
12 Voti
What makes C# better than VB
hey friends, I am a Visual basic developer. I hear that every C# programmer says C# is better - stronger than VB . But when I ask the reason I can never have a ...Discussione generale | 40 Risposte | 36722 Visualizzazioni | Created by Ayhan Yerli _TR-NL_ - lunedì 27 novembre 2006 13:49 | ultima risposta da DA924x - giovedì 19 marzo 2020 20:52 -
0 Voti
I need the best programmer's chair! Visual Basic programming is killing me!
Hello, All. This is a little off the subject, but not really... Its TOTALLY Visual Studio/Basic related!!! Since beginning programming with the Visual ...Con risposta | 5 Risposte | 14395 Visualizzazioni | Created by kaanuki - venerdì 22 settembre 2006 17:32 | ultima risposta da NicholinaS - martedì 17 marzo 2020 07:48 -
1 Voti
IDE in Design view
i have just installed vs2005 and have a problem with the design view of the IDE. i cant place a button or txtbox or the like on the design view and see it. the code is there ...Con risposta | 23 Risposte | 11878 Visualizzazioni | Created by jimkn - sabato 25 novembre 2006 18:07 | ultima risposta da FayazNaim - martedì 17 marzo 2020 01:18 -
0 Voti
CreateProcessWithLogonW
I have been trying to create a 'simple' Visual Basic.net program which will allow me to run another program under a different user... basically simulate the functionality of ...Domanda | 13 Risposte | 13505 Visualizzazioni | Created by RichardCUK - giovedì 5 ottobre 2006 10:07 | ultima risposta da PhilL-66 - giovedì 16 gennaio 2020 17:07 -
16 Voti
How to turn off "AutoGenerate" of columns when a DataGridView is data-bound
I have a Windows form that has a DataGridView on it. I have bound the DataGridView to show data, that I specifed, from the database (I defined the cells that I want to see through the ...Con risposta | 20 Risposte | 96166 Visualizzazioni | Created by Dexter - sabato 19 agosto 2006 17:12 | ultima risposta da Miral - mercoledì 4 dicembre 2019 23:28 -
0 Voti
System.IndexOutOfRangeException was unhandled
why I am getting this eeror for this line? txtArea.Text = sql_reader["address_area"].ToString(); and ...Domanda | 6 Risposte | 19643 Visualizzazioni | Created by Jassim Rahma - venerdì 10 novembre 2006 23:16 | ultima risposta da WayneAKing - martedì 9 ottobre 2018 19:49 -
1 Voti
How to test for Null values in ADODB recordset in VB.Net
What is the easiest way to test for a Null value in an ADODB recordset when using VB.Net. The IsNull function does not work in VB.Net, or so it ...Con risposta | 10 Risposte | 62973 Visualizzazioni | Created by Christie Myburgh - venerdì 15 settembre 2006 16:09 | ultima risposta da acwchane - giovedì 4 ottobre 2018 17:18 -
9 Voti
Access to remote folder
Hi, I have an app which must read, change and save (update) files on remote PC. I have a special user/password to access the remote ...Con risposta | 22 Risposte | 143708 Visualizzazioni | Created by slcoleg - martedì 29 agosto 2006 17:11 | ultima risposta da sldghmr - mercoledì 19 settembre 2018 12:24 -
1 Voti
Net Framework 3.5
I need help installing Net Framework 3.5 I have tried absolutely everything I've seen online, the cmd, the iso, changing group policies, the control panel, nothing works at ...Domanda | 6 Risposte | 14366 Visualizzazioni | Created by billymsh - domenica 22 luglio 2018 18:58 | ultima risposta da billymsh - mercoledì 1 agosto 2018 15:56 -
2 Voti
Remove blank lines from a textbox
Blank lines in a textbox can be: A series of spaces followed by a carriage return OR A carriage return OR A line filled with tabs How can I remove all ...Con risposta | 24 Risposte | 52782 Visualizzazioni | Created by Ultrawhack - mercoledì 15 novembre 2006 17:55 | ultima risposta da Sam437 - martedì 31 luglio 2018 15:25 -
7 Voti
Where's the WinForm event for AFTER a form has finished loading?
I need to fire an event AFTER a form has finished loading and is displayed to the user. Currently, I'm initializing my MapPoint control on my form in the form_load event. But, ...Con risposta | 15 Risposte | 29723 Visualizzazioni | Created by _Quimbly_ - venerdì 15 dicembre 2006 00:10 | ultima risposta da MarkInEugene2 - venerdì 1 giugno 2018 15:20 -
1 Voti
Visual Studio 6.0 Pro Installation: acmboot.exe
Hi, I'm having problem of installing Visual Studio 6.0 Pro. It gives me the error of "Error lauching Dir\acmboot.exe." When I ...Con risposta | 4 Risposte | 36812 Visualizzazioni | Created by Phuc H. Dao - domenica 20 agosto 2006 17:33 | ultima risposta da ADARSH GOHEL - mercoledì 23 maggio 2018 17:45 -
0 Voti
Azure Function Project won't compile with TFS build agent Error MSB4066: The attribute "Version" in element <PackageReference> is unrecognized.
The Function project builds and works fine in VS2017 15.4.0 both on my dev machine and interactively on our build server. When we run a build through the build agent, it fails with a couple of ...Domanda | 6 Risposte | 12861 Visualizzazioni | Created by Mike E Yeager - mercoledì 18 ottobre 2017 19:43 | ultima risposta da Connor McMahon - mercoledì 4 aprile 2018 19:09 -
11 Voti
Create a folder with permissions set to This Folder, subfolders
Basically my app creates 4 folders that gives a specific user certain permissions. I can create the folder find, and i can give the user the correct permissions, but by ...Con risposta | 10 Risposte | 56146 Visualizzazioni | Created by Kitzul - venerdì 25 agosto 2006 20:33 | ultima risposta da sandyjadhav75502 - venerdì 9 marzo 2018 05:06 -
1 Voti
How to delete the cookies create by a WebBrowser?
Hello, I use a WebBrowser (C# .Net 2.0) and i don't know how i can delete the cookies created by the WebBrowser? Thanks for your help!Domanda | 7 Risposte | 51376 Visualizzazioni | Created by sorcer1 - venerdì 20 ottobre 2006 10:03 | ultima risposta da PraveenkumarS7 - giovedì 8 febbraio 2018 11:38 -
0 Voti
How to call a web page as Post method from Windows Form Application?
I have a form application with some TextBox controls in it.I want to send the values of these controls as Post variables to the web page. I can call a ...Con risposta | 10 Risposte | 21560 Visualizzazioni | Created by msmuser - domenica 10 settembre 2006 15:50 | ultima risposta da Krishnendhu Arun - mercoledì 7 febbraio 2018 07:54 -
1 Voti
Cross thread - adding strings to a list box
Hi and thank you in advance for any help you can provide. I have a need to use threads in my work so I can make simultaneous queries to a sql database ...Con risposta | 2 Risposte | 18094 Visualizzazioni | Created by bthompson - lunedì 21 aprile 2008 13:41 | ultima risposta da DiAm78 - martedì 12 dicembre 2017 22:41 - Items 1 to 20 of 7508 prossimo ›