Skip to content

Visual Studio

Discussions on the Visual Studio .NET IDE

This category can be followed from the open social web via the handle visual-studio@forum.codeproject.com

3.1k Topics 7.8k Posts
  • Renewing MSDN via third party?

    com question
    2
    0 Votes
    2 Posts
    0 Views
    Richard Andrew x64R
    This would be a good question for the Lounge. I would try asking there; you will probably get more of a response. The difficult we do right away... ...the impossible takes slightly longer.
  • Connect to webservice

    csharp visual-studio tutorial question
    3
    0 Votes
    3 Posts
    0 Views
    P
    Please elaborate the question if possible please show the client code and how you are trying to connect
  • Get exact date of the day using vb.net

    csharp tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    L
    This is a VB.NET quetion, nothing to do with Visual Studio. And you can get the system time from the DateTime.Now[^] method call. If you want to ensure that it is the correct "world time", then ensure your PC is synchronised to a time server, or use the data feed that such systems provide. Veni, vidi, abiit domum
  • VS IDE layout.

    visual-studio question
    2
    0 Votes
    2 Posts
    0 Views
    A
    I don't believe so, the settings for the window setups are kept in a solution specific file. So each solution has its own settings. It may be possible to change the default so that it's the way you want it, but I haven't seen this feature before.
  • DateTimePicker syntax error

    database sql-server sysadmin help question
    8
    0 Votes
    8 Posts
    0 Views
    M
    moordoom wrote: Yes, sa is not my user name and password. I just change all the info for the public post. :thumbsup: moordoom wrote: And unfortunately yes, we are still using SQL 2000 SP 4. Because a previous implementer changed several stored procedures. But I will hopefully be changing that soon. I'd recommend it - Because otherwise things tend to go wild if you are going to be forced into a change with a schedule which is set by Microsoft. Veni, vidi, caecus
  • modbus lire un registre sur textbox

    2
    0 Votes
    2 Posts
    0 Views
    L
    Did you notice that this is an English language site? You could also find your answer by https://www.google.com/search?q=in+Modbus+protocol[^]. Veni, vidi, abiit domum
  • Vb.net and mobile

    csharp question
    6
    0 Votes
    6 Posts
    0 Views
    J
    only windows phones will support vb. and as for nokia, samsung and all, depends on their os. for symbian there's c++ and for android there's java and so on... hmm...not sure if you can translate vb.net to other languages. but i once saw a web app for translating c# to java.
  • Encryption/Decryption of an .res file

    c++ security tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    0 Views
    Richard DeemingR
    imam_hatake wrote: New SqlCommand("select * from tabel_karyawan where kode_karyawan='" & TextBox4.Text & "'", conn) Start by reading about SQL Injection[^], and then fixing all of your vulnerable queries. For example, in the query above, what do you think will happen if the user types the following into TextBox4? '; DELETE FROM tabel_karyawan;-- "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • Naudio without sound inteference

    tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    B
    I do that the hard way: I have some sound data which contain "noise" only. The noise is anaylzed with a Fast Fourier Transformation (FFT), thus I get frequencies and signal strength. Next, the audio sample to be filtered is also analysed with the FFT. If the signal strength at a frequency is less than the signal strength in the noise at that frequency, that strength is farther reduced (down to 0). Then the FFT is applied again to get the clean sound signal. I do not know which classes NAudio provides for that purpose. But I am pretty sure they'll do it in a such a way too.
  • visual studio2010 opencv

    database help
    6
    0 Votes
    6 Posts
    0 Views
    A
    If you are using a third party component, check their documentaiton. Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
  • Visual Studio extension

    csharp visual-studio
    2
    0 Votes
    2 Posts
    0 Views
    Richard DeemingR
    Kornfeld Eliyahu Peter wrote: I hope you dont think me rude You hope in vain. If anyone has an answer, they will answer your question. Posting links to your question in other forums on the same site will only server to make us ignore your question. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • Visibility of MFC Classes

    c++ visual-studio question
    3
    0 Votes
    3 Posts
    0 Views
    A
    It's pretty much what Richard said... try to use an MFC class in a C/C++ file that's configured as "not using a precompiled header" and you'll have the same requirement of including/forward declaring.
  • Visual Studio Add-in 2012

    csharp visual-studio help question
    4
    0 Votes
    4 Posts
    0 Views
    S
    Sorry again, I wanted to correct my mistake, so i wanted to remove this question from two forums, but i could not able to do it. Can you please help me in removing this post from below 2 forums. http://www.codeproject.com/Messages/4672977/Visual-Studio-Add-in-2012.aspx\[^\] http://www.codeproject.com/Messages/4672976/Visual-Studio-Add-in-2012.aspx\[^\] Thank you
  • VS 2012 - INNER JOIN TableAdapter and DataTable

    database visual-studio sysadmin
    2
    0 Votes
    2 Posts
    0 Views
    L
    Why have you posted this in the Visual Studio forum? It is an obvious Database[^] issue. Veni, vidi, abiit domum
  • Visual Studio mySQL?

    csharp mysql visual-studio question learning
    3
    0 Votes
    3 Posts
    0 Views
    Kornfeld Eliyahu PeterK
    Start it here http://www.mysql.com/why-mysql/windows/visualstudio/[^] I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is (V).
  • Datatable filtering based on year of date

    csharp tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    4 Posts
    0 Views
    L
    Well, I am sorry but the code you have shown does not compile, so it cannot be the code you have in your project. And there is no such language as VC++, it is C++. Veni, vidi, abiit domum
  • Group By In Microsoft Report Viewer

    com lounge
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied