Re: Project in VB6 Programming Software Development by kirrsh121 …Text) If Option2.Value = True Then Call CodeSearch(item)Else Call DescriptionSearch(item)End If SaleCost =…Text2.Text) If Option2.Value = True Then Call CodeSearch(item) Else Call DescriptionSearch(item) End If SaleCost…- (curr * temp) End Function Private Sub CodeSearch(ByVal code As String) Dim i As Integer For… Project in VB6 Programming Software Development by pytup … Quantity = Val(Text2.Text) If Option2.Value = True Then Call CodeSearch(item) Else Call DescriptionSearch(item) End If SaleCost = price(position… End If Discount = curr - (curr * temp) End Function Private Sub CodeSearch(ByVal code As String) Dim i As Integer For i… Re: Project in VB6 Programming Software Development by pytup … Quantity = Val(Text2.Text) If Option2.Value = True Then Call CodeSearch(item) Else Call DescriptionSearch(item) End If SaleCost = price(position… End If Discount = curr - (curr * temp) End Function Private Sub CodeSearch(ByVal code As String) Dim i As Integer For i… Re: Project in VB6 Programming Software Development by pytup … Quantity = Val(Text2.Text) If Option2.Value = True Then Call CodeSearch(item) Else Call DescriptionSearch(item) End If SaleCost = price(position… End If Discount = curr - (curr * temp) End Function Private Sub CodeSearch(ByVal code As String) Dim i As Integer For i… Is there any VB pseudocode generator? Programming Software Development by pytup … Quantity = Val(Text2.Text) If Option2.Value = True Then Call CodeSearch(item) Else Call DescriptionSearch(item) End If SaleCost = price(position… End If Discount = curr - (curr * temp) End Function Private Sub CodeSearch(ByVal code As String) Dim i As Integer For i… Google Code Search goes live Digital Media Digital Marketing Search Engine Strategies by happygeek … you, software developers that is. [URL="http://google.com/codesearch"]Google Code Search [/URL] can help all programmers by… Re: Search engine Programming Software Development by pytup …, byred) item = Text3.Text If Option2.Value = True Then Call codesearch(x, Position) Else Call description(x, Position) End If quanity… = Text2.Text cost = quanity * price End Sub Private Sub codesearch() End Sub Private Sub Form_Load() code(1) = A349 code(2… Re: Search engine Programming Software Development by jp26198926 … Quantity = Val(Text2.Text) If Option2.Value = True Then Call CodeSearch(item) Else Call DescriptionSearch(item) End If SaleCost = price(position… End If Discount = curr - (curr * temp) End Function Private Sub CodeSearch(ByVal code As String) Dim i As Integer For i… Re: fscanf and reading from binary file Programming Software Development by Aia ….asp"]Example [/URL][URL="http://www.google.com/codesearch?hl=en&q=fwrite&um=1&ie… Re: Another PyQt Question (Easier this time) Programming Software Development by woooee A Google codesearch came up with only the do it yourself, the gist … Re: Base 64 Decoding Programming Software Development by ~s.o.s~ Reading the [URL="http://en.wikipedia.org/wiki/Base64"]Base64 [/URL]article along with [URL="http://www.google.com/codesearch?hl=en&lr=&q=%22class+base64encoder%22+lang%3Ajava&sbtn=Search"]some sample implementation[/URL] should give you a start; if you still have a query, post a specific question. Re: Use of "->" - simple question Programming Software Development by Skeen [QUOTE=jonsca;1123503]Yeah, I've been through that myself. I've never found a way around it.[/QUOTE] Google Code is able to do it, however Google itself, ignores punctation, as a rule of thumb! [url]http://www.google.com/codesearch?hl=en&sa=N&q=%22-%3E%22++lang:c&ct=rr&cs_r=lang:c[/url] Re: C# Code for take time and Date Programming Software Development by Mitja Bonca … time from server. Check [URL="http://www.google.com/codesearch/p?hl=en&sa=N&cd=1&… Re: C# Code for take time and Date Programming Software Development by Sokh … time from server. Check [URL="http://www.google.com/codesearch/p?hl=en&sa=N&cd=1&… Re: Problem with resizing images with php Programming Web Development by cereal Hi, I suppose **SimpleImage** is this: - https://searchcode.com/codesearch/view/69726118/ Or a similar version of the above, the … Re: ThrowExceptionOnError Programming Web Development by cereal … file, there is also the missing method: * https://searchcode.com/codesearch/view/74157627/ If you still don't solve then share… Re: How can I create piped IPC between a subprocess under native modules?? Programming Software Development by Tcll … not the same as the kernel32 function https://searchcode.com/codesearch/view/119842938/ the attributes aren't even used... WTF… Re: Project in VB6 Programming Software Development by pytup i dont know how to save all add items on the list and calcluate total cost from that. i alreadyy add checkout button an its work Re: Project in VB6 Programming Software Development by jp26198926 hint: [CODE] Total = CostAfterDiscount + (CostAfterDiscount * 0.175) [/CODE] Re: Is there any VB pseudocode generator? Programming Software Development by vb5prgrmr Not that I know of right off the top of my head, but I believe rational rose used to be able to generate a flow chart of a project. Not that, that helps... Well, just so you know, the VB6.0 project files are almost all ascii so as long as you know how to open a file, read it in, parse it, close it, and have a good understanding of what keywords … Re: Google Code Search goes live Digital Media Digital Marketing Search Engine Strategies by tgreer As a programmer, I'm willing to share my expertise with others. That's why I participate in sites like Daniweb. However, I admit that as a freelance consultant, I want my site, and my forum postings to a lesser extent, to act as a showcase for my talent. I want potential clients to see my "code snippets" in a larger context, a context I … Re: Google Code Search goes live Digital Media Digital Marketing Search Engine Strategies by happygeek A very, very interesting take on things - and one that I will now go away and ponder over a large bourbon :)