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

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
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);
0
8,945
thread by: autodeveloper | last post Jul 26 '22 by: autodeveloper
Background Recently, I to monitor contact info of some slack channels, but I don't have API to invoke. So I need use UI Automation to finish this task. I found this library recently Clicknium, besides support web automation like selenium, it also supports desktop automation, that is useful for me. You can follow the getting started of this...
2
35,228
thread by: AjayGohil | last post Jul 26 '22 by: Willjoe
How to add office add-in?
0
8,215
thread by: Userds | last post Jul 25 '22 by: Userds
Is there sdk method or other way that can set following field on item title block : Compliance calculated date When the Compliance tab of item has only external specifications, this field is not set by agile, so a custom automation is required which can set this value.
0
5,975
thread by: clicknium | last post Jul 25 '22 by: clicknium
Clicknium Automation Sample Solution - Customer Onboarding This is a sample of customer onboarding solution with clicknium web automation. For one enterprise, customer onboarding has a significant impact on a customer willingness of using your product. You may define the customer onboarding process in your company internally,for example,...
0
6,436
thread by: nikolaj1000 | last post Jul 24 '22 by: nikolaj1000
Hello, i'm graduating next year and cant figure out what i should do as a diploma project, i thought to create program for analyzing security of a network, and itemization of devices on this network, but it seems like there are already plenty of such solutions. So i would be glad, and thankful to hear some suggestions on my situation. Thank...
2
8,791
thread by: jimmygoodtime | last post Jul 22 '22 by: zmbd
I am pleading for help here! I have a little bit of code which is called when a button is clicked on a form - this works fine on the full fat version of MS Access, however when the same code is called on the runtime version of access I get the dreaded 2046 error. I am completely stumped and grateful for any advice.
0
10,714
thread by: PG2728 | last post Jul 22 '22 by: PG2728
Hi, does anyone here have experience with different ways of making mobile apps work offline? I would love to hear any advice on tools to go about it. Currently exploring Realm and Firebase. Thanks!
2
20,946
thread by: MoonNbl | last post Jul 21 '22 by: zmbd
Hi, I can not connect my access database to share point site. I am using MS access 2007. Whenever I try to connect my database "Testdata" to share point site an error appears (Testdata could not connect to the site you specified. Verify the address of the site or contact your site administrator). Is there any other settings required in MS...
0
3,298
thread by: sunny258 | last post Jul 20 '22 by: sunny258
What are the main core technologies of the openGauss database?For example, availability (RPO / RTO), performance (TPS / QPS), DB4AI / AI4DB, etc.In addition, under the development trend of cloud development, how to ensure its security?
2
9,330
thread by: Susan Littlefie | last post Jul 20 '22 by: Willjoe
I want to know an easy way to export Access data to Quickbooks.
4
8,125
thread by: merkel33 | last post Jul 20 '22 by: Willjoe
Hi too all, I am working with ordinary html and php pages. I would like to create new mobile pages and if a person opens our website through his mobile phone our site has to detect that device and redirect to the mobile pages. please advice
2
19,046
thread by: jackey | last post Jul 20 '22 by: Willjoe
i have excel files with 2500 members with s/n,regno,firstnane,secondname and last name,and in database i have corresponds members with the same regno but i have a,b,c as the names,so i want code so that i upload files to the corresponding regno on database
12
124
TheSmileyCoder
thread by: TheSmileyCoder | last post Jul 18 '22 by: NeoPa
The email notification (at least for me) seems to have stopped working / or emails are delayed by a day or so. Is this affecting others or just me?
-
-
ADezii
thread by: ADezii | last post Jul 18 '22 by: petergroft
Moved:
0
6,527
CodeNoobster
thread by: CodeNoobster | last post Jul 17 '22 by: CodeNoobster
Hi everyone. So I recently discovered skrollr: https://prinzhorn.github.io/skrollr/ It works quite well (the ability to define your own properties to animate, setting a start and end value for the animation as well as determining when the animation should begin based on where the animated is in the viewport) but it doesn't work too well on...
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
5,219
thread by: Stoney L | last post Jul 17 '22 by: Stoney L
I had just downloaded a MacsFanControl (Windows Edition) from crystalidea.com…… But it said my Windows edition should be used on MacOS! Why?
8
17,994
thread by: ScudaMcGruder | last post Jul 15 '22 by: NeoPa
Hello all, thanks for the add. In trouble here and cannot find an answer anywhere which sort of surprised me. I put about 8 hours into a new DB yesterday for a work project. Get to work this morning and cannot open it (Access 2019 at home/Access 2016 at work). I work for the us government (DHS/USCG) so I dont anticipate their upgrade to 2019...
0
6,606
anoble1
thread by: anoble1 | last post Jul 15 '22 by: anoble1
This is something that was needed that I will post on here in case others have use for it. Code will create a new folder with Today's date and file name, then export the table to excel. Then it will open and format the excel file after it is exported by freezing the top row, and will autofit the column width. Probably not the best written but...
1
5,635
thread by: Fomson | last post Jul 15 '22 by: NeoPa
I have the following tables, with their fields. TblSales Saleid As auto Number Saledate As Date Item As Text Brand As text Quantity As Number Unticost As currency Totalcost As currency Stockid As text
6
16,676
thread by: warner | last post Jul 14 '22 by: Willjoe
Hi, I want to remove one element from array so i'm using unset function but it also remove that index number. I want to re-index after removing array. is there any solution?
0
4,109
BarryA
thread by: BarryA | last post Jul 14 '22 by: BarryA
Hi everybody, I joined this group to learn more about web development. I am familiar with Java, C, and HTML, and am actively learning CSS and Python. And I'm facing some issues! Can somebody help me? After deploying and hosting my website, I upgraded my pip version. Then I installed the pypaystack package. When I try to push to Heroku, I get...
1
4,056
BarryA
thread by: BarryA | last post Jul 14 '22 by: Willjoe
Thrashing is linked to memory management in an operating system. What causes thrashing? How can we avoid it? I looked on Scaler topics and Wikipedia but I need more info regarding thrashing, Can someone help me out?
5
17,763
thread by: jiwlei | last post Jul 14 '22 by: Djohnavid021
Boy do I regret updating to the newest Windows 10 update. I decided to update at around 10:30 PM last night. It was over 2 hours later when it finished and took me to the login page. Then came all of the issues. After entering my password, the welcome loading circle just kept turning and turning and turning for over 10 minutes until it was sent to...

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.