473,544 Members | 2,084 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
0
7,915
Curtis Rutland
thread by: Curtis Rutland | last post May 12 '10 by: Curtis Rutland
Remember that the people here helping you are not getting paid. They have no real incentive to help you beyond the desire to help others. So, if you make it difficult for them to help, there is a good chance they will just skip your thread and go on to the next one. So, how do you ask a good question? There are a few rules: Clarity --...
8
5,908
Frinavale
thread by: Frinavale | last post Oct 30 '09 by: vkbishnoi
Edit Many times we spend hours and hours trying to solve a problem. When we finally figure it out, we want to share it to keep others from suffering the same way! That's why we have this "Tips and Tricks" thread. Post your solutions and tricks that you think will help someone down the road here. If the tip is complex or long, you might...
2
9,540
Curtis Rutland
thread by: Curtis Rutland | last post Jun 23 '09 by: Frinavale
Here are the guidelines for where to post your .NET questions. Any post having to do with ASP.NET goes in the ASP.NET Answers Forum, regardless of the language used. This includes web service (.asmx) questions as well. If it's not ASP.NET, put your question in the forum for the language you are using: C# questions go to the C# Answers...
5
25,018
thread by: sreekalavinu | last post 2 Weeks Ago by: vipulguptaseo
I wish to include a search engine within my website.please give your thoughts
1
13,240
thread by: suis | last post Apr 3 '24 by: aenomerry
Hi Everybody, I have a big dought about, how to read meta data information in a specific file type like .MSG , anyway thanks to this URL bellow . Edanmo has done a great job for that. http://www.mvps.org/emorcillo/en/code/grl/storage.shtml but the problem is still i cant find out a way of how to extract .MSG file Attachement file in to...
1
17,737
thread by: dansam | last post Oct 3 '23 by: KRITGuy
Hi everyone, My question is how to download emails from a pop server and save them as *.eml or *.mht files to localdisk as oultlook does ? Now what I know is that an .eml file can have images,attachments and all the e-mail formatting in it. So if I use a simple pop3 client to download message it will download the text part of the e-mail not...
2
20,098
thread by: YTAIGamer | last post Aug 29 '23 by: vipulguptaseo
I'm an experienced programmer, but new to AI. I'm trying to learn ML techniques by building a bot to play a video game. I'm documenting my process as I go. The game I'm focusing on 1st is TFT (TeamFightTactics) which is in the AutoBattler genre - Essentially, you try to build the strongest army, but there are millions of choices & pros/cons to...
5
18,228
meomap0z1
thread by: meomap0z1 | last post Aug 25 '23 by: danp129
I have this table of data. Now I wanna hide the data of the "Password" column. How can I do that?. Many thanks
1
20,416
thread by: concettolabs | last post Aug 8 '23 by: vipulguptaseo
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool that can be used to create mobile, web, and desktop applications that can be used to automate tasks, improve efficiency, and increase productivity. However, in order to get the most out of PowerApps,...
8
32,609
thread by: lokaupdes34 | last post Jul 4 '23 by: frankioe
I've been reading up on it trying to understand it better, but there's something I'm just not getting about it. I think I'm missing the fundamentals of how a framework is built and then connecting that with specifically how the .NET framework functions. The way I understand it, a framework is a compilation of templates that make doing tasks...
1
8,764
thread by: BernardOgil | last post Jan 3 '23 by: BloomS
Hello friends, I am experiencing a serious issue on my PC that I can't seem to solve it anymore. Actually, I want to upgrade my PC into Windows 11 and when I try to upgrade it, there is showing, need to install .NET framework. But I am not able to install .NET framework on my computer. Could anyone please help me how to install it? Any kind of...
2
9,473
thread by: DGrund | last post Nov 17 '22 by: Arushi
I am a professional mainframe programmer, and I am trying to learn .Net. I have an OOO problem that is stumping me. I can get around it, but it would look like amateur hacking. I would like to do it the OOO way. Simply put: In one method (ReadAccounts), I am reading an Access table into a List (AcctsList). I don't have a problem with that;...
5
30,557
thread by: nuhfeken | last post Oct 22 '22 by: chagbert
We have a C# winform that uses the MVP design pattern for the user interface. For reasons I'd rather not explain we need to simulate a right mouse click on a specific control to deactivate the control. I found code that almost does what we need. private static extern void mouse_event( UInt32 dwFlags, // motion and...
11
26,930
PaullyB
thread by: PaullyB | last post Jul 26 '22 by: NeoPa
Hi There I'm trying to insert a CSV file into SQL Database using C#. I can read the csv file and insert it into the table, however any fields with an embebbed comma are not being read correctly. How can I get around this. Below is the code that I'm using: protected void cmdUploadFile_Click(object sender, EventArgs e) { ...
1
11,179
sainathsagar
thread by: sainathsagar | last post Jul 26 '22 by: Willjoe
public void AudioConvert(){ FileStream fs = new FileStream(InputFileName, FileMode.Open, FileAccess.Read); NAudio.Wave.WaveFormat format = new NAudio.Wave.WaveFormat(); NAudio.Wave.WaveStream rawStream = new RawSourceWaveStream(fs, format); NAudio.Wave.WaveStream wsDATA = WaveFormatConversionStream.CreatePcmStream(rawStream);
2
35,228
thread by: AjayGohil | last post Jul 26 '22 by: Willjoe
How to add office add-in?
3
15,334
HERBERTS
thread by: HERBERTS | last post Jul 17 '22 by: Gerzegeh
Some applications require the storing of report templates in a database. This simplifies template support - all reports are stored in one place, and allows to differentiate the access rights to different templates. I noted only one shortcoming of this technique - slight complication of the code in the client application. For example, we need to...
0
6,513
thread by: Alex B | last post Apr 1 '22 by: Alex B
System.DirectoryServices.dll file has been added successfully to Visual C++ project through References in Solution Explorer using namespace System.DirectoryServices;//line 1268 void CClassName::MethodName(){ ... DirectorySearcher* directorySearcher = new DirectorySearcher();//line 1701 directorySearcher->Timeout = 60000;//line...
2
16,157
thread by: Troll | last post Jan 14 '22 by: karlomanio
Windows XP Pro VS 2005 & C# (I'm fairly new to C# but have doing VB.Net going on 2yrs and VB6 for 5yrs.) I'm using C# to build a custom RSS generator. I'm having trouble building the guid element for each item node in my feed. Some items do not have the "link" node because the description element is the content. So using the "link" as the...
6
37,703
thread by: akipng | last post Jan 6 '22 by: RBGames
Hello I developing console application that sometimes writes some information to console using Console.WriteLn or Console.Write. Is it possible to turn on/off displaying of messages that will be written out into console? Sometimes I don't want anything to be written in the console and sometimes I need it. I hope someone knows solution to...
2
10,920
thread by: AnonymousDev100 | last post Jan 5 '22 by: cactusdata
Important Note: I am not allowed to Use TimeSpan I am trying to create C# method with two int arguments public void Time(int hours, int minutes) which satisfies all the following Test Cases: Time(11, 7), returns: "11:07" Time(24, 0), returns: "00:00" Time(26, 0), returns: "02:00"
0
3,877
thread by: harlem98 | last post Oct 18 '21 by: harlem98
I'm having serious problems loading data into a grid, i've encountered a number of problems, which i´ve beem solving through different approachs, and now i dont found any issue, but i still cant load the data into the grid. The data is filtered in a external comboBox (rdpInvestigador). I use a n-layer architecture with ASP Object Data Source....
3
5,760
george1106
thread by: george1106 | last post Sep 16 '21 by: sanketshete3
Hi everyone... I just was wondoring if there's a way to replicate or Clone a IDBConnection in an application.. look I'm working in a team that is developing app clientes to a kind of DB, that provide us with connections and all functionality necesary, we send instrucctions to this object and it make them happen (because it should be able to...
0
4,655
thread by: PeterPrecastpro | last post Jul 27 '21 by: PeterPrecastpro
I want to load a form and assign variables without showing the form.
5
28,524
lotus18
thread by: lotus18 | last post Jul 1 '21 by: SioSio
Hello World! I have a sample code here written in vb .net that restricts the textbox to accept only alpha, alphanumeric or numeric characters. Public Enum MyOption Alpha = 1 AlphaNumeric = 2 Numeric = 3 End Enum
0
3,285
thread by: Kevin252 | last post May 4 '21 by: Kevin252
My girlfriend recently got a pretty decent laptop with windows 10. Recently an issue has come up where when she opens one of two applications that use .net framework to run (ShareX and MTG:Arena) it gives her the error message "To run this application, you must first install one of the following versions of the .NET Framework: v4.0" I like to...
0
3,085
thread by: AjayGohil | last post Feb 17 '21 by: AjayGohil
How to implement mini-profiler in .net mvc?
0
3,259
thread by: AjayGohil | last post Feb 9 '21 by: AjayGohil
How to create shared library in .NET core?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.