Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

bluepoison

@bluepoison
About
Posts
9
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Generate a MAc adress with a stored procedure
    B bluepoison

    I need to generate Mac address because we Program a Mac address in different kind of PCB's (like network cards) We want to trace the Mac address that we program in the PCB's. We get difefrent ranges that we use for that.

    Database database question

  • Copy Past Outlook attachments
    B bluepoison

    I agree with the philosophy but could you explain me then why you have already posted more then 20 000 messages in the forums if you think that I screw around in the forums if I ask for explanation. I find a forum a fast alternative to get information instead of doing lot of research. There isn't alway a lot of time to perform research if you have deadlines you know. By The way I don't have problems to give code snippets to a person to give them a start. But I certainly agree that performing research is the best way to become a top developer. Kind Regard

    .NET (Core and Framework) csharp help

  • Copy Past Outlook attachments
    B bluepoison

    Thanks but I'd rather learn something then and do my own coding even when urgent.

    .NET (Core and Framework) csharp help

  • Copy Past Outlook attachments
    B bluepoison

    Sadly but true , I'm started with learning ;P

    .NET (Core and Framework) csharp help

  • Saving image to sql server using vb.net
    B bluepoison

    Hi, I would suggest that you use a stored procedure like below. CREATE procedure pr_Insert_image @ImageName as varchar(20), @Image as image as if not exists (select * from tblimages where ImageName =@ImageName ) begin insert into tblimages(ImageName ,Image)values(@ImageName ,@Image) end To convert an image in .Net you could do this like below Dim objImageB As System.Drawing.Image objImageB = Drawing.Image.FromFile(Server.MapPath("~/images/no-photo-Available.jpg"))

    Windows Forms help csharp database sql-server

  • Alternative Sharepoint
    B bluepoison

    Hi all, Does anyone know a free open source application that has the same possibilities like share point. I certainly need that you have the possibility to open and save the documents directly on the server like in share point. Thanks in advance Regards Tom

    SharePoint sharepoint sysadmin

  • Generate a MAc adress with a stored procedure
    B bluepoison

    Hi all, I would like to generate MAC addresses between a certain range in a stored procedure. The MAC addresses needed to be stored in a table. Any ideas? Suggestions?:thumbsup: I need something like below DECLARE @Max_MAC BINARY(8) DECLARE @StartRange BINARY(8) DECLARE @EndRange BINARY(8) DECLARE @MAC_Address BINARY(8) SET @StartRange = 0x00000004A500114B SET @EndRange = 0x00000004A50F11FF SELECT @Max_MAC = MAX(MAC_Address) FROM MAC_Address IF (@Max_Mac >= @StartRange and @Max_Mac < @EndRange) begin @Max_Mac = generate a higher macaddress INSERT INTO MAC_Address(MAC_Address,Timestamp) VALUES (@MAX_MAC, getdate()) END I do not know how I can count a number more to the MAcAdress I would like to become to a table with macadresses like 0x00000004A500114B 0x00000004A500114C 0x00000004A500114D ... Thanks in advance Tom Denys

    Database database question

  • Copy Past Outlook attachments
    B bluepoison

    Thanks but I need a fast solution if possible, it will take some time to investigate everything on the mentioned website. Regards

    .NET (Core and Framework) csharp help

  • Copy Past Outlook attachments
    B bluepoison

    Hi All, I want to copy attachments from outlook 2007 to a list view in VB.net 2.0 I want to right click on the File In outlook and choose Copy or Cut and then paste the selected file or Files into a vb.net List view. Can anyone provide me some help please. Best Regards Tom

    .NET (Core and Framework) csharp help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups