How Build video-player in html And css ? Programming by Kirubel_2 …like" id="like">like</sub></span> <span id="…like" id="share">Share</sub></span> <span id="…quot;like" id="follow">Follow</sub></span> </div> <… VB2010- why i get a different vertical size\color on RayCasting? Programming Software Development by cambalinho these is the VB6 function for RayCasting: Private Sub DrawRays() Dim StepX As Double Dim StepY As… \ 2) RayRadians = RayRadians + RadiansSteps RayCounts = RayCounts + 1 Loop End Sub result: https://imgur.com/gllD3qg when the 'OffSetGrid' is zero… Re: Improve HAVING BY performance Programming Databases by Biiim … but don't want to spend the time restructuring the sub-queries to give it in the right format or it… Re: Do you participate in any other communities? Community Center Geeks' Lounge by Salem Yeah, there are sub-reddits for most languages and programming in general. I'm spending way too much time in https://www.reddit.com/r/C_Programming/ for example. There's the usual collection of helpful people, pedants, trolls and idiots - but that's true anywhere. The mods seem to be keeping it ticking over nicely. Re: How Build video-player in html And css ? Programming by Kirubel_2 body{ /* background: url(../img/w11.png); */ background: url(../img/m.jpg); background-size: cover; background-repeat: no-repeat; margin: 0; padding: 0; height: 101vh; overflow-y: hidden; } .container button{ background: transparent; … Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho … RayCounts + 1 DoEvents Loop 'Debug.Print RayCounts End Sub the bugs: - when radians is between 6 and… be 'fixed' when i move?): Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)… Radians: " + Str(Player.Radians) End Sub https://imgur.com/xsO4bS2 what i'm doing wrong? VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho heres my RayCasting function: Private Sub DrawRays2() Dim AY As Double Dim AX As Double Dim … / 2 - RayHeight / 2, 475 + 50, 200 / 2 + RayHeight / 2 End Sub output: 35,4424985851603 Draw Horizontal 4548,40096311184 vertical line the… Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho …... was the best way. now see the entire function: Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) Const Speed As…; + Str(FramePerSecond) + "Player Radians: " + Str(Player.Radians) End Sub i'm trying 'fix' the Radians code... my objective is… how convert cur images to image? Programming Software Development by cambalinho … see the cur\ani on picturebox?(just for learning) Private Sub btnChooseImage_Click(ByVal sender As System.Object, ByVal e As System… = "Image Viewer: " & ofdChooseFile.FileName End If End Sub how can i get the image from a cursor? the… Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho … error resume next'(it's about the array dimensions): Private Sub DrawRays2() Dim AY As Double Dim AX As Double Dim… Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by usmanmalik57 … ``` ## Table Detection with Table Transformer The Table Transformer has two sub-models: `table-transformer-detection`, and `table-structure-recognition-v1.1… What would you like to see in a business directory? Programming Web Development by FarrisFahad … categories for users to select from. 3. admin can create sub categories if necessary. 4. users can submit a review for… Re: How to submit sitemap in Search Console? Digital Media Digital Marketing Search Engine Strategies by Dani … your site, and determine if and why there are any sub-sections of your site that are performing inadequately in Google… Re: Installing programs from Github Programming Software Development by Reverend Jim … converted to byte code which is then cached in a sub-folder. As long as the source code and packages have… Re: Get error please help me the server threw an exception. Programming Software Development by tinstaafl Have you tried looking at the answers on this page? [Click Here](https://stackoverflow.com/questions/973206/what-causes-error-hresult-0x80010105-rpc-e-serverfault) Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by rproffitt For VertDist I would set a break on line 104 so I could examine the values in line 103. Also, could be a localization issue that the comma is used for the decimal point and the integer of the results might be 35 and 4548. Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho finally i found the problem is on these line: HorizDist = Sqr(((HorizX - Player.PosX) * (HorizX - Player.PosX)) + ((HorizY - Player.PosY) * (HorizY - Player.PosY))) 'works fine VertDist = Sqr(((VertX - Player.PosX)) * ((VertX - Player.PosX))) + (((VertY - Player.PosY)) * ((VertY - Player.PosY)))'calculation incorrect like … Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho not so easy :( WallDistance = WallDistance * Cos(Abs(RayRadians - Player.Radians)) 'avoiding the Fish Effect RayHeight = (ObjectSize / WallDistance) * 200 '320 is the width screen If (RayHeight > 200) Then RayHeight = 200 A.ForeColor vbBlue A.DrawLine 475 + 50 + RayCounts, 200 / 2 - … Re: how convert cur images to image? Programming Software Development by pritaeas Not easy, but [here](https://github.com/thetrik/VbPng)'s a lot of information. Basically, it's an [ICO file](https://docs.fileformat.com/image/cur/). Re: how convert cur images to image? Programming Software Development by cambalinho damn i can't edit.. it's VB2010 and not VB6... but the tags is vb.net... i'm sorry Re: how convert cur images to image? Programming Software Development by Reverend Jim Why not just load it into paint.exe then save as whatever format you want? Or you could download [ffmpeg](https://ffmpeg.org/) (free) and do ffmpeg -i myfile.ico myfile.jpg (or whatever format you want) ffmpeg can also be used to convert video between any formats. Also subtitle files. ffmpeg is a portable app (no installation required)… Re: how convert cur images to image? Programming Software Development by cambalinho like i said: is for learning... we can use that images in several places ;) Re: What would you like to see in a business directory? Programming Web Development by Dani I hate to tell you this, but Google *hates* web directories and none rank anymore. Gone are the days of Yahoo!, Dmoz, etc. I don't want you to waste a lot of time because I personally don't feel you'll be able to sell a lot of these. There are some paid models that still exist today, such as The Yellow Pages, Yelp, and Angi. I would browse sites… Re: What would you like to see in a business directory? Programming Web Development by antwanlee There are already about a trillion sites that do exactly that. If you want that do make money from users, build a site that signs them up for all other business directories for a one time fee. If you want to make money from marketing, you will have to get a high domain authority (DA) score for your site so that users are encouraged to sign up… Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by joshSCH sub Re: How Sub domains can boost our keywords Digital Media Digital Marketing by canadafred Sub-domains are considered like stand alone ones and valued accordingly. ….com is a completely different domain than SEO.example.com . Sub-directories are located after the domain name (ie example.com… Re: How Sub domains can boost our keywords Digital Media Digital Marketing by Shakeel321 Sub Domains can help you to understand that "How you can boost traffic on your website and get your keywords ranked accordingly". Re: How Sub domains can boost our keywords Digital Media Digital Marketing by bluesuedemovie Sub domain can help your to boost traffic to your website..write some quality contents about your niche keyword and Create some subdomain publish some article on add add hyerlink directed to your website... No value given for one or more parameter Programming Software Development by sushilsth …quot;creative(oral)")) End With Next End Sub Private Sub btndel_nursery_Click(sender As Object, e As EventArgs) Handles….Connection = conn .ExecuteNonQuery() End With Next loadtodgv() End Sub End Class Path Picture to Show PictureBox help me please Programming Software Development by Mikarinkazaa Sub RecordToScreen() Dim item As Long Set RS = New ADODB.Recordset …, ConnDB, adOpenForwardOnly, adLockReadOnly, adCmdText RS.Close: Set RS = Nothing End Sub ------------------------------------------------------------- :'( Dbug Run-time error '-2147217900(80040e14)': Syntax error in FROM…