Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for nesa24casa

Hello, how can i split binary data in sections using Binary or Stream Reader/Writer? 115522330000000000552266968966458788220000115522330000000000453266869966458788220000115522330000000000552266968966458898350000 Example is above There are 3 sections in bin file and each start with same template/header 11552233 Thanks in advance

Member Avatar for ddanbe
0
68
Member Avatar for nesa24casa

Hello people, i have made this .bat few years ago and its working fine for changing gateway getaway 192.168.1.1 @echo off netsh interface ip set dns name="Local Area Connection" source=static addr=192.168.1.1 netsh interface ip set address name="Local Area Connection" source=static addr=192.168.1.11 mask=255.255.255.0 gateway=192.168.1.1 gwmetric=0 exit getaway 192.168.1.5 @echo off netsh …

Member Avatar for nesa24casa
0
179
Member Avatar for nesa24casa

Hello, i have created borderless form with transparent png as bacground image but i have issue. Border edges isnt smooth [image](http://www.tuxmachines.org/images/openoffice_31_antialias.png) Its like in this picture on the left and i need it to be smooth. How can i make it smooth? Thanks in advance

Member Avatar for nesa24casa
0
174
Member Avatar for nesa24casa

Hello, i am trying to download files and save them in defined name but i am failing WebClient client = new WebClient(); client.DownloadFile(remoteFilename, localFilename); now i have two files links.txt names.txt links.txt site/file1.html site/file2.html names.txt pc phone how can i do this? download file1 and save it as pc download …

Member Avatar for nesa24casa
0
57
Member Avatar for uroz

Dear people of DaniWeb! I am in trouble. I can't figure this out I have a text file Five Finger Death Punch – 'Under and Over It':30 Staind – 'Not Again':23 Breaking Benjamin – 'Blow Me Away':56 Theory of a Deadman – 'Lowlife':33 Anthrax – 'The Devil You Know':120 Like …

Member Avatar for AnnieCalvert
0
119
Member Avatar for bhagawatshinde
Member Avatar for nesa24casa
0
164
Member Avatar for robin99

Whenever I click on form's red cross close button I want to close form, but I need to click it twice to close the form.I need to click it only one to close it. I don.t know what the cause,please help thank you robin

Member Avatar for nesa24casa
0
71
Member Avatar for nesa24casa

Hello, i have issue that i cant solve for some time since i dont fully understand regex. How can i get selected data from table to array? Example class="fb s10" title="Get This Info"> class="fb s10" title="Get That Info"> How can i extract Get This Info Get That Info from selected …

Member Avatar for nesa24casa
0
176
Member Avatar for nesa24casa

Hello, i have made a code that strips off html tags using regex but i have issue. Now in file i have multiple tabs. example: nesa<tab><tab>pera<tab><tab><tab><tab>nn<tab><tab><tab><tab><tab><tab>kkn how can i remove extra tabs and keep only one tab ? example: nesa<tab>pera<tab>n<tab>kkn Thanks in advance

Member Avatar for Mike Askew
0
169
Member Avatar for nesa24casa

Hello, how to get all data in .php file Example i have webwebweb.com/work.php?worker=1&shop=52 How can i get **strings in worker to string [] worker strings in shop to string [] shop?** Thanks in advance

Member Avatar for nesa24casa
0
182